public interface ITicketingEmailAgentMessageDAO
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_SERVICE
The Constant BEAN_SERVICE.
|
Modifier and Type | Method and Description |
---|---|
int |
addAnswer(int nIdTicket,
String strReponse)
add Answer.
|
void |
createQuestion(TicketingEmailAgentMessage emailAgentMessage)
Create Question.
|
void |
deleteByIdMessageAgent(int nIdMessageAgent)
Delete by idMessageAgent.
|
boolean |
isLastQuestion(int nIdTicket,
int nIdMessageAgent)
Test if the id given is the last question of a ticket
|
TicketingEmailAgentMessage |
loadByIdMessageAgent(int nIdMessageAgent)
Load.
|
static final String BEAN_SERVICE
void createQuestion(TicketingEmailAgentMessage emailAgentMessage)
emailAgentMessage
- the TicketingEmailAgentMessageboolean isLastQuestion(int nIdTicket, int nIdMessageAgent)
nIdTicket
- ticket IDnIdMessageAgent
- message IDint addAnswer(int nIdTicket, String strReponse)
nIdTicket
- the id of the ticketstrReponse
- the response to the questionTicketingEmailAgentMessage loadByIdMessageAgent(int nIdMessageAgent)
nIdMessageAgent
- the id of messagevoid deleteByIdMessageAgent(int nIdMessageAgent)
nIdMessageAgent
- the n id of messageCopyright © 2016 City of Paris. All rights reserved.