fr.paris.lutece.plugins.workflow.modules.notifymylutece.service.user
Interface IMyLuteceUserGuidService

All Known Implementing Classes:
MyLuteceUserGuidService

public interface IMyLuteceUserGuidService

IMyLuteceUserGuidService


Method Summary
 void create(int nIdTask, java.lang.String strUserGuid)
          Create an association user guid - task
 java.util.List<java.lang.String> find(int nIdTask)
          Find the list of User guid associated to the task
 void remove(int nIdTask)
          Remove the associations user guid - task
 

Method Detail

find

java.util.List<java.lang.String> find(int nIdTask)
Find the list of User guid associated to the task

Parameters:
nIdTask - the id task
Returns:
the list of User Guid

create

@Transactional(value="workflow-notifymylutece.transactionManager")
void create(int nIdTask,
                          java.lang.String strUserGuid)
Create an association user guid - task

Parameters:
nIdTask - the id task
strUserGuid - the user guid

remove

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

Parameters:
nIdTask - the id task


Copyright © 2012 Mairie de Paris. All Rights Reserved.