fr.paris.lutece.plugins.workflow.modules.notifymylutece.service.user
Class MyLuteceUserGuidService

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.notifymylutece.service.user.MyLuteceUserGuidService
All Implemented Interfaces:
IMyLuteceUserGuidService

public class MyLuteceUserGuidService
extends java.lang.Object
implements IMyLuteceUserGuidService

MyLuteceUserGuidService


Field Summary
static java.lang.String BEAN_SERVICE
           
 
Constructor Summary
MyLuteceUserGuidService()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_SERVICE

public static final java.lang.String BEAN_SERVICE
See Also:
Constant Field Values
Constructor Detail

MyLuteceUserGuidService

public MyLuteceUserGuidService()
Method Detail

find

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

Specified by:
find in interface IMyLuteceUserGuidService
Parameters:
nIdTask - the id task
Returns:
the list of User Guid

create

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

Specified by:
create in interface IMyLuteceUserGuidService
Parameters:
nIdTask - the id task
strUserGuid - the user guid

remove

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

Specified by:
remove in interface IMyLuteceUserGuidService
Parameters:
nIdTask - the id task


Copyright © 2012 Mairie de Paris. All Rights Reserved.