public class TicketEmailExternalUserCcDAO extends Object implements ITicketEmailExternalUserCcDAO
BEAN_SERVICE
Constructor and Description |
---|
TicketEmailExternalUserCcDAO() |
Modifier and Type | Method and Description |
---|---|
void |
deleteByIdCc(int nIdCc)
Delete by id cc.
|
void |
deleteByIdHistory(int nIdHistory)
Delete by id history.
|
void |
insert(TicketEmailExternalUserCc infosEmailExternalUser)
Insert.
|
List<TicketEmailExternalUserCc> |
loadByIdHistory(int nIdHistory,
int nIdTask)
Load.
|
int |
newPrimaryKey()
Generates a new primary key
|
public int newPrimaryKey()
plugin
- The Plugin@Transactional(value="workflow.transactionManager") public void insert(TicketEmailExternalUserCc infosEmailExternalUser)
insert
in interface ITicketEmailExternalUserCcDAO
infosEmailExternalUser
- the TicketEmailExternalUserCcpublic List<TicketEmailExternalUserCc> loadByIdHistory(int nIdHistory, int nIdTask)
loadByIdHistory
in interface ITicketEmailExternalUserCcDAO
nIdHistory
- the id of history resourcenIdTask
- the id of task@Transactional(value="workflow.transactionManager") public void deleteByIdCc(int nIdCc)
deleteByIdCc
in interface ITicketEmailExternalUserCcDAO
nIdCc
- the n id cc@Transactional(value="workflow.transactionManager") public void deleteByIdHistory(int nIdHistory)
deleteByIdHistory
in interface ITicketEmailExternalUserCcDAO
nIdHistory
- the id of history resourceCopyright © 2017 City of Paris. All rights reserved.