Package | Description |
---|---|
fr.paris.lutece.plugins.appointment.business.planning | |
fr.paris.lutece.plugins.appointment.service |
Modifier and Type | Method and Description |
---|---|
static ClosingDay |
ClosingDayHome.create(ClosingDay closingDay)
Create an instance of the Form class
|
static ClosingDay |
ClosingDayHome.findByIdFormAndDateOfCLosingDay(int nIdForm,
LocalDate dateOfClosingDay)
Returns the closing day
|
ClosingDay |
IClosingDayDAO.findByIdFormAndDateOfClosingDay(int nIdForm,
LocalDate dateOfCLosingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the closing day if exists
|
ClosingDay |
ClosingDayDAO.findByIdFormAndDateOfClosingDay(int nIdForm,
LocalDate dateOfCLosingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static ClosingDay |
ClosingDayHome.findByPrimaryKey(int nKey)
Returns an instance of the ClosingDay whose identifier is specified in parameter
|
ClosingDay |
IClosingDayDAO.select(int nIdClosingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
ClosingDay |
ClosingDayDAO.select(int nIdClosingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static ClosingDay |
ClosingDayHome.update(ClosingDay closingDay)
Update of the ClosingDay which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<ClosingDay> |
ClosingDayHome.findByIdForm(int nIdForm)
Returns all the Closing Days of a form
|
List<ClosingDay> |
IClosingDayDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the closing days of a form
|
List<ClosingDay> |
ClosingDayDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static List<ClosingDay> |
ClosingDayHome.findByIdFormAndDateRange(int nIdForm,
LocalDate startingDate,
LocalDate endingDate)
Returns a list of closing days of the form on a period
|
List<ClosingDay> |
IClosingDayDAO.findByIdFormAndDateRange(int nIdForm,
LocalDate startingDate,
LocalDate endingDate,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the closing days of the form on a period
|
List<ClosingDay> |
ClosingDayDAO.findByIdFormAndDateRange(int nIdForm,
LocalDate startingDate,
LocalDate endingDate,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
static ClosingDay |
ClosingDayHome.create(ClosingDay closingDay)
Create an instance of the Form class
|
void |
IClosingDayDAO.insert(ClosingDay closingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
ClosingDayDAO.insert(ClosingDay closingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static ClosingDay |
ClosingDayHome.update(ClosingDay closingDay)
Update of the ClosingDay which is specified in parameter
|
void |
IClosingDayDAO.update(ClosingDay closingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
ClosingDayDAO.update(ClosingDay closingDay,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
static List<ClosingDay> |
ClosingDayService.findListClosingDay(int nIdForm)
Returns a list of the closing days of a form
|
Modifier and Type | Method and Description |
---|---|
static void |
ClosingDayService.saveClosingDay(ClosingDay closingDay)
Save a closing day of a form
|
Copyright © 2018 City of Paris. All rights reserved.