|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppointmentDB
A EntityDB
subclass which allows efficient retrieval of
appointment ToDo and Repeat keys.
Method Summary | |
---|---|
Collection<Integer> |
getRepeatKeys()
Gets the keys of all Appointments that are marked as repeating |
Collection<Integer> |
getTodoKeys()
Gets the keys of all Appointments that are marked as Todo's. |
Methods inherited from interface net.sf.borg.model.db.EntityDB |
---|
addObj, delete, newObj, nextkey, readAll, readObj, sync, updateObj |
Method Detail |
---|
Collection<Integer> getTodoKeys() throws Exception
Exception
- the exceptionCollection<Integer> getRepeatKeys() throws Exception
Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |