| Package | Description |
|---|---|
| de.hybris.platform.cscockpit.widgets.renderers.impl | |
| de.hybris.platform.customersupportbackoffice.renderers | |
| de.hybris.platform.ticket.dao | |
| de.hybris.platform.ticket.dao.impl | |
| de.hybris.platform.ticket.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.ticket.events.model |
Contains generated models for each type of de.hybris.platform.ticket.events.jalo package.
|
| de.hybris.platform.ticket.interceptors | |
| de.hybris.platform.ticket.model |
Contains generated models for each type of de.hybris.platform.ticket.jalo package.
|
| de.hybris.platform.ticket.service | |
| de.hybris.platform.ticket.service.impl | |
| de.hybris.platform.ticket.strategies | |
| de.hybris.platform.ticket.strategies.impl |
| Modifier and Type | Method and Description |
|---|---|
protected Listbox |
TicketStateChangeWidgetRenderer.createListbox(List<CsTicketState> list) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CorrespondenceRenderer.hasMatchingStatusEvent(Set<CsTicketChangeEventEntryModel> ticketEventEntries,
CsTicketState oldState,
CsTicketState newState) |
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
TicketDao.findTicketsByAgentGroupState(EmployeeModel agent,
CsAgentGroupModel group,
CsTicketState state)
Find tickets by the specified agent, group and state.
|
List<CsTicketModel> |
TicketDao.findTicketsByState(CsTicketState... state)
Find all the tickets that are in the provided states.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
TicketDao.findTicketsByStringInTicketOrEventAndStates(String searchString,
Set<CsTicketState> states)
Find tickets which contain the specified search string in the headline or any of the events and that are also in
the given list of states.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
DefaultTicketDao.findTicketsByAgentGroupState(EmployeeModel agent,
CsAgentGroupModel group,
CsTicketState state)
Find tickets by the specified agent, group and state.
|
List<CsTicketModel> |
DefaultTicketDao.findTicketsByState(CsTicketState... state)
Find all the tickets that are in the provided states.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
DefaultTicketDao.findTicketsByStringInTicketOrEventAndStates(String searchString,
Set<CsTicketState> states)
Find tickets which contain the specified search string in the headline or any of the events and that are also in
the given list of states.
|
| Modifier and Type | Field and Description |
|---|---|
static CsTicketState |
CsTicketState.CLOSED
Generated enum value for CsTicketState.Closed declared at extension ticketsystem.
|
static CsTicketState |
CsTicketState.NEW
Generated enum value for CsTicketState.New declared at extension ticketsystem.
|
static CsTicketState |
CsTicketState.OPEN
Generated enum value for CsTicketState.Open declared at extension ticketsystem.
|
| Modifier and Type | Method and Description |
|---|---|
static CsTicketState |
CsTicketState.valueOf(String code)
Returns a CsTicketState instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
CsTicketState |
CsTicketChangeEventCsTicketStateEntryModel.getNewValue()
Generated method - Getter of the
CsTicketChangeEventCsTicketStateEntry.newValue attribute defined at extension ticketsystem. |
CsTicketState |
CsTicketChangeEventCsTicketStateEntryModel.getOldValue()
Generated method - Getter of the
CsTicketChangeEventCsTicketStateEntry.oldValue attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
void |
CsTicketChangeEventCsTicketStateEntryModel.setNewValue(CsTicketState value)
Generated method - Setter of
CsTicketChangeEventCsTicketStateEntry.newValue attribute defined at extension ticketsystem. |
void |
CsTicketChangeEventCsTicketStateEntryModel.setOldValue(CsTicketState value)
Generated method - Setter of
CsTicketChangeEventCsTicketStateEntry.oldValue attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
void |
CsTicketPrepareInterceptor.setInitialTicketState(CsTicketState initialTicketState) |
| Modifier and Type | Method and Description |
|---|---|
CsTicketState |
CsTicketModel.getState()
Generated method - Getter of the
CsTicket.state attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
void |
CsTicketModel.setState(CsTicketState value)
Generated method - Setter of
CsTicket.state attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketState> |
TicketBusinessService.getTicketNextStates(CsTicketModel ticket)
Returns a list of states that the passed ticket can move to according to configured rules.
|
List<CsTicketState> |
TicketBusinessService.getTicketNextStates(CsTicketState state)
Get the list of states which can come after the passed on
|
List<CsTicketState> |
TicketService.getTicketStates()
Retrieves all available Ticket States in the system.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
TicketDao.findByAgentGroupState(EmployeeModel agent,
CsAgentGroupModel group,
CsTicketState state)
Deprecated.
|
List<CsTicketState> |
TicketBusinessService.getTicketNextStates(CsTicketState state)
Get the list of states which can come after the passed on
|
List<CsTicketModel> |
TicketService.getTicketsByState(CsTicketState... state)
Deprecated.
use
TicketService.getTicketsForState(CsTicketState...) instead. |
List<CsTicketModel> |
TicketDao.getTicketsByState(CsTicketState... state)
Deprecated.
use
TicketDao.findTicketsByState(CsTicketState...) instead. |
List<CsTicketModel> |
TicketService.getTicketsForState(CsTicketState... state)
Find all the tickets that are in the provided states.
|
List<CsTicketModel> |
TicketSearchService.searchForTickets(EmployeeModel agent,
CsAgentGroupModel group,
CsTicketState state)
Search for all the tickets with matching assigned Agent and assigned AgentGroup and Ticket State.
|
CsTicketModel |
TicketBusinessService.setTicketState(CsTicketModel ticket,
CsTicketState newState)
Set the state of a ticket.
|
CsTicketModel |
TicketBusinessService.setTicketState(CsTicketModel ticket,
CsTicketState newState,
String note)
Set the state of a ticket.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
TicketDao.findByStringInTicketOrEventAndStates(String searchString,
Set<CsTicketState> states)
Deprecated.
|
List<CsTicketModel> |
TicketSearchService.searchForTickets(String searchString,
Set<CsTicketState> states)
Search for all tickets where the searchString appears in the headline or comment bodies of the ticket.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketState> |
DefaultTicketBusinessService.getTicketNextStates(CsTicketModel ticket) |
List<CsTicketState> |
DefaultTicketBusinessService.getTicketNextStates(CsTicketState state) |
List<CsTicketState> |
DefaultTicketService.getTicketStates() |
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
DefaultTicketDao.findByAgentGroupState(EmployeeModel agent,
CsAgentGroupModel group,
CsTicketState state)
Deprecated.
|
List<CsTicketState> |
DefaultTicketBusinessService.getTicketNextStates(CsTicketState state) |
List<CsTicketModel> |
DefaultTicketDao.getTicketsByState(CsTicketState... state)
Deprecated.
|
List<CsTicketModel> |
DefaultTicketService.getTicketsByState(CsTicketState... state)
Deprecated.
|
List<CsTicketModel> |
DefaultTicketService.getTicketsForState(CsTicketState... state)
Find all the tickets that are in the provided states.
|
List<CsTicketModel> |
DefaultTicketSearchService.searchForTickets(EmployeeModel agent,
CsAgentGroupModel group,
CsTicketState state) |
CsTicketModel |
DefaultTicketBusinessService.setTicketState(CsTicketModel ticket,
CsTicketState newState) |
CsTicketModel |
DefaultTicketBusinessService.setTicketState(CsTicketModel ticket,
CsTicketState newState,
String note) |
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
DefaultTicketDao.findByStringInTicketOrEventAndStates(String searchString,
Set<CsTicketState> states)
Deprecated.
|
List<CsTicketModel> |
DefaultTicketSearchService.searchForTickets(String searchString,
Set<CsTicketState> states) |
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketState> |
TicketResolutionStrategy.filterTicketStatesToRemovedClosedStates(List<CsTicketState> states)
Filter a given list of ticket states to remove any which represent a resolved state and should only be used by the
ticket resolution strategies.
|
List<CsTicketState> |
TicketUpdateStrategy.getTicketNextStates(CsTicketState currentState)
Get a list of legal states that a ticket can move into.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketState> |
TicketUpdateStrategy.getTicketNextStates(CsTicketState currentState)
Get a list of legal states that a ticket can move into.
|
void |
TicketUpdateStrategy.setTicketState(CsTicketModel ticket,
CsTicketState newState)
Set the state of the ticket.
|
void |
TicketUpdateStrategy.setTicketState(CsTicketModel ticket,
CsTicketState newState,
String note)
Set the state of the ticket.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketState> |
TicketResolutionStrategy.filterTicketStatesToRemovedClosedStates(List<CsTicketState> states)
Filter a given list of ticket states to remove any which represent a resolved state and should only be used by the
ticket resolution strategies.
|
| Modifier and Type | Method and Description |
|---|---|
protected CsTicketState |
DefaultTicketEventStrategy.getOpenState() |
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketState> |
DefaultTicketResolutionStrategy.filterTicketStatesToRemovedClosedStates(List<CsTicketState> states) |
List<CsTicketState> |
DefaultTicketUpdateStrategy.getTicketNextStates(CsTicketState currentState) |
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketState> |
DefaultTicketUpdateStrategy.getTicketNextStates(CsTicketState currentState) |
protected boolean |
DefaultTicketUpdateStrategy.isValidStateTransition(CsTicketState oldState,
CsTicketState newState) |
protected void |
DefaultTicketUpdateStrategy.preSetTicketState(CsTicketModel ticket,
CsTicketState newState) |
void |
DefaultTicketResolutionStrategy.setDefaultResolvedTicketState(CsTicketState defaultResolvedTicketState) |
void |
DefaultTicketResolutionStrategy.setDefaultUnresolvedTicketState(CsTicketState defaultUnresolvedTicketState) |
void |
DefaultTicketEventStrategy.setOpenState(CsTicketState openState) |
void |
DefaultTicketUpdateStrategy.setTicketState(CsTicketModel ticket,
CsTicketState newState) |
void |
DefaultTicketUpdateStrategy.setTicketState(CsTicketModel ticket,
CsTicketState newState,
String note) |
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketState> |
DefaultTicketResolutionStrategy.filterTicketStatesToRemovedClosedStates(List<CsTicketState> states) |
void |
DefaultTicketUpdateStrategy.setAvailableNextStates(Map<CsTicketState,List<CsTicketState>> availableNextStates) |
void |
DefaultTicketUpdateStrategy.setAvailableNextStates(Map<CsTicketState,List<CsTicketState>> availableNextStates) |
Copyright © 2017 SAP SE. All Rights Reserved.