|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INotificationTypeDAO
INotificationTypeDAO
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 |
Method Detail |
---|
java.util.List<java.lang.Integer> load(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- the id taskplugin
- the Plugin
void insert(int nIdTask, int nIdNotificationType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- the id tasknIdNotificationType
- the id notification typeplugin
- the Plugin
void delete(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdTask
- the id taskplugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |