Uses of Class
de.hybris.platform.promotions.model.PromotionOrderEntryConsumedModel
-
Packages that use PromotionOrderEntryConsumedModel Package Description de.hybris.platform.commercefacades.order.converters.populator de.hybris.platform.promotionengineservices.promotionengine.impl de.hybris.platform.promotionengineservices.promotionengine.report.populators de.hybris.platform.promotions.attributehandlers de.hybris.platform.promotions.model Contains generated models for each type of de.hybris.platform.promotions.jalo package. -
-
Uses of PromotionOrderEntryConsumedModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type PromotionOrderEntryConsumedModel Modifier and Type Method Description protected Converter<PromotionOrderEntryConsumedModel,PromotionOrderEntryConsumedData>PromotionResultPopulator. getPromotionOrderEntryConsumedConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type PromotionOrderEntryConsumedModel Modifier and Type Method Description voidPromotionOrderEntryConsumedPopulator. populate(PromotionOrderEntryConsumedModel source, PromotionOrderEntryConsumedData target)Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type PromotionOrderEntryConsumedModel Modifier and Type Method Description voidPromotionResultPopulator. setPromotionOrderEntryConsumedConverter(Converter<PromotionOrderEntryConsumedModel,PromotionOrderEntryConsumedData> promotionOrderEntryConsumedConverter) -
Uses of PromotionOrderEntryConsumedModel in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return types with arguments of type PromotionOrderEntryConsumedModel Modifier and Type Method Description protected java.util.Collection<PromotionOrderEntryConsumedModel>DefaultPromotionActionService. createConsumedEntries(AbstractRuleActionRAO action)Creates a list of consumed order entries for the given action. -
Uses of PromotionOrderEntryConsumedModel in de.hybris.platform.promotionengineservices.promotionengine.report.populators
Method parameters in de.hybris.platform.promotionengineservices.promotionengine.report.populators with type arguments of type PromotionOrderEntryConsumedModel Modifier and Type Method Description protected booleanNonDiscountPromotionEngineResultsClassifyingPopulator. hasConsumedEntries(java.util.Collection<PromotionOrderEntryConsumedModel> consumedEntries)protected booleanNonDiscountPromotionEngineResultsClassifyingPopulator. hasSameOrderEntry(java.util.Collection<PromotionOrderEntryConsumedModel> consumedEntries)Checks if all consumed entries are related to a single order entry -
Uses of PromotionOrderEntryConsumedModel in de.hybris.platform.promotions.attributehandlers
Methods in de.hybris.platform.promotions.attributehandlers with parameters of type PromotionOrderEntryConsumedModel Modifier and Type Method Description java.lang.IntegerPromotionOrderEntryConsumedOrderEntryNumberAttributeHandler. get(PromotionOrderEntryConsumedModel model) -
Uses of PromotionOrderEntryConsumedModel in de.hybris.platform.promotions.model
Subclasses of PromotionOrderEntryConsumedModel in de.hybris.platform.promotions.model Modifier and Type Class Description classCachedPromotionOrderEntryConsumedModelGenerated model class for type CachedPromotionOrderEntryConsumed first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return types with arguments of type PromotionOrderEntryConsumedModel Modifier and Type Method Description java.util.Collection<PromotionOrderEntryConsumedModel>PromotionResultModel. getConsumedEntries()Generated method - Getter of thePromotionResult.consumedEntriesattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type PromotionOrderEntryConsumedModel Modifier and Type Method Description voidPromotionResultModel. setConsumedEntries(java.util.Collection<PromotionOrderEntryConsumedModel> value)Generated method - Setter ofPromotionResult.consumedEntriesattribute defined at extensionpromotions.
-