Package | Description |
---|---|
fr.paris.lutece.plugins.appointment.business | |
fr.paris.lutece.plugins.appointment.business.rule | |
fr.paris.lutece.plugins.appointment.service |
Modifier and Type | Class and Description |
---|---|
class |
AppointmentForm
This is the DTO class for the object AppointmentForm
|
Modifier and Type | Method and Description |
---|---|
static ReservationRule |
ReservationRuleHome.create(ReservationRule reservationRule)
Create an instance of the ReservationRule class
|
static ReservationRule |
ReservationRuleHome.findByIdFormAndDateOfApply(int nIdForm,
LocalDate dateOfApply)
Returns the Reservation Rule with the given search parameters
|
ReservationRule |
IReservationRuleDAO.findByIdFormAndDateOfApply(int nIdForm,
LocalDate dateOfApply,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the Reservation Rule with the given search parameters
|
ReservationRule |
ReservationRuleDAO.findByIdFormAndDateOfApply(int nIdForm,
LocalDate dateOfApply,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static ReservationRule |
ReservationRuleHome.findByPrimaryKey(int nKey)
Returns an instance of the ReservationRule whose identifier is specified in parameter
|
ReservationRule |
IReservationRuleDAO.select(int nIdReservationRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
ReservationRule |
ReservationRuleDAO.select(int nIdReservationRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static ReservationRule |
ReservationRuleHome.update(ReservationRule reservationRule)
Update of the ReservationRule which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<ReservationRule> |
ReservationRuleHome.findByIdForm(int nIdForm)
Returns all the Reservation Rule of a form
|
List<ReservationRule> |
IReservationRuleDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns all the Reservation Rule of the form given
|
List<ReservationRule> |
ReservationRuleDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
static ReservationRule |
ReservationRuleHome.create(ReservationRule reservationRule)
Create an instance of the ReservationRule class
|
void |
IReservationRuleDAO.insert(ReservationRule reservationRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table
|
void |
ReservationRuleDAO.insert(ReservationRule reservationRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static ReservationRule |
ReservationRuleHome.update(ReservationRule reservationRule)
Update of the ReservationRule which is specified in parameter
|
void |
IReservationRuleDAO.update(ReservationRule appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
ReservationRuleDAO.update(ReservationRule reservationRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
static ReservationRule |
ReservationRuleService.createReservationRule(AppointmentForm appointmentForm,
int nIdForm,
LocalDate dateOfApply)
Create in database a reservation rule object from an appointmentForm DTO
|
static ReservationRule |
ReservationRuleService.findReservationRuleById(int nIdReservationRule)
Find a reservation rule with its primary key
|
static ReservationRule |
ReservationRuleService.findReservationRuleByIdFormAndClosestToDateOfApply(int nIdForm,
LocalDate dateOfApply)
Find in database a reservation rule of a form closest to a date
|
static ReservationRule |
ReservationRuleService.findReservationRuleByIdFormAndDateOfApply(int nIdForm,
LocalDate dateOfApply)
Find the reservation rule of a form on a specific date
|
static ReservationRule |
ReservationRuleService.updateReservationRule(AppointmentForm appointmentForm,
int nIdForm,
LocalDate dateOfApply)
Update in database a reservation rule with the values of an appointmentForm DTO
|
Modifier and Type | Method and Description |
---|---|
static HashMap<LocalDate,ReservationRule> |
ReservationRuleService.findAllReservationRule(int nIdForm)
Find all the reservation rule of a form
|
static List<ReservationRule> |
ReservationRuleService.findListReservationRule(int nIdForm)
Returns a list of the reservation rules of a form
|
Modifier and Type | Method and Description |
---|---|
static void |
ReservationRuleService.fillInReservationRule(ReservationRule reservationRule,
AppointmentForm appointmentForm,
int nIdForm,
LocalDate dateOfApply)
Fill the reservation rule object with the corresponding values of an appointmentForm DTO
|
static void |
ReservationRuleService.removeReservationRule(ReservationRule reservationRule)
Delete a reservation rule by its id
|
static void |
ReservationRuleService.saveReservationRule(ReservationRule reservationRule)
save a reservation rule
|
Copyright © 2018 City of Paris. All rights reserved.