fr.paris.lutece.plugins.form.modules.processornotifysender.business
Interface INotifySenderConfigurationDAO

All Known Implementing Classes:
NotifySenderConfigurationDAO

public interface INotifySenderConfigurationDAO

INotifySenderConfigurationDAO


Method Summary
 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
 java.util.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
 

Method Detail

insert

void insert(NotifySenderConfiguration notifySenderConfiguration,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.

Parameters:
notifySenderConfiguration - instance of the NotifySenderConfiguration object to insert
plugin - plugin

load

NotifySenderConfiguration load(int nIdForm,
                               fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the notifySenderConfiguration from the table

Parameters:
nIdForm - The identifier of the form associate to the notifySenderConfiguration
plugin - plugin
Returns:
the instance of the NotifySenderConfiguration

delete

void delete(int nIdForm,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table

Parameters:
nIdForm - The identifier of the form associate to the notifySenderConfiguration

store

void store(NotifySenderConfiguration notifySenderConfiguration,
           fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table

Parameters:
plugin - plugin
notifySenderConfiguration - The reference of the notifySenderConfiguration

selectNotifySenderConfigurationsList

java.util.List<NotifySenderConfiguration> selectNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the notifySenderConfigurations and returns them as a collection

Parameters:
plugin - plugin
Returns:
The Collection which contains the data of all the notifySenderConfigurations


Copyright © 2011 Mairie de Paris. All Rights Reserved.