|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INotifySenderConfigurationDAO
INotifySenderConfigurationDAO
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 |
Method Detail |
---|
void insert(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
notifySenderConfiguration
- instance of the NotifySenderConfiguration object to insertplugin
- pluginNotifySenderConfiguration load(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The identifier of the form associate to the notifySenderConfigurationplugin
- plugin
void delete(int nIdForm, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdForm
- The identifier of the form associate to the notifySenderConfigurationvoid store(NotifySenderConfiguration notifySenderConfiguration, fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- pluginnotifySenderConfiguration
- The reference of the notifySenderConfigurationjava.util.List<NotifySenderConfiguration> selectNotifySenderConfigurationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |