Uses of Enum Class
de.hybris.platform.b2ctelcotmfevents.enums.TmaEventType
Packages that use TmaEventType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
-
Uses of TmaEventType in de.hybris.platform.b2ctelcotmfevents.builders
Methods in de.hybris.platform.b2ctelcotmfevents.builders with parameters of type TmaEventTypeModifier and TypeMethodDescriptionabstract TmaAbstractEventPayloadTmaAbstractEventPayloadBuilder.build(ItemModel item, TmaEventType eventType) Create a new instance of aTmaAbstractEventPayload.protected voidTmaAbstractEventPayloadBuilder.setCommonFields(TmaAbstractEventPayload payload, TmaEventType eventType) -
Uses of TmaEventType in de.hybris.platform.b2ctelcotmfevents.builders.impl
Methods in de.hybris.platform.b2ctelcotmfevents.builders.impl with parameters of type TmaEventTypeModifier and TypeMethodDescriptionTmaOrderEventPayloadBuilder.build(ItemModel item, TmaEventType eventType) TmaPopEventPayloadBuilder.build(ItemModel item, TmaEventType eventType) TmaProductOfferingEventPayloadBuilder.build(ItemModel item, TmaEventType eventType) -
Uses of TmaEventType in de.hybris.platform.b2ctelcotmfevents.data
Methods in de.hybris.platform.b2ctelcotmfevents.data that return TmaEventTypeMethods in de.hybris.platform.b2ctelcotmfevents.data with parameters of type TmaEventTypeModifier and TypeMethodDescriptionvoidTmaAbstractEventPayload.setEventType(TmaEventType eventType) -
Uses of TmaEventType in de.hybris.platform.b2ctelcotmfevents.enums
Methods in de.hybris.platform.b2ctelcotmfevents.enums that return TmaEventTypeModifier and TypeMethodDescriptionstatic TmaEventTypeReturns the enum constant of this class with the specified name.static TmaEventType[]TmaEventType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TmaEventType in de.hybris.platform.b2ctelcotmfevents.listeners
Methods in de.hybris.platform.b2ctelcotmfevents.listeners with parameters of type TmaEventTypeModifier and TypeMethodDescriptionprotected abstract TmaAbstractEventTmaAbstractAfterSaveListener.createEventWithPayload(T item, TmaEventType eventType) protected TmaAbstractEventTmaOrderAfterSaveListener.createEventWithPayload(OrderModel item, TmaEventType eventType) protected TmaProductOfferingPriceEventTmaPopAfterSaveListener.createEventWithPayload(TmaProductOfferingPriceModel item, TmaEventType eventType) protected TmaProductOfferingEventTmaProductOfferingAfterSaveListener.createEventWithPayload(TmaProductOfferingModel item, TmaEventType eventType)