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)
insert
in interface INotifySenderConfigurationDAO
notifySenderConfiguration
- instance of the NotifySenderConfiguration object to insertplugin
- pluginpublic NotifySenderConfiguration load(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface INotifySenderConfigurationDAO
nIdForm
- The identifier of the form associate to the notifySenderConfigurationplugin
- pluginpublic void delete(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface INotifySenderConfigurationDAO
nIdForm
- The identifier of the form associate to the notifySenderConfigurationplugin
- the pluginpublic void store(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface INotifySenderConfigurationDAO
notifySenderConfiguration
- The reference of the notifySenderConfigurationplugin
- pluginpublic List<NotifySenderConfiguration> selectNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectNotifySenderConfigurationsList
in interface INotifySenderConfigurationDAO
plugin
- pluginCopyright © 2016 City of Paris. All rights reserved.