fr.paris.lutece.plugins.workflow.modules.notifymylutece.service.notification
Interface INotificationTypeService

All Known Implementing Classes:
NotificationTypeService

public interface INotificationTypeService

INotificationTypeService


Method Summary
 void create(int nIdTask, int nIdNotificationType)
          Create an association notification type - task
 java.util.List<java.lang.Integer> find(int nIdTask)
          Find the list of id notification type for a task
 void remove(int nIdTask)
          Remove the associations notification type - task
 

Method Detail

find

java.util.List<java.lang.Integer> find(int nIdTask)
Find the list of id notification type for a task

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

create

@Transactional(value="workflow-notifymylutece.transactionManager")
void create(int nIdTask,
                          int nIdNotificationType)
Create an association notification type - task

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

remove

@Transactional(value="workflow-notifymylutece.transactionManager")
void remove(int nIdTask)
Remove the associations notification type - task

Parameters:
nIdTask - the id task


Copyright © 2012 Mairie de Paris. All Rights Reserved.