public interface PersistenceServiceScheduleList extends PersistenceService
| Modifier and Type | Method and Description |
|---|---|
ScheduleList |
loadScheduleList(ScheduleController sc,
java.awt.Component invoker)
Load a
ScheduleList. |
boolean |
saveScheduleList(ScheduleController sc,
ScheduleList slSave,
java.awt.Component invoker)
Save the specified
ScheduleList. |
boolean |
saveScheduleListAs(ScheduleController sc,
ScheduleList slSaveAs,
java.awt.Component invoker)
Save as the specified
ScheduleList. |
getIndexPositionOfMenuItem, getJMenueItemScheduleList loadScheduleList(ScheduleController sc, java.awt.Component invoker)
ScheduleList.sc - the current ScheduleControllerinvoker - the invoker componentboolean saveScheduleList(ScheduleController sc, ScheduleList slSave, java.awt.Component invoker)
ScheduleList.sc - the current ScheduleControllerslSave - the ScheduleList to saveinvoker - the invoker componentboolean saveScheduleListAs(ScheduleController sc, ScheduleList slSaveAs, java.awt.Component invoker)
ScheduleList.sc - the current ScheduleControllerslSaveAs - the ScheduleList to save-asinvoker - the invoker component