Package | Description |
---|---|
fr.paris.lutece.plugins.appointment.modules.resource.business |
Modifier and Type | Class and Description |
---|---|
class |
AppointmentResourceDTO
Appointment resource
|
Modifier and Type | Method and Description |
---|---|
static AppointmentResource |
AppointmentResourceHome.findByPrimaryKey(int nIdAppointment,
int nIdAppointmentFormResourceType)
Find an appointment resource from its primary key
|
AppointmentResource |
AppointmentResourceDAO.findByPrimaryKey(int nIdAppointment,
int nIdAppointmentFormResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find an appointment resource from its primary key
|
AppointmentResource |
IAppointmentResourceDAO.findByPrimaryKey(int nIdAppointment,
int nIdAppointmentFormResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find an appointment resource from its primary key
|
Modifier and Type | Method and Description |
---|---|
static List<AppointmentResource> |
AppointmentResourceHome.findByIdAppointment(int nIdAppointment)
Find appointment resource associated with a given appointment
|
List<AppointmentResource> |
AppointmentResourceDAO.findByIdAppointment(int nIdAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find appointment resource associated with a given appointment
|
List<AppointmentResource> |
IAppointmentResourceDAO.findByIdAppointment(int nIdAppointment,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find appointment resource associated with a given appointment
|
Modifier and Type | Method and Description |
---|---|
static void |
AppointmentResourceHome.insert(AppointmentResource resource)
Insert a new appointment resource
|
void |
AppointmentResourceDAO.insert(AppointmentResource resource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new appointment resource
|
void |
IAppointmentResourceDAO.insert(AppointmentResource resource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new appointment resource
|
static void |
AppointmentResourceHome.update(AppointmentResource resource)
Update an appointment resource
|
void |
AppointmentResourceDAO.update(AppointmentResource resource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an appointment resource
|
void |
IAppointmentResourceDAO.update(AppointmentResource resource,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an appointment resource
|
Constructor and Description |
---|
AppointmentResourceDTO(AppointmentResource appResource)
Creates a new appointment resource DTO with data from an appointment resource
|
Copyright © 2019 City of Paris. All rights reserved.