fr.paris.lutece.plugins.workflow.modules.notifymylutece.business.retrieval
Interface IRetrievalTypeDAO

All Known Implementing Classes:
RetrievalTypeDAO

public interface IRetrievalTypeDAO

IRetrievalTypeDAO


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
 

Method Detail

load

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

Parameters:
nIdTask - the id task
plugin - the Plugin
Returns:
a list of id retrieval type

insert

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

Parameters:
nIdTask - the id task
nIdRetrievalType - the id retrieval type
plugin - the Plugin

delete

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

Parameters:
nIdTask - the id task
plugin - the Plugin


Copyright © 2012 Mairie de Paris. All Rights Reserved.