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 CsTicketModelCreateConsignmentMovedToCSTicketAction. 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 CsTicketCategoryCsCreateTicketForm. getCategory()Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type CsTicketCategory Modifier and Type Method Description voidCsCreateTicketForm. 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 CsTicketModelDefaultCisNotifyCustomerInactiveOrdersJob. 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 CsTicketCategoryCsTicketCategory. COMPLAINTGenerated enum value for CsTicketCategory.Complaint declared at extension ticketsystem.static CsTicketCategoryCsTicketCategory. ENQUIRYGenerated enum value for CsTicketCategory.Enquiry declared at extension ticketsystem.static CsTicketCategoryCsTicketCategory. FRAUDGenerated enum value for CsTicketCategory.Fraud declared at extension ticketsystem.static CsTicketCategoryCsTicketCategory. INCIDENTGenerated enum value for CsTicketCategory.Incident declared at extension ticketsystem.static CsTicketCategoryCsTicketCategory. NOTEGenerated enum value for CsTicketCategory.Note declared at extension ticketsystem.static CsTicketCategoryCsTicketCategory. PROBLEMGenerated 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 CsTicketCategoryCsTicketCategory. 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 CsTicketCategoryCsTicketChangeEventCsTicketCategoryEntryModel. getNewValue()Generated method - Getter of theCsTicketChangeEventCsTicketCategoryEntry.newValueattribute defined at extensionticketsystem.CsTicketCategoryCsTicketChangeEventCsTicketCategoryEntryModel. getOldValue()Generated method - Getter of theCsTicketChangeEventCsTicketCategoryEntry.oldValueattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.events.model with parameters of type CsTicketCategory Modifier and Type Method Description voidCsTicketChangeEventCsTicketCategoryEntryModel. setNewValue(CsTicketCategory value)Generated method - Setter ofCsTicketChangeEventCsTicketCategoryEntry.newValueattribute defined at extensionticketsystem.voidCsTicketChangeEventCsTicketCategoryEntryModel. setOldValue(CsTicketCategory value)Generated method - Setter ofCsTicketChangeEventCsTicketCategoryEntry.oldValueattribute 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 CsTicketCategoryCsCustomerEventPrepareInterceptorTest. 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 CsTicketCategoryCsTicketModel. getCategory()Generated method - Getter of theCsTicket.categoryattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.model with parameters of type CsTicketCategory Modifier and Type Method Description voidCsTicketModel. setCategory(CsTicketCategory value)Generated method - Setter ofCsTicket.categoryattribute 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 CsTicketModelDefaultTicketBusinessService. 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 CsTicketCategoryCsTicketParameter. getCategory()Methods in de.hybris.platform.ticketsystem.data with parameters of type CsTicketCategory Modifier and Type Method Description voidCsTicketParameter. 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 CsTicketModelCheckTransactionReviewStatusAction. createTicket(java.lang.String subject, java.lang.String description, OrderModel order, CsTicketCategory category, CsTicketPriority priority)
-