fr.paris.lutece.plugins.workflow.modules.notifymylutece.service.retrieval
Interface IRetrievalTypeService

All Known Implementing Classes:
RetrievalTypeService

public interface IRetrievalTypeService

IRetrievalTypeService


Method Summary
 void create(int nIdTask, int nIdRetrievalType)
          Create an association retrieval type - task
 java.util.List<java.lang.Integer> find(int nIdTask)
          Find the list of id retrieval type associated to the task
 void remove(int nIdTask)
          Remove the associations retrieval type - task
 

Method Detail

find

java.util.List<java.lang.Integer> find(int nIdTask)
Find the list of id retrieval type associated to the task

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

create

@Transactional(value="workflow-notifymylutece.transactionManager")
void create(int nIdTask,
                          int nIdRetrievalType)
Create an association retrieval type - task

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

remove

@Transactional(value="workflow-notifymylutece.transactionManager")
void remove(int nIdTask)
Remove the associations retrieval type - task

Parameters:
nIdTask - the id task


Copyright © 2012 Mairie de Paris. All Rights Reserved.