|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CheckListDB
The Interface for a CheckList DB.
| Method Summary | |
|---|---|
void |
addCheckList(CheckList m)
Adds a checkList to the database. |
void |
delete(String name)
Delete a checkList by name. |
Collection<String> |
getNames()
Gets all checkList names form the db |
Collection<CheckList> |
readAll()
Read all checkLists from the db |
CheckList |
readCheckList(String name)
Read a checkList by name |
void |
updateCheckList(CheckList m)
Update a checkList in the db. |
| Method Detail |
|---|
void addCheckList(CheckList m)
throws Exception
m - the CheckList
Exception
void delete(String name)
throws Exception
name - the name
Exception
Collection<String> getNames()
throws Exception
Exception
Collection<CheckList> readAll()
throws Exception
Exception
CheckList readCheckList(String name)
throws Exception
name - the name
Exception
void updateCheckList(CheckList m)
throws Exception
m - the checkList
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||