Package | Description |
---|---|
fr.paris.lutece.plugins.appointment.business.message | |
fr.paris.lutece.plugins.appointment.service |
Modifier and Type | Method and Description |
---|---|
static FormMessage |
FormMessageHome.findByIdForm(int nIdForm)
Returns the formMessage of the form
|
FormMessage |
FormMessageDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
FormMessage |
IFormMessageDAO.findByIdForm(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the formMessage of the form given
|
static FormMessage |
FormMessageHome.findByPrimaryKey(int nFormMessageId)
Get a form message from its primary key
|
FormMessage |
FormMessageDAO.select(int nIdFormMessage,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
FormMessage |
IFormMessageDAO.select(int nIdFormMessage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get a form message from its primary key
|
Modifier and Type | Method and Description |
---|---|
static void |
FormMessageHome.create(FormMessage formMessage)
Create a form message
|
void |
FormMessageDAO.insert(FormMessage formMessage,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IFormMessageDAO.insert(FormMessage formMessage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create a form message
|
static void |
FormMessageHome.update(FormMessage formMessage)
Update a form message
|
void |
FormMessageDAO.update(FormMessage formMessage,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
IFormMessageDAO.update(FormMessage formMessage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update a form message
|
Modifier and Type | Method and Description |
---|---|
static FormMessage |
FormMessageService.findFormMessageByIdForm(int nIdForm)
Find the form messages of a form
|
static FormMessage |
FormMessageService.getDefaultAppointmentFormMessage()
Get the default form message with values loaded from properties.
|
Modifier and Type | Method and Description |
---|---|
static void |
FormMessageService.saveFormMessage(FormMessage formMessage)
Save a form message
|
static void |
FormMessageService.updateFormMessage(FormMessage formMessage)
Update a form message
|
Copyright © 2018 City of Paris. All rights reserved.