|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModeDAO
Method Summary | |
---|---|
void |
delete(int nModeId)
Delete a record from the table |
ReferenceList |
getModesList()
Returns the list of the modes in form of a reference list |
void |
insert(Mode mode)
Insert a new record in the table. |
Mode |
load(int nIdMode)
load the data of Level from the table |
java.util.Collection<Mode> |
selectModesList()
Returns a list of all the modes |
void |
store(Mode mode)
Update the record in the table |
Method Detail |
---|
void delete(int nModeId)
nModeId
- The indentifier of the object ModeReferenceList getModesList()
void insert(Mode mode)
mode
- The mode objectMode load(int nIdMode)
nIdMode
- The indentifier of the object Mode
java.util.Collection<Mode> selectModesList()
void store(Mode mode)
mode
- The instance of the Mode to update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |