public interface IWorkingDayDAO
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
The name of the bean of the DAO
|
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdWorkingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
List<WorkingDay> |
findByIdWeekDefinition(int nIdWeekDefinition,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get all the working days of the weekdefinition given
|
void |
insert(WorkingDay workingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table
|
WorkingDay |
select(int nIdWorkingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
void |
update(WorkingDay workingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static final String BEAN_NAME
void insert(WorkingDay workingDay, fr.paris.lutece.portal.service.plugin.Plugin plugin)
workingDay
- instance of the WorkingDay object to insertplugin
- the pluginvoid update(WorkingDay workingDay, fr.paris.lutece.portal.service.plugin.Plugin plugin)
workingDay
- the reference of the WorkingDayplugin
- the pluginvoid delete(int nIdWorkingDay, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdWorkingDay
- identifier of the WorkingDay to deleteplugin
- the pluginWorkingDay select(int nIdWorkingDay, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdWorkingDay
- the identifier of the WorkingDayplugin
- the pluginList<WorkingDay> findByIdWeekDefinition(int nIdWeekDefinition, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdWeekDefinition
- the WeekDefinition idplugin
- the PluginCopyright © 2018 City of Paris. All rights reserved.