|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListEntryDAO
DAO interface for ListEntries.
| Method Summary | |
|---|---|
void |
delete(ListAttribute list)
Delete all entries from a list. |
void |
delete(ListEntry entry)
Delete a list entry. |
java.util.List |
get(ListAttribute list)
Get all entries for a given list. |
ListEntry |
get(ListEntryKey key)
Get the entry for the give list and index. |
void |
save(ListEntry entry)
Save a new Entry. |
int |
size(ListAttribute list)
Get the size of the entries. |
| Method Detail |
|---|
void save(ListEntry entry)
entry - ListEntry get(ListEntryKey key)
list - The ListAttribute.index - The index.
java.util.List get(ListAttribute list)
list - The ListAttribute.
void delete(ListEntry entry)
entry - void delete(ListAttribute list)
list - int size(ListAttribute list)
list - The list.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||