public interface IAppointmentFormResourceTypeDAO
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
Name of the bean of the implementation of the DAO
|
Modifier and Type | Method and Description |
---|---|
AppointmentFormResourceType |
findByPrimaryKey(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find an appointment form resource type from its primary key
|
List<AppointmentFormResourceType> |
findResourceTypesListFromIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the list of resource types associated with a given form
|
void |
insert(AppointmentFormResourceType formResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an association between an appointment form and a resource type
|
void |
remove(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove an association between an appointment form and a resource type
|
void |
removeFromIdAppointmentForm(int nIdAppointmentForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove every associations between an appointment form and resource types
|
void |
resetAppAdminUser(int nIdAppointmentForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Reset the form resource type that was declared as containing the admin user of appointments
|
void |
resetLocalization(int nIdAppointmentForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Reset the form resource type that was declared as containing the localization of appointments
|
void |
update(AppointmentFormResourceType formResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an existing appointment form resource type
|
static final String BEAN_NAME
void insert(AppointmentFormResourceType formResourceType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formResourceType
- The appointment form resource typeplugin
- the pluginvoid update(AppointmentFormResourceType formResourceType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formResourceType
- the form resource typeplugin
- the pluginvoid remove(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The id of the appointment form resource type to removeplugin
- the pluginvoid removeFromIdAppointmentForm(int nIdAppointmentForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAppointmentForm
- The id of the appointment formplugin
- The pluginAppointmentFormResourceType findByPrimaryKey(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- the id of the appointment form resource type to getplugin
- The pluginList<AppointmentFormResourceType> findResourceTypesListFromIdForm(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The id of the formplugin
- The pluginvoid resetAppAdminUser(int nIdAppointmentForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAppointmentForm
- The id of the appointment formplugin
- The pluginvoid resetLocalization(int nIdAppointmentForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAppointmentForm
- The id of the appointment formplugin
- The pluginCopyright © 2018 City of Paris. All rights reserved.