Uses of Class
de.hybris.platform.ticket.enums.CsTicketCategory
-
Packages that use CsTicketCategory Package Description de.hybris.platform.acceleratorservices.order.actions de.hybris.platform.customersupportbackoffice.data de.hybris.platform.integration.cis.payment.cronjob 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.ticketsystem.data de.hybris.platform.yacceleratorfulfilmentprocess.actions.order -
-
Uses of CsTicketCategory in de.hybris.platform.acceleratorservices.order.actions
Methods in de.hybris.platform.acceleratorservices.order.actions with parameters of type CsTicketCategory Modifier and Type Method Description protected CsTicketModel
CreateConsignmentMovedToCSTicketAction. createTicket(java.lang.String subject, java.lang.String description, AbstractOrderModel order, CsTicketCategory category, CsTicketPriority priority)
-
Uses of CsTicketCategory in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return CsTicketCategory Modifier and Type Method Description CsTicketCategory
CsCreateTicketForm. getCategory()
Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type CsTicketCategory Modifier and Type Method Description void
CsCreateTicketForm. setCategory(CsTicketCategory category)
-
Uses of CsTicketCategory in de.hybris.platform.integration.cis.payment.cronjob
Methods in de.hybris.platform.integration.cis.payment.cronjob with parameters of type CsTicketCategory Modifier and Type Method Description protected CsTicketModel
DefaultCisNotifyCustomerInactiveOrdersJob. createTicket(java.lang.String subject, java.lang.String description, OrderModel order, CsTicketCategory category, CsTicketPriority priority)
-
Uses of CsTicketCategory in de.hybris.platform.ticket.dao
Methods in de.hybris.platform.ticket.dao with parameters of type CsTicketCategory Modifier and Type Method Description java.util.List<CsTicketModel>
TicketDao. findTicketsByCategory(CsTicketCategory... category)
Find all the tickets that have the provided categories. -
Uses of CsTicketCategory in de.hybris.platform.ticket.dao.impl
Methods in de.hybris.platform.ticket.dao.impl with parameters of type CsTicketCategory Modifier and Type Method Description java.util.List<CsTicketModel>
DefaultTicketDao. findTicketsByCategory(CsTicketCategory... category)
Find all the tickets that have the provided categories. -
Uses of CsTicketCategory in de.hybris.platform.ticket.enums
Fields in de.hybris.platform.ticket.enums declared as CsTicketCategory Modifier and Type Field Description static CsTicketCategory
CsTicketCategory. COMPLAINT
Generated enum value for CsTicketCategory.Complaint declared at extension ticketsystem.static CsTicketCategory
CsTicketCategory. ENQUIRY
Generated enum value for CsTicketCategory.Enquiry declared at extension ticketsystem.static CsTicketCategory
CsTicketCategory. FRAUD
Generated enum value for CsTicketCategory.Fraud declared at extension ticketsystem.static CsTicketCategory
CsTicketCategory. INCIDENT
Generated enum value for CsTicketCategory.Incident declared at extension ticketsystem.static CsTicketCategory
CsTicketCategory. NOTE
Generated enum value for CsTicketCategory.Note declared at extension ticketsystem.static CsTicketCategory
CsTicketCategory. PROBLEM
Generated enum value for CsTicketCategory.Problem declared at extension ticketsystem.Methods in de.hybris.platform.ticket.enums that return CsTicketCategory Modifier and Type Method Description static CsTicketCategory
CsTicketCategory. valueOf(java.lang.String code)
Returns a CsTicketCategory instance representing the specified enum value. -
Uses of CsTicketCategory in de.hybris.platform.ticket.events.model
Methods in de.hybris.platform.ticket.events.model that return CsTicketCategory Modifier and Type Method Description CsTicketCategory
CsTicketChangeEventCsTicketCategoryEntryModel. getNewValue()
Generated method - Getter of theCsTicketChangeEventCsTicketCategoryEntry.newValue
attribute defined at extensionticketsystem
.CsTicketCategory
CsTicketChangeEventCsTicketCategoryEntryModel. getOldValue()
Generated method - Getter of theCsTicketChangeEventCsTicketCategoryEntry.oldValue
attribute defined at extensionticketsystem
.Methods in de.hybris.platform.ticket.events.model with parameters of type CsTicketCategory Modifier and Type Method Description void
CsTicketChangeEventCsTicketCategoryEntryModel. setNewValue(CsTicketCategory value)
Generated method - Setter ofCsTicketChangeEventCsTicketCategoryEntry.newValue
attribute defined at extensionticketsystem
.void
CsTicketChangeEventCsTicketCategoryEntryModel. setOldValue(CsTicketCategory value)
Generated method - Setter ofCsTicketChangeEventCsTicketCategoryEntry.oldValue
attribute defined at extensionticketsystem
. -
Uses of CsTicketCategory in de.hybris.platform.ticket.interceptors
Fields in de.hybris.platform.ticket.interceptors declared as CsTicketCategory Modifier and Type Field Description static CsTicketCategory
CsCustomerEventPrepareInterceptorTest. ENQUIRY
-
Uses of CsTicketCategory in de.hybris.platform.ticket.model
Methods in de.hybris.platform.ticket.model that return CsTicketCategory Modifier and Type Method Description CsTicketCategory
CsTicketModel. getCategory()
Generated method - Getter of theCsTicket.category
attribute defined at extensionticketsystem
.Methods in de.hybris.platform.ticket.model with parameters of type CsTicketCategory Modifier and Type Method Description void
CsTicketModel. setCategory(CsTicketCategory value)
Generated method - Setter ofCsTicket.category
attribute defined at extensionticketsystem
. -
Uses of CsTicketCategory in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return types with arguments of type CsTicketCategory Modifier and Type Method Description java.util.List<CsTicketCategory>
TicketService. getTicketCategories()
Retrieves all available Ticket Categories in the system.Methods in de.hybris.platform.ticket.service with parameters of type CsTicketCategory Modifier and Type Method Description java.util.List<CsTicketModel>
TicketService. getTicketsForCategory(CsTicketCategory... category)
Find all the tickets that have the provided categories. -
Uses of CsTicketCategory in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return types with arguments of type CsTicketCategory Modifier and Type Method Description java.util.List<CsTicketCategory>
DefaultTicketService. getTicketCategories()
Retrieves all available Ticket Categories in the system.Methods in de.hybris.platform.ticket.service.impl with parameters of type CsTicketCategory Modifier and Type Method Description java.util.List<CsTicketModel>
DefaultTicketService. getTicketsForCategory(CsTicketCategory... category)
Find all the tickets that have the provided categories.protected CsTicketModel
DefaultTicketBusinessService. populateTicketDetails(UserModel customer, AbstractOrderModel abstractOrder, CsTicketCategory category, CsTicketPriority priority, EmployeeModel assignedAgent, CsAgentGroupModel assignedGroup, java.lang.String headline)
-
Uses of CsTicketCategory in de.hybris.platform.ticketsystem.data
Methods in de.hybris.platform.ticketsystem.data that return CsTicketCategory Modifier and Type Method Description CsTicketCategory
CsTicketParameter. getCategory()
Methods in de.hybris.platform.ticketsystem.data with parameters of type CsTicketCategory Modifier and Type Method Description void
CsTicketParameter. setCategory(CsTicketCategory category)
-
Uses of CsTicketCategory in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order with parameters of type CsTicketCategory Modifier and Type Method Description protected CsTicketModel
CheckTransactionReviewStatusAction. createTicket(java.lang.String subject, java.lang.String description, OrderModel order, CsTicketCategory category, CsTicketPriority priority)
-