|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotifySenderConfiguration | |
---|---|
fr.paris.lutece.plugins.form.modules.processornotifysender.business |
Uses of NotifySenderConfiguration in fr.paris.lutece.plugins.form.modules.processornotifysender.business |
---|
Methods in fr.paris.lutece.plugins.form.modules.processornotifysender.business that return NotifySenderConfiguration | |
---|---|
static NotifySenderConfiguration |
NotifySenderConfigurationHome.findByPrimaryKey(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a notifySenderConfiguration whose identifier is specified in parameter |
NotifySenderConfiguration |
NotifySenderConfigurationDAO.load(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the notifySenderConfiguration from the table |
NotifySenderConfiguration |
INotifySenderConfigurationDAO.load(int nIdForm,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the notifySenderConfiguration from the table |
Methods in fr.paris.lutece.plugins.form.modules.processornotifysender.business that return types with arguments of type NotifySenderConfiguration | |
---|---|
static java.util.List<NotifySenderConfiguration> |
NotifySenderConfigurationHome.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 |
java.util.List<NotifySenderConfiguration> |
NotifySenderConfigurationDAO.selectNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the notifySenderConfigurations and returns them as a collection |
java.util.List<NotifySenderConfiguration> |
INotifySenderConfigurationDAO.selectNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the notifySenderConfigurations and returns them as a collection |
Methods in fr.paris.lutece.plugins.form.modules.processornotifysender.business with parameters of type NotifySenderConfiguration | |
---|---|
static void |
NotifySenderConfigurationHome.create(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the notifySenderConfiguration class |
void |
NotifySenderConfigurationDAO.insert(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
INotifySenderConfigurationDAO.insert(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
NotifySenderConfigurationDAO.store(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
INotifySenderConfigurationDAO.store(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static void |
NotifySenderConfigurationHome.update(NotifySenderConfiguration notifySenderConfiguration,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the notifySenderConfiguration which is specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |