| Package | Description |
|---|---|
| de.hybris.platform.customersupportbackoffice.data | |
| 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.service | |
| de.hybris.platform.ticket.service.impl | |
| de.hybris.platform.ticket.strategies | |
| de.hybris.platform.ticket.strategies.impl |
| Modifier and Type | Method and Description |
|---|---|
CsResolutionType |
CsCloseTicketForm.getResolution() |
| Modifier and Type | Method and Description |
|---|---|
void |
CsCloseTicketForm.setResolution(CsResolutionType resolution) |
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
TicketDao.findTicketsByResolutionType(CsResolutionType... resolutionType)
Find all the tickets that have the provided Resolution Type(s).
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
DefaultTicketDao.findTicketsByResolutionType(CsResolutionType... resolutionType)
Find all the tickets that have the provided Resolution Type(s).
|
| Modifier and Type | Field and Description |
|---|---|
static CsResolutionType |
CsResolutionType.CLOSED
Generated enum value for CsResolutionType.Closed declared at extension ticketsystem.
|
static CsResolutionType |
CsResolutionType.CLOSEDDUPLICATE
Generated enum value for CsResolutionType.ClosedDuplicate declared at extension ticketsystem.
|
| Modifier and Type | Method and Description |
|---|---|
static CsResolutionType |
CsResolutionType.valueOf(String code)
Returns a CsResolutionType instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
CsResolutionType |
CsTicketResolutionEventModel.getResolutionType()
Generated method - Getter of the
CsTicketResolutionEvent.resolutionType attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
void |
CsTicketResolutionEventModel.setResolutionType(CsResolutionType value)
Generated method - Initial setter of
CsTicketResolutionEvent.resolutionType attribute defined at extension ticketsystem. |
| Constructor and Description |
|---|
CsTicketResolutionEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
CsResolutionType _resolutionType,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CsTicketResolutionEventModel(UserModel _author,
CommentTypeModel _commentType,
ComponentModel _component,
ItemModel _owner,
CsResolutionType _resolutionType,
String _text)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
List<CsResolutionType> |
TicketService.getResolutionTypes()
Retrieves all available Resolution Types in the system.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
TicketService.getTicketsByResolutionType(CsResolutionType... resolutionType)
Deprecated.
|
List<CsTicketModel> |
TicketDao.getTicketsByResolutionType(CsResolutionType... resolutionType)
Deprecated.
|
List<CsTicketModel> |
TicketService.getTicketsForResolutionType(CsResolutionType... resolutionType)
Find all the tickets that have the provided Resolution Type(s).
|
CsTicketResolutionEventModel |
TicketBusinessService.resolveTicket(CsTicketModel ticket,
CsInterventionType intervention,
CsResolutionType resolutionType,
String note)
Resolve a ticket and add the associated resolution event.
|
CsTicketResolutionEventModel |
TicketBusinessService.resolveTicket(CsTicketModel ticket,
CsInterventionType intervention,
CsResolutionType resolutionType,
String note,
Collection<MediaModel> attachments)
Resolve a ticket and add the associated resolution event.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsResolutionType> |
DefaultTicketService.getResolutionTypes()
Retrieves all available Resolution Types in the system.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsTicketModel> |
DefaultTicketDao.getTicketsByResolutionType(CsResolutionType... resolutionType)
Deprecated.
|
List<CsTicketModel> |
DefaultTicketService.getTicketsByResolutionType(CsResolutionType... resolutionType)
Deprecated.
|
List<CsTicketModel> |
DefaultTicketService.getTicketsForResolutionType(CsResolutionType... resolutionType)
Find all the tickets that have the provided Resolution Type(s).
|
CsTicketResolutionEventModel |
DefaultTicketBusinessService.resolveTicket(CsTicketModel ticket,
CsInterventionType intervention,
CsResolutionType resolutionType,
String note) |
CsTicketResolutionEventModel |
DefaultTicketBusinessService.resolveTicket(CsTicketModel ticket,
CsInterventionType intervention,
CsResolutionType resolutionType,
String note,
Collection<MediaModel> attachments) |
| Modifier and Type | Method and Description |
|---|---|
CsTicketResolutionEventModel |
TicketResolutionStrategy.resolveTicket(CsTicketModel ticket,
CsInterventionType intervention,
CsResolutionType resolutionType,
String note)
Create a resolution event against a ticket and associate it with the ticket.
|
CsTicketResolutionEventModel |
TicketResolutionStrategy.resolveTicket(CsTicketModel ticket,
CsInterventionType intervention,
CsResolutionType resolutionType,
String note,
Collection<MediaModel> attachments)
Create a resolution event against a ticket and associate it with the ticket.
|
| Modifier and Type | Method and Description |
|---|---|
CsTicketResolutionEventModel |
DefaultTicketResolutionStrategy.resolveTicket(CsTicketModel ticket,
CsInterventionType intervention,
CsResolutionType resolutionType,
String note) |
CsTicketResolutionEventModel |
DefaultTicketResolutionStrategy.resolveTicket(CsTicketModel ticket,
CsInterventionType intervention,
CsResolutionType resolutionType,
String note,
Collection<MediaModel> attachments) |
Copyright © 2017 SAP SE. All Rights Reserved.