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