|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification.NotificationTypeDAO
public class NotificationTypeDAO
NotificationTypeDAO
Constructor Summary | |
---|---|
NotificationTypeDAO()
|
Method Summary | |
---|---|
void |
delete(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the associations notification type - task |
void |
insert(int nIdTask,
int nIdNotificationType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert an association notification type - task |
java.util.List<java.lang.Integer> |
load(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of notification type associated to the task |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationTypeDAO()
Method Detail |
---|
public java.util.List<java.lang.Integer> load(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface INotificationTypeDAO
nIdTask
- the id taskplugin
- the Plugin
public void insert(int nIdTask, int nIdNotificationType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface INotificationTypeDAO
nIdTask
- the id tasknIdNotificationType
- the id notification typeplugin
- the Plugin
public void delete(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface INotificationTypeDAO
nIdTask
- the id taskplugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |