fr.paris.lutece.plugins.form.modules.processornotifysender.business
Class NotifySenderConfigurationHome

java.lang.Object
  extended by fr.paris.lutece.plugins.form.modules.processornotifysender.business.NotifySenderConfigurationHome

public final class NotifySenderConfigurationHome
extends java.lang.Object

This class provides instances management methods (create, find, ...) for NotifySenderConfiguration objects


Method Summary
static void create(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Create an instance of the notifySenderConfiguration class
static NotifySenderConfiguration findByPrimaryKey(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a notifySenderConfiguration whose identifier is specified in parameter
static java.util.List<NotifySenderConfiguration> 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
static void remove(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Remove the notifySenderConfiguration whose identifier is specified in parameter
static void update(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the notifySenderConfiguration which is specified in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static void create(NotifySenderConfiguration notifySenderConfiguration,
                          fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the notifySenderConfiguration class

Parameters:
notifySenderConfiguration - The instance of the NotifySenderConfiguration which contains the informations to store
plugin - the Plugin

update

public static void update(NotifySenderConfiguration notifySenderConfiguration,
                          fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the notifySenderConfiguration which is specified in parameter

Parameters:
notifySenderConfiguration - The instance of the NotifySenderConfiguration which contains the data to store
plugin - the Plugin

remove

public static void remove(int nIdForm,
                          fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the notifySenderConfiguration whose identifier is specified in parameter

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

findByPrimaryKey

public static NotifySenderConfiguration findByPrimaryKey(int nIdForm,
                                                         fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a notifySenderConfiguration whose identifier is specified in parameter

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

getNotifySenderConfigurationsList

public static java.util.List<NotifySenderConfiguration> 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

Parameters:
plugin - the Plugin
Returns:
the collection which contains the data of all the notifySenderConfiguration objects


Copyright © 2010 Mairie de Paris. All Rights Reserved.