public interface ILevelDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdLevel)
Delete a record from the table
|
void |
insert(Level level)
Insert a new record in the table.
|
Level |
load(int nIdLevel)
load the data of Level from the table
|
Collection<Level> |
selectLevelsList()
Returns a list of all the right level
|
void |
store(Level level)
Update the record in the table
|
void insert(Level level)
level
- The level objectLevel load(int nIdLevel)
nIdLevel
- The indentifier of the object Levelvoid delete(int nIdLevel)
nIdLevel
- The indentifier of the object Levelvoid store(Level level)
level
- The instance of the Level to updateCollection<Level> selectLevelsList()
Copyright © 2020 City of Paris. All rights reserved.