Package | Description |
---|---|
fr.paris.lutece.plugins.appointment.modules.resource.business |
Modifier and Type | Method and Description |
---|---|
static AppointmentFormResourceType |
AppointmentFormResourceTypeHome.findByPrimaryKey(int nId)
Find an appointment form resource type from its primary key
|
AppointmentFormResourceType |
IAppointmentFormResourceTypeDAO.findByPrimaryKey(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find an appointment form resource type from its primary key
|
AppointmentFormResourceType |
AppointmentFormResourceTypeDAO.findByPrimaryKey(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find an appointment form resource type from its primary key
|
AppointmentFormResourceType |
AppointmentResourceDTO.getFormResourceType()
Get the form resource type associated with this appointment resource
|
Modifier and Type | Method and Description |
---|---|
static List<AppointmentFormResourceType> |
AppointmentFormResourceTypeHome.findResourceTypesListFromIdForm(int nIdForm)
Get the list of resource types associated with a given form
|
List<AppointmentFormResourceType> |
IAppointmentFormResourceTypeDAO.findResourceTypesListFromIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of resource types associated with a given form
|
List<AppointmentFormResourceType> |
AppointmentFormResourceTypeDAO.findResourceTypesListFromIdForm(int nIdAppointmentForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of resource types associated with a given form
|
Modifier and Type | Method and Description |
---|---|
static void |
AppointmentFormResourceTypeHome.insert(AppointmentFormResourceType formResourceType)
Create an association between an appointment form and a resource type
|
void |
IAppointmentFormResourceTypeDAO.insert(AppointmentFormResourceType formResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an association between an appointment form and a resource type
|
void |
AppointmentFormResourceTypeDAO.insert(AppointmentFormResourceType formResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an association between an appointment form and a resource type
|
void |
AppointmentResourceDTO.setFormResourceType(AppointmentFormResourceType formResourceType)
Set the form resource type associated with this appointment resource
|
static void |
AppointmentFormResourceTypeHome.update(AppointmentFormResourceType formResourceType)
Update an association between an appointment form and a resource type
|
void |
IAppointmentFormResourceTypeDAO.update(AppointmentFormResourceType formResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an existing appointment form resource type
|
void |
AppointmentFormResourceTypeDAO.update(AppointmentFormResourceType formResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an existing appointment form resource type
|
Copyright © 2018 City of Paris. All rights reserved.