public interface IModeDAO
Modifier and Type | Method and Description |
---|---|
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
|
Collection<Mode> |
selectModesList()
Returns a list of all the modes
|
void |
store(Mode mode)
Update the record in the table
|
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 ModeCollection<Mode> selectModesList()
void store(Mode mode)
mode
- The instance of the Mode to updateCopyright © 2020 City of Paris. All rights reserved.