TicketDao instead.@Deprecated public interface TicketDao
@Deprecated List<CsTicketModel> findByAgentGroupState(EmployeeModel agent, CsAgentGroupModel group, CsTicketState state)
TicketDao.findTicketsByAgentGroupState(EmployeeModel, CsAgentGroupModel, CsTicketState)
instead.agent - The agent to search for or null if nonegroup - The group to search for or null if nonestate - The state to search for or null if any@Deprecated List<CsTicketModel> findByStringInTicketOrEvent(String searchString)
TicketDao.findTicketsByStringInTicketOrEvent(String)
instead.searchString - The string to find in the ticket@Deprecated List<CsTicketModel> findByStringInTicketOrEventAndStates(String searchString, Set<CsTicketState> states)
TicketDao.findTicketsByStringInTicketOrEventAndStates(String, Set)
instead.searchString - The string to find in the ticketstates - The states that any returned tickets should be in@Deprecated List<CsTicketEventModel> findTicketEventsByTicket(CsTicketModel ticket)
TicketDao.findTicketEventsByTicket(CsTicketModel) instead.CsTicketModel object.ticket - the CsTicketModel for which to return ticket events.@Deprecated List<CsTicketModel> getTicketsByAgent(EmployeeModel agent)
TicketDao.findTicketsByAgent(EmployeeModel) instead.agent - The agent to find assigned tickets for@Deprecated List<CsTicketModel> getTicketsByAgentGroup(CsAgentGroupModel agentGroup)
TicketDao.findTicketsByAgentGroup(CsAgentGroupModel)
instead.agentGroup - The AgentGroup to find assigned tickets for@Deprecated List<CsTicketModel> getTicketsByCategory(CsTicketCategory... category)
TicketDao.findTicketsByCategory(CsTicketCategory...)
instead.category - The category/categories for which to return tickets. The number of arguments is variable and may be
zero, although zero arguments will return an empty list.@Deprecated List<CsTicketModel> getTicketsByCustomer(UserModel customer)
TicketDao.findTicketsByCustomer(UserModel) instead.customer - The customer to find tickets for@Deprecated List<CsTicketModel> getTicketsById(String ticketId)
TicketDao.findTicketsById(String) instead.ticketId - The id of the ticket to lookup@Deprecated List<CsTicketModel> getTicketsByOrder(OrderModel order)
TicketDao.findTicketsByOrder(OrderModel) instead.order - The order to find tickets for@Deprecated List<CsTicketModel> getTicketsByPriority(CsTicketPriority... priority)
TicketDao.findTicketsByPriority(CsTicketPriority...)
instead.priority - The priority/priorities for which to return tickets. The number of arguments is variable and may be
zero, although zero arguments will return an empty list.@Deprecated List<CsTicketModel> getTicketsByResolutionType(CsResolutionType... resolutionType)
TicketDao.findTicketsByResolutionType(CsResolutionType...)
instead.resolutionType - The Resolution Type(s) for which to return tickets. The number of arguments is variable and may be zero,
although zero arguments will return an empty list.@Deprecated List<CsTicketModel> getTicketsByState(CsTicketState... state)
TicketDao.findTicketsByState(CsTicketState...) instead.state - The state(s) for which to return tickets. The number of arguments is variable and may be zero, although
zero arguments will return an empty list.@Deprecated List<CsTicketModel> getTicketsWithNullAgent()
TicketDao.findTicketsWithNullAgent() instead.@Deprecated List<CsTicketModel> getTicketsWithNullAgentGroup()
TicketDao.findTicketsWithNullAgentGroup() instead.Copyright © 2017 SAP SE. All Rights Reserved.