Modifier and Type | Method and Description |
---|---|
static Appointment |
AppointmentHome.create(Appointment appointment)
Create an instance of the Appointment class
|
static Appointment |
AppointmentHome.findByPrimaryKey(int nKey)
Return an instance of the Appointment whose identifier is specified in parameter
|
static Appointment |
AppointmentHome.findByReference(String strReference)
Return an instance of the Appointment whose reference is specified in parameter
|
Appointment |
IAppointmentDAO.findByReference(String strReference,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the appointment with its reference
|
Appointment |
AppointmentDAO.findByReference(String strReference,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Appointment |
IAppointmentDAO.select(int nIdAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
Appointment |
AppointmentDAO.select(int nIdAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static Appointment |
AppointmentHome.update(Appointment appointment)
Update of the Appointment which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static List<Appointment> |
AppointmentHome.findByFilter(AppointmentFilterDTO appointmentFilter)
Returns a list of appointment matching the filter
|
List<Appointment> |
IAppointmentDAO.findByFilter(AppointmentFilterDTO appointmentFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of appointments matching the filter
|
List<Appointment> |
AppointmentDAO.findByFilter(AppointmentFilterDTO appointmentFilter,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static List<Appointment> |
AppointmentHome.findByIdForm(int nIdForm)
Return a list of appointment of a form
|
List<Appointment> |
IAppointmentDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of all the appointment of a form
|
List<Appointment> |
AppointmentDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static List<Appointment> |
AppointmentHome.findByIdSlot(int nIdSlot)
Return the appointments of a slot
|
List<Appointment> |
IAppointmentDAO.findByIdSlot(int nIdSlot,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the appointments of a slot
|
List<Appointment> |
AppointmentDAO.findByIdSlot(int nIdSlot,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static List<Appointment> |
AppointmentHome.findByIdUser(int nIdUser)
Return the appointments of a user
|
List<Appointment> |
IAppointmentDAO.findByIdUser(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns all the appointments of a user
|
List<Appointment> |
AppointmentDAO.findByIdUser(int nIdUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
static Appointment |
AppointmentHome.create(Appointment appointment)
Create an instance of the Appointment class
|
void |
IAppointmentDAO.insert(Appointment appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table
|
void |
AppointmentDAO.insert(Appointment appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
static Appointment |
AppointmentHome.update(Appointment appointment)
Update of the Appointment which is specified in parameter
|
void |
IAppointmentDAO.update(Appointment appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
AppointmentDAO.update(Appointment appointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
Modifier and Type | Method and Description |
---|---|
List<Appointment> |
User.getAppointments()
Get the appointments of the User
|
List<Appointment> |
UserHome.getListAppointments()
Return the list of the appointments of the User
|
Modifier and Type | Method and Description |
---|---|
void |
User.setAppointments(List<Appointment> listAppointments)
Set the appointments of the User
|
Modifier and Type | Method and Description |
---|---|
static Appointment |
AppointmentService.findAppointmentById(int nIdAppointment)
Find an appointment by its primary key
|
static Appointment |
AppointmentService.findAppointmentByReference(String strReference)
Find an appointment by its reference
|
Modifier and Type | Method and Description |
---|---|
static List<Appointment> |
AppointmentService.findListAppointmentByIdForm(int nIdForm)
Find the appointments by form
|
static List<Appointment> |
AppointmentService.findListAppointmentByListSlot(List<Slot> listSlot)
Find all the appointments of the slots given in parameter
|
static List<Appointment> |
AppointmentService.findListAppointmentBySlot(int nIdSlot)
Find the appointments of a slot
|
static List<Appointment> |
AppointmentService.findListAppointmentByUserId(int nIdUser)
Find the appointments of a user
|
static List<Appointment> |
AppointmentService.findListAppointmentsByFilter(AppointmentFilterDTO appointmentFilter) |
Modifier and Type | Method and Description |
---|---|
static void |
AppointmentService.updateAppointment(Appointment appointment)
Update an appointment in database
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AppointmentUtilities.checkNoAppointmentsImpacted(List<Appointment> listAppointment,
int nIdForm,
LocalDate dateOfModification,
AppointmentFormDTO appointmentForm)
Check if there are appointments impacted by the new week definition
|
Modifier and Type | Method and Description |
---|---|
static String |
AppointmentApp.getCancelAppointmentUrl(Appointment appointment)
Get the URL
|
static String |
AppointmentApp.getCancelAppointmentUrl(javax.servlet.http.HttpServletRequest request,
Appointment appointment)
Get the URL
|
Modifier and Type | Class and Description |
---|---|
class |
AppointmentDTO
The DTO for an appointment in front office
|
Copyright © 2018 City of Paris. All rights reserved.