|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INotificationTypeService
INotificationTypeService
Method Summary | |
---|---|
void |
create(int nIdTask,
int nIdNotificationType)
Create an association notification type - task |
java.util.List<java.lang.Integer> |
find(int nIdTask)
Find the list of id notification type for a task |
void |
remove(int nIdTask)
Remove the associations notification 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 nIdNotificationType)
nIdTask
- the id tasknIdNotificationType
- the id notification 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 |