public interface TicketSearchService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CsTicketModel> |
searchForTickets(EmployeeModel agent,
CsAgentGroupModel group,
CsTicketState state)
Search for all the tickets with matching assigned Agent and assigned AgentGroup and Ticket State.
|
java.util.List<CsTicketModel> |
searchForTickets(java.lang.String searchString)
Search for all tickets where the searchString appears in the headline or comment bodies of the ticket.
|
java.util.List<CsTicketModel> |
searchForTickets(java.lang.String searchString,
java.util.Set<CsTicketState> states)
Search for all tickets where the searchString appears in the headline or comment bodies of the ticket.
|
java.util.List<CsTicketModel> searchForTickets(java.lang.String searchString)
searchString - The string to search forjava.util.List<CsTicketModel> searchForTickets(java.lang.String searchString, java.util.Set<CsTicketState> states)
searchString - The string to search forstates - The states that a ticket must be in to match the criteriajava.util.List<CsTicketModel> searchForTickets(EmployeeModel agent, CsAgentGroupModel group, CsTicketState state)
agent - The assigned Agent to matchgroup - The assigned AgentGroup to matchstate - The Ticket State to matchCopyright © 2018 SAP SE. All Rights Reserved.