Uses of Class
de.hybris.platform.ticket.enums.CsTicketCategory
Packages that use CsTicketCategory
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.ticket.events.jalo package.
Contains generated models for each type of de.hybris.platform.ticket.jalo package.
-
Uses of CsTicketCategory in de.hybris.platform.acceleratorservices.order.actions
Methods in de.hybris.platform.acceleratorservices.order.actions with parameters of type CsTicketCategoryModifier and TypeMethodDescriptionprotected CsTicketModelCreateConsignmentMovedToCSTicketAction.createTicket(String subject, 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 CsTicketCategoryMethods in de.hybris.platform.customersupportbackoffice.data with parameters of type CsTicketCategory -
Uses of CsTicketCategory in de.hybris.platform.ticket.dao
Methods in de.hybris.platform.ticket.dao with parameters of type CsTicketCategoryModifier and TypeMethodDescriptionTicketDao.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 CsTicketCategoryModifier and TypeMethodDescriptionDefaultTicketDao.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 CsTicketCategoryModifier and TypeFieldDescriptionstatic final CsTicketCategoryCsTicketCategory.COMPLAINTGenerated enum value for CsTicketCategory.Complaint declared at extension ticketsystem.static final CsTicketCategoryCsTicketCategory.ENQUIRYGenerated enum value for CsTicketCategory.Enquiry declared at extension ticketsystem.static final CsTicketCategoryCsTicketCategory.FRAUDGenerated enum value for CsTicketCategory.Fraud declared at extension ticketsystem.static final CsTicketCategoryCsTicketCategory.INCIDENTGenerated enum value for CsTicketCategory.Incident declared at extension ticketsystem.static final CsTicketCategoryCsTicketCategory.NOTEGenerated enum value for CsTicketCategory.Note declared at extension ticketsystem.static final CsTicketCategoryCsTicketCategory.PROBLEMGenerated enum value for CsTicketCategory.Problem declared at extension ticketsystem.Methods in de.hybris.platform.ticket.enums that return CsTicketCategoryModifier and TypeMethodDescriptionstatic CsTicketCategoryReturns 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 CsTicketCategoryModifier and TypeMethodDescriptionCsTicketChangeEventCsTicketCategoryEntryModel.getNewValue()Generated method - Getter of theCsTicketChangeEventCsTicketCategoryEntry.newValueattribute defined at extensionticketsystem.CsTicketChangeEventCsTicketCategoryEntryModel.getOldValue()Generated method - Getter of theCsTicketChangeEventCsTicketCategoryEntry.oldValueattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.events.model with parameters of type CsTicketCategoryModifier and TypeMethodDescriptionvoidCsTicketChangeEventCsTicketCategoryEntryModel.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 CsTicketCategoryModifier and TypeFieldDescriptionstatic final CsTicketCategoryCsCustomerEventPrepareInterceptorTest.ENQUIRY -
Uses of CsTicketCategory in de.hybris.platform.ticket.model
Methods in de.hybris.platform.ticket.model that return CsTicketCategoryModifier and TypeMethodDescriptionCsTicketModel.getCategory()Generated method - Getter of theCsTicket.categoryattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.model with parameters of type CsTicketCategoryModifier and TypeMethodDescriptionvoidCsTicketModel.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 CsTicketCategoryModifier and TypeMethodDescriptionTicketService.getTicketCategories()Retrieves all available Ticket Categories in the system.Methods in de.hybris.platform.ticket.service with parameters of type CsTicketCategoryModifier and TypeMethodDescriptionTicketService.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 CsTicketCategoryModifier and TypeMethodDescriptionDefaultTicketService.getTicketCategories()Retrieves all available Ticket Categories in the system.Methods in de.hybris.platform.ticket.service.impl with parameters of type CsTicketCategoryModifier and TypeMethodDescriptionDefaultTicketService.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, String headline) -
Uses of CsTicketCategory in de.hybris.platform.ticketsystem.data
Methods in de.hybris.platform.ticketsystem.data that return CsTicketCategoryMethods in de.hybris.platform.ticketsystem.data with parameters of type CsTicketCategory -
Uses of CsTicketCategory in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order with parameters of type CsTicketCategoryModifier and TypeMethodDescriptionprotected CsTicketModelCheckTransactionReviewStatusAction.createTicket(String subject, String description, OrderModel order, CsTicketCategory category, CsTicketPriority priority)