|
||||||||||
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.retrieval.RetrievalTypeDAO
public class RetrievalTypeDAO
RetrievalTypeDAO
Constructor Summary | |
---|---|
RetrievalTypeDAO()
|
Method Summary | |
---|---|
void |
delete(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the associations retrieval type - task |
void |
insert(int nIdTask,
int nIdRetrievalType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert an association retrieval type - task |
java.util.List<java.lang.Integer> |
load(int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the id retrieval type for a task |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetrievalTypeDAO()
Method Detail |
---|
public java.util.List<java.lang.Integer> load(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IRetrievalTypeDAO
nIdTask
- the id taskplugin
- the Plugin
public void insert(int nIdTask, int nIdRetrievalType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IRetrievalTypeDAO
nIdTask
- the id tasknIdRetrievalType
- the id retrieval typeplugin
- the Plugin
public void delete(int nIdTask, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IRetrievalTypeDAO
nIdTask
- the id taskplugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |