Package | Description |
---|---|
fr.paris.lutece.plugins.appointment.business.rule | |
fr.paris.lutece.plugins.appointment.service |
Modifier and Type | Method and Description |
---|---|
static FormRule |
FormRuleHome.create(FormRule formRule)
Create an instance of the FormRule class
|
static FormRule |
FormRuleHome.findByIdForm(int nIdForm)
Returns the form rule of a form
|
FormRule |
FormRuleDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
FormRule |
IFormRuleDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the form rule of a form
|
static FormRule |
FormRuleHome.findByPrimaryKey(int nKey)
Returns an instance of the FormRule whose identifier is specified in parameter
|
FormRule |
FormRuleDAO.select(int nIdFormRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
FormRule |
IFormRuleDAO.select(int nIdFormRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static FormRule |
FormRuleHome.update(FormRule formRule)
Update of the FormRule which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static FormRule |
FormRuleHome.create(FormRule formRule)
Create an instance of the FormRule class
|
void |
FormRuleDAO.insert(FormRule formRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IFormRuleDAO.insert(FormRule formRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table
|
static FormRule |
FormRuleHome.update(FormRule formRule)
Update of the FormRule which is specified in parameter
|
void |
FormRuleDAO.update(FormRule formRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IFormRuleDAO.update(FormRule formRule,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
Modifier and Type | Method and Description |
---|---|
static FormRule |
FormRuleService.createFormRule(AppointmentForm appointmentForm,
int nIdForm)
Create a form rule from an appointment form DTO
|
static FormRule |
FormRuleService.findFormRuleWithFormId(int nIdForm)
Find the rules of a form
|
static FormRule |
FormRuleService.updateFormRule(AppointmentForm appointmentForm,
int nIdForm)
Update a form rule object with the values of an appointmentForm DTO
|
Modifier and Type | Method and Description |
---|---|
static void |
FormRuleService.fillInFormRule(FormRule formRule,
AppointmentForm appointmentForm,
int nIdForm)
Fill the form rule part with the appointment DTO
|
static void |
FormRuleService.saveFormRule(FormRule formRule)
Save a form rule
|
Copyright © 2018 City of Paris. All rights reserved.