|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.modules.processornotifysender.business.NotifySenderConfigurationHome
public final class NotifySenderConfigurationHome
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 |
---|
public static void create(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
notifySenderConfiguration
- The instance of the NotifySenderConfiguration which contains the informations to storeplugin
- the Pluginpublic static void update(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
notifySenderConfiguration
- The instance of the NotifySenderConfiguration which contains the data to storeplugin
- the Pluginpublic static void remove(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The identifier of the form associate to the notifySenderConfigurationplugin
- the Pluginpublic static NotifySenderConfiguration findByPrimaryKey(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The identifier of the form associate to the notifySenderConfigurationplugin
- the Plugin
public static java.util.List<NotifySenderConfiguration> getNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |