|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.util.List<java.lang.Integer> find(int nIdTask)
nIdTask
- the id task
@Transactional(value="workflow-notifymylutece.transactionManager") void create(int nIdTask, int nIdRetrievalType)
nIdTask
- the id tasknIdRetrievalType
- the id retrieval type@Transactional(value="workflow-notifymylutece.transactionManager") void remove(int nIdTask)
nIdTask
- the id task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |