fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.notification
Interface INotificationTypeDAO

All Known Implementing Classes:
NotificationTypeDAO

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

load

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

Parameters:
nIdTask - the id task
plugin - the Plugin
Returns:
a list of id notification type

insert

void insert(int nIdTask,
            int nIdNotificationType,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert an association notification type - task

Parameters:
nIdTask - the id task
nIdNotificationType - the id notification type
plugin - the Plugin

delete

void delete(int nIdTask,
            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the associations notification type - task

Parameters:
nIdTask - the id task
plugin - the Plugin


Copyright © 2012 Mairie de Paris. All Rights Reserved.