public class TicketEmailExternalUserRecipientDAO extends Object implements ITicketEmailExternalUserRecipientDAO
BEAN_SERVICE
Constructor and Description |
---|
TicketEmailExternalUserRecipientDAO() |
Modifier and Type | Method and Description |
---|---|
void |
deleteByIdHistory(int nIdHistory)
Delete recipient of a specific history
|
void |
deleteByIdRecipient(int nIdRecipient)
Delete by recipient.
|
void |
insert(TicketEmailExternalUserRecipient infosEmailExternalUser)
Insert.
|
List<TicketEmailExternalUserRecipient> |
loadByIdHistory(int nIdHistory,
int nIdTask)
Load.
|
int |
newPrimaryKey()
Generates a new primary key
|
public int newPrimaryKey()
@Transactional(value="workflow.transactionManager") public void insert(TicketEmailExternalUserRecipient infosEmailExternalUser)
insert
in interface ITicketEmailExternalUserRecipientDAO
infosEmailExternalUser
- the TicketEmailExternalUserpublic List<TicketEmailExternalUserRecipient> loadByIdHistory(int nIdHistory, int nIdTask)
loadByIdHistory
in interface ITicketEmailExternalUserRecipientDAO
nIdHistory
- the id of history resourcenIdTask
- the id of task@Transactional(value="workflow.transactionManager") public void deleteByIdRecipient(int nIdRecipient)
deleteByIdRecipient
in interface ITicketEmailExternalUserRecipientDAO
nIdRecipient
- the n id recipient@Transactional(value="workflow.transactionManager") public void deleteByIdHistory(int nIdHistory)
deleteByIdHistory
in interface ITicketEmailExternalUserRecipientDAO
nIdHistory
- the identifier of the historyCopyright © 2020 City of Paris. All rights reserved.