public class TicketEmailAgentHistoryDAO extends Object implements ITicketEmailAgentHistoryDAO
BEAN_SERVICE
Constructor and Description |
---|
TicketEmailAgentHistoryDAO() |
Modifier and Type | Method and Description |
---|---|
void |
deleteByHistory(int nIdHistory,
int nIdTask)
Delete by history.
|
void |
insert(TicketEmailAgentHistory emailAgent)
Insert.
|
TicketEmailAgentHistory |
loadByIdHistory(int nIdHistory)
Load.
|
List<TicketEmailAgentHistory> |
loadByIdMessageAgent(int nIdMessageAgent)
Load.
|
@Transactional(value="workflow.transactionManager") public void insert(TicketEmailAgentHistory emailAgent)
insert
in interface ITicketEmailAgentHistoryDAO
emailAgent
- the TicketEmailAgentHistorypublic TicketEmailAgentHistory loadByIdHistory(int nIdHistory)
loadByIdHistory
in interface ITicketEmailAgentHistoryDAO
nIdHistory
- the id of history resourcepublic List<TicketEmailAgentHistory> loadByIdMessageAgent(int nIdMessageAgent)
loadByIdMessageAgent
in interface ITicketEmailAgentHistoryDAO
nIdMessageAgent
- the id of demand@Transactional(value="workflow.transactionManager") public void deleteByHistory(int nIdHistory, int nIdTask)
deleteByHistory
in interface ITicketEmailAgentHistoryDAO
nIdHistory
- the n id emailAgentnIdTask
- the n id of the taskCopyright © 2016 City of Paris. All rights reserved.