Package | Description |
---|---|
fr.paris.lutece.plugins.form.modules.processornotifysender.business |
Modifier and Type | Method and Description |
---|---|
static NotifySenderConfiguration |
NotifySenderConfigurationHome.findByPrimaryKey(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a notifySenderConfiguration whose identifier is specified in parameter
|
NotifySenderConfiguration |
NotifySenderConfigurationDAO.load(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
NotifySenderConfiguration |
INotifySenderConfigurationDAO.load(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the notifySenderConfiguration from the table
|
Modifier and Type | Method and Description |
---|---|
static List<NotifySenderConfiguration> |
NotifySenderConfigurationHome.getNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the notifySenderConfiguration objects and returns them in form of a collection
|
List<NotifySenderConfiguration> |
NotifySenderConfigurationDAO.selectNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin) |
List<NotifySenderConfiguration> |
INotifySenderConfigurationDAO.selectNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the notifySenderConfigurations and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static void |
NotifySenderConfigurationHome.create(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the notifySenderConfiguration class
|
void |
NotifySenderConfigurationDAO.insert(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
INotifySenderConfigurationDAO.insert(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
NotifySenderConfigurationDAO.store(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin) |
void |
INotifySenderConfigurationDAO.store(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static void |
NotifySenderConfigurationHome.update(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the notifySenderConfiguration which is specified in parameter
|
Copyright © 2015 City of Paris. All rights reserved.