public final class NotifySenderConfigurationDAO extends Object implements INotifySenderConfigurationDAO
| Constructor and Description |
|---|
NotifySenderConfigurationDAO() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table
|
void |
insert(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
NotifySenderConfiguration |
load(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the notifySenderConfiguration from the table
|
List<NotifySenderConfiguration> |
selectNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the notifySenderConfigurations and returns them as a collection
|
void |
store(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
public void insert(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
INotifySenderConfigurationDAOinsert in interface INotifySenderConfigurationDAOnotifySenderConfiguration - instance of the NotifySenderConfiguration object to insertplugin - pluginpublic NotifySenderConfiguration load(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
INotifySenderConfigurationDAOload in interface INotifySenderConfigurationDAOnIdForm - The identifier of the form associate to the notifySenderConfigurationplugin - pluginpublic void delete(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
INotifySenderConfigurationDAOdelete in interface INotifySenderConfigurationDAOnIdForm - The identifier of the form associate to the notifySenderConfigurationpublic void store(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
INotifySenderConfigurationDAOstore in interface INotifySenderConfigurationDAOnotifySenderConfiguration - The reference of the notifySenderConfigurationplugin - pluginpublic List<NotifySenderConfiguration> selectNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
INotifySenderConfigurationDAOselectNotifySenderConfigurationsList in interface INotifySenderConfigurationDAOplugin - pluginCopyright © 2019 City of Paris. All rights reserved.