Uses of Enum Class
de.hybris.platform.customerticketingfacades.data.TicketCategory
Packages that use TicketCategory
Package
Description
-
Uses of TicketCategory in de.hybris.platform.customerticketingaddon.forms
Methods in de.hybris.platform.customerticketingaddon.forms that return TicketCategoryMethods in de.hybris.platform.customerticketingaddon.forms with parameters of type TicketCategoryModifier and TypeMethodDescriptionvoidSupportTicketForm.setTicketCategory(TicketCategory ticketCategory) -
Uses of TicketCategory in de.hybris.platform.customerticketingfacades
Methods in de.hybris.platform.customerticketingfacades that return types with arguments of type TicketCategory -
Uses of TicketCategory in de.hybris.platform.customerticketingfacades.customerticket
Methods in de.hybris.platform.customerticketingfacades.customerticket that return types with arguments of type TicketCategory -
Uses of TicketCategory in de.hybris.platform.customerticketingfacades.data
Methods in de.hybris.platform.customerticketingfacades.data that return TicketCategoryModifier and TypeMethodDescriptionTicketData.getTicketCategory()static TicketCategoryReturns the enum constant of this class with the specified name.static TicketCategory[]TicketCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.customerticketingfacades.data with parameters of type TicketCategoryModifier and TypeMethodDescriptionvoidTicketData.setTicketCategory(TicketCategory ticketCategory) -
Uses of TicketCategory in de.hybris.platform.customerticketingocc.converters
Methods in de.hybris.platform.customerticketingocc.converters that return TicketCategoryModifier and TypeMethodDescriptionTicketCategoryConverter.convertFrom(TicketCategoryWsDTO ticketCategoryWsDTO, ma.glasnost.orika.metadata.Type<TicketCategory> type, ma.glasnost.orika.MappingContext mappingContext) Methods in de.hybris.platform.customerticketingocc.converters with parameters of type TicketCategoryModifier and TypeMethodDescriptionTicketCategoryConverter.convertTo(TicketCategory ticketCategory, ma.glasnost.orika.metadata.Type<TicketCategoryWsDTO> type, ma.glasnost.orika.MappingContext mappingContext) Method parameters in de.hybris.platform.customerticketingocc.converters with type arguments of type TicketCategoryModifier and TypeMethodDescriptionTicketCategoryConverter.convertFrom(TicketCategoryWsDTO ticketCategoryWsDTO, ma.glasnost.orika.metadata.Type<TicketCategory> type, ma.glasnost.orika.MappingContext mappingContext)