public final class NotifySenderConfigurationHome extends Object
Modifier and Type | Method and Description |
---|---|
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 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
|
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 Pluginpublic static List<NotifySenderConfiguration> getNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the PluginCopyright © 2015 City of Paris. All rights reserved.