public final class WorkingDayHome extends Object
Modifier and Type | Method and Description |
---|---|
static WorkingDay |
create(WorkingDay workingDay)
Create an instance of the WorkingDay class
|
static void |
delete(int nKey)
Delete the WorkingDay whose identifier is specified in parameter
|
static List<WorkingDay> |
findByIdWeekDefinition(int nIdWeekDefinition)
Find the Working Day of the weekDefinition
|
static WorkingDay |
findByPrimaryKey(int nKey)
Returns an instance of the WorkingDay whose identifier is specified in parameter
|
static WorkingDay |
update(WorkingDay workingDay)
Update of the WorkingDay which is specified in parameter
|
public static WorkingDay create(WorkingDay workingDay)
workingDay
- The instance of the WorkingDay which contains the informations to storepublic static WorkingDay update(WorkingDay workingDay)
workingDay
- The instance of the WorkingDay which contains the data to storepublic static void delete(int nKey)
nKey
- The WorkingDay Idpublic static WorkingDay findByPrimaryKey(int nKey)
nKey
- The WorkingDay primary keypublic static List<WorkingDay> findByIdWeekDefinition(int nIdWeekDefinition)
nIdWeekDefinition
- the WeekDefinition IdCopyright © 2018 City of Paris. All rights reserved.