Constructor and Description |
---|
ModeDAO() |
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
|
public void insert(Mode mode)
public Mode load(int nIdMode)
public void delete(int nModeId)
public void store(Mode mode)
public Collection<Mode> selectModesList()
selectModesList
in interface IModeDAO
public ReferenceList getModesList()
getModesList
in interface IModeDAO
Copyright © 2020 City of Paris. All rights reserved.