fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.user
Class MyLuteceUserGuidDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.user.MyLuteceUserGuidDAO
All Implemented Interfaces:
IMyLuteceUserGuidDAO

public class MyLuteceUserGuidDAO
extends java.lang.Object
implements IMyLuteceUserGuidDAO

MyLuteceUserGuidDAO


Constructor Summary
MyLuteceUserGuidDAO()
           
 
Method Summary
 void delete(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Delete the associations user guid - task
 void insert(int nIdTask, java.lang.String strUserGuid, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert an association user guid - task
 java.util.List<java.lang.String> load(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the association user guid - task
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyLuteceUserGuidDAO

public MyLuteceUserGuidDAO()
Method Detail

insert

public void insert(int nIdTask,
                   java.lang.String strUserGuid,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert an association user guid - task

Specified by:
insert in interface IMyLuteceUserGuidDAO
Parameters:
nIdTask - the id task
strUserGuid - the user guid
plugin - the Plugin

load

public java.util.List<java.lang.String> load(int nIdTask,
                                             fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the association user guid - task

Specified by:
load in interface IMyLuteceUserGuidDAO
Parameters:
nIdTask - the id task
plugin - the Plugin
Returns:
a list of User Guid

delete

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

Specified by:
delete in interface IMyLuteceUserGuidDAO
Parameters:
nIdTask - the id task
plugin - the Plugin


Copyright © 2012 Mairie de Paris. All Rights Reserved.