public final class AppointmentHome extends Object
| Modifier and Type | Method and Description |
|---|---|
static Appointment |
create(Appointment appointment)
Create an instance of the appointment class
|
static Appointment |
findByPrimaryKey(int nKey)
Returns an instance of a appointment whose identifier is specified in parameter
|
static List<Appointment> |
getAppointmentsList()
Load the data of all the appointment objects and returns them as a list
|
static fr.paris.lutece.util.ReferenceList |
getAppointmentsReferenceList()
Load the data of all the appointment objects and returns them as a referenceList
|
static Appointment |
getFullAppointmentById(int nId)
Returns an instance of a appointment whose identifier is specified in parameter
|
static List<Appointment> |
getFullAppointmentsList()
Load the data of all the appointment objects and returns them as a list
|
static List<Appointment> |
getFullAppointmentsList(AppointmentFilter filter)
Load the data of all the filtred appointment objects and returns them as a list
|
static List<Integer> |
getIdAppointmentsList()
Load the id of all the appointment objects and returns them as a list
|
static void |
remove(int nKey)
Remove the appointment whose identifier is specified in parameter
|
static Appointment |
update(Appointment appointment)
Update of the appointment which is specified in parameter
|
public static Appointment create(Appointment appointment)
appointment - The instance of the Appointment which contains the informations to storepublic static Appointment update(Appointment appointment)
appointment - The instance of the Appointment which contains the data to storepublic static void remove(int nKey)
nKey - The appointment Idpublic static Appointment findByPrimaryKey(int nKey)
nKey - The appointment primary keypublic static Appointment getFullAppointmentById(int nId)
nId - public static List<Appointment> getAppointmentsList()
public static List<Appointment> getFullAppointmentsList()
public static List<Appointment> getFullAppointmentsList(AppointmentFilter filter)
filter - public static List<Integer> getIdAppointmentsList()
public static fr.paris.lutece.util.ReferenceList getAppointmentsReferenceList()
Copyright © 2018 City of Paris. All rights reserved.