|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.modules.notifymylutece.business.user.MyLuteceUserGuidDAO
public class MyLuteceUserGuidDAO
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 |
---|
public MyLuteceUserGuidDAO()
Method Detail |
---|
public void insert(int nIdTask, java.lang.String strUserGuid, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IMyLuteceUserGuidDAO
nIdTask
- the id taskstrUserGuid
- the user guidplugin
- the Plugin
public java.util.List<java.lang.String> load(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IMyLuteceUserGuidDAO
nIdTask
- the id taskplugin
- the Plugin
public void delete(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IMyLuteceUserGuidDAO
nIdTask
- the id taskplugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |