Uses of Class
de.hybris.platform.promotions.model.PromotionOrderEntryConsumedModel
Packages that use PromotionOrderEntryConsumedModel
Package
Description
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 PromotionOrderEntryConsumedModelModifier and TypeMethodDescriptionPromotionResultPopulator.getPromotionOrderEntryConsumedConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type PromotionOrderEntryConsumedModelModifier and TypeMethodDescriptionvoidPromotionOrderEntryConsumedPopulator.populate(PromotionOrderEntryConsumedModel source, PromotionOrderEntryConsumedData target) Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type PromotionOrderEntryConsumedModelModifier and TypeMethodDescriptionvoidPromotionResultPopulator.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 PromotionOrderEntryConsumedModelModifier and TypeMethodDescriptionprotected Collection<PromotionOrderEntryConsumedModel>DefaultPromotionActionService.createConsumedEntries(AbstractRuleActionRAO action) Creates a list of consumed order entries for the given action.Method parameters in de.hybris.platform.promotionengineservices.promotionengine.impl with type arguments of type PromotionOrderEntryConsumedModelModifier and TypeMethodDescriptionprotected voidDefaultPromotionActionService.addPromoResultIntoConsumedEntriesIfNecessary(Collection<PromotionOrderEntryConsumedModel> newConsumedEntries, PromotionResultModel promoResult) -
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 PromotionOrderEntryConsumedModelModifier and TypeMethodDescriptionprotected booleanNonDiscountPromotionEngineResultsClassifyingPopulator.hasConsumedEntries(Collection<PromotionOrderEntryConsumedModel> consumedEntries) protected booleanNonDiscountPromotionEngineResultsClassifyingPopulator.hasSameOrderEntry(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 PromotionOrderEntryConsumedModelModifier and TypeMethodDescriptionPromotionOrderEntryConsumedOrderEntryNumberAttributeHandler.get(PromotionOrderEntryConsumedModel model) -
Uses of PromotionOrderEntryConsumedModel in de.hybris.platform.promotions.model
Subclasses of PromotionOrderEntryConsumedModel in de.hybris.platform.promotions.modelModifier and TypeClassDescriptionclassGenerated model class for type CachedPromotionOrderEntryConsumed first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return types with arguments of type PromotionOrderEntryConsumedModelModifier and TypeMethodDescriptionPromotionResultModel.getConsumedEntries()Generated method - Getter of thePromotionResult.consumedEntriesattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type PromotionOrderEntryConsumedModelModifier and TypeMethodDescriptionvoidPromotionResultModel.setConsumedEntries(Collection<PromotionOrderEntryConsumedModel> value) Generated method - Setter ofPromotionResult.consumedEntriesattribute defined at extensionpromotions.