public interface ITicketEmailAgentHistoryDAO
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_SERVICE
The Constant BEAN_SERVICE.
|
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.
|
static final String BEAN_SERVICE
void insert(TicketEmailAgentHistory emailAgent)
emailAgent
- the TicketEmailAgentHistoryTicketEmailAgentHistory loadByIdHistory(int nIdHistory)
nIdHistory
- the id of history resourceList<TicketEmailAgentHistory> loadByIdMessageAgent(int nIdMessageAgent)
nIdMessageAgent
- the id of demandvoid deleteByHistory(int nIdHistory, int nIdTask)
nIdHistory
- the n id emailAgentnIdTask
- the n id of the taskCopyright © 2016 City of Paris. All rights reserved.