fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.retrieval
Class RetrievalTypeDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.retrieval.RetrievalTypeDAO
All Implemented Interfaces:
IRetrievalTypeDAO

public class RetrievalTypeDAO
extends java.lang.Object
implements IRetrievalTypeDAO

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

RetrievalTypeDAO

public RetrievalTypeDAO()
Method Detail

load

public 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

Specified by:
load in interface IRetrievalTypeDAO
Parameters:
nIdTask - the id task
plugin - the Plugin
Returns:
a list of id retrieval type

insert

public void insert(int nIdTask,
                   int nIdRetrievalType,
                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert an association retrieval type - task

Specified by:
insert in interface IRetrievalTypeDAO
Parameters:
nIdTask - the id task
nIdRetrievalType - the id retrieval type
plugin - the Plugin

delete

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

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


Copyright © 2012 Mairie de Paris. All Rights Reserved.