|
||||||||||
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.NotifySenderConfigurationDAO
public final class NotifySenderConfigurationDAO
This class provides Data Access methods for NotifySenderConfiguration objects
Constructor Summary | |
---|---|
NotifySenderConfigurationDAO()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotifySenderConfigurationDAO()
Method Detail |
---|
public void insert(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
INotifySenderConfigurationDAO
insert
in interface INotifySenderConfigurationDAO
notifySenderConfiguration
- instance of the NotifySenderConfiguration object to insertplugin
- pluginpublic NotifySenderConfiguration load(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
INotifySenderConfigurationDAO
load
in interface INotifySenderConfigurationDAO
nIdForm
- The identifier of the form associate to the notifySenderConfigurationplugin
- plugin
public void delete(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
INotifySenderConfigurationDAO
delete
in interface INotifySenderConfigurationDAO
nIdForm
- The identifier of the form associate to the notifySenderConfigurationpublic void store(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
INotifySenderConfigurationDAO
store
in interface INotifySenderConfigurationDAO
notifySenderConfiguration
- The reference of the notifySenderConfigurationplugin
- pluginpublic java.util.List<NotifySenderConfiguration> selectNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
INotifySenderConfigurationDAO
selectNotifySenderConfigurationsList
in interface INotifySenderConfigurationDAO
plugin
- plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |