Uses of Class
de.hybris.platform.promotions.model.AbstractPromotionModel
-
-
Uses of AbstractPromotionModel in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators with parameters of type AbstractPromotionModel Modifier and Type Method Description protected PromotionOrderEventPopulator. getPromotion(AbstractPromotionModel promotionResultModel) -
Uses of AbstractPromotionModel in de.hybris.platform.acceleratorservices.model.promotions
Subclasses of AbstractPromotionModel in de.hybris.platform.acceleratorservices.model.promotions Modifier and Type Class Description classAcceleratorProductBOGOFPromotionModelGenerated model class for type AcceleratorProductBOGOFPromotion first defined at extension acceleratorservices.classAcceleratorProductMultiBuyPromotionModelGenerated model class for type AcceleratorProductMultiBuyPromotion first defined at extension acceleratorservices. -
Uses of AbstractPromotionModel in de.hybris.platform.acceleratorservices.promotions.dao
Methods in de.hybris.platform.acceleratorservices.promotions.dao that return AbstractPromotionModel Modifier and Type Method Description AbstractPromotionModelPromotionsDao. getPromotionForCode(java.lang.String code) -
Uses of AbstractPromotionModel in de.hybris.platform.acceleratorservices.promotions.dao.impl
Methods in de.hybris.platform.acceleratorservices.promotions.dao.impl that return AbstractPromotionModel Modifier and Type Method Description AbstractPromotionModelDefaultPromotionsDao. getPromotionForCode(java.lang.String code) -
Uses of AbstractPromotionModel in de.hybris.platform.b2bacceleratorservices.model.promotions
Subclasses of AbstractPromotionModel in de.hybris.platform.b2bacceleratorservices.model.promotions Modifier and Type Class Description classOrderThresholdDiscountPercentagePromotionModelGenerated model class for type OrderThresholdDiscountPercentagePromotion first defined at extension b2bacceleratorservices.classProductPriceDiscountPromotionByPaymentTypeModelGenerated model class for type ProductPriceDiscountPromotionByPaymentType first defined at extension b2bacceleratorservices.classProductThresholdPriceDiscountPromotionModelGenerated model class for type ProductThresholdPriceDiscountPromotion first defined at extension b2bacceleratorservices. -
Uses of AbstractPromotionModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description protected Converter<AbstractPromotionModel,PromotionData>PromotionResultPopulator. getPromotionsConverter()Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type AbstractPromotionModel Modifier and Type Method Description voidPromotionResultPopulator. setPromotionsConverter(Converter<AbstractPromotionModel,PromotionData> promotionsConverter) -
Uses of AbstractPromotionModel in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description protected Converter<AbstractPromotionModel,PromotionData>ProductPromotionsPopulator. getPromotionsConverter()Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type AbstractPromotionModel Modifier and Type Method Description protected java.util.List<PromotionResultModel>PromotionsPopulator. filter(java.util.List<PromotionResultModel> results, AbstractPromotionModel promotion)protected java.util.List<java.lang.String>PromotionsPopulator. getCouldFirePromotionsMessages(PromotionOrderResults promoOrderResults, AbstractPromotionModel promotion)protected java.util.List<java.lang.String>PromotionsPopulator. getFiredPromotionsMessages(PromotionOrderResults promoOrderResults, AbstractPromotionModel promotion)voidPromotionsPopulator. populate(AbstractPromotionModel source, PromotionData target)protected voidPromotionsPopulator. processPromotionMessages(AbstractPromotionModel source, PromotionData prototype)Method parameters in de.hybris.platform.commercefacades.product.converters.populator with type arguments of type AbstractPromotionModel Modifier and Type Method Description voidProductPromotionsPopulator. setPromotionsConverter(Converter<AbstractPromotionModel,PromotionData> promotionsConverter) -
Uses of AbstractPromotionModel in de.hybris.platform.commercefacades.promotion.converters.populator
Methods in de.hybris.platform.commercefacades.promotion.converters.populator with parameters of type AbstractPromotionModel Modifier and Type Method Description voidPromotionExtendedPopulator. populate(AbstractPromotionModel source, PromotionData target) -
Uses of AbstractPromotionModel in de.hybris.platform.commercefacades.promotion.impl
Fields in de.hybris.platform.commercefacades.promotion.impl declared as AbstractPromotionModel Modifier and Type Field Description protected AbstractPromotionModelDefaultCommercePromotionRestrictionFacadeTest. abstractPromotionModelFields in de.hybris.platform.commercefacades.promotion.impl with type parameters of type AbstractPromotionModel Modifier and Type Field Description protected ConfigurablePopulator<AbstractPromotionModel,PromotionData,PromotionOption>DefaultCommercePromotionFacadeTest. promotionConfiguredPopulatorprotected Converter<AbstractPromotionModel,PromotionData>DefaultCommercePromotionFacadeTest. promotionsConverterMethods in de.hybris.platform.commercefacades.promotion.impl that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description protected ConfigurablePopulator<AbstractPromotionModel,PromotionData,PromotionOption>DefaultCommercePromotionFacade. getPromotionConfiguredPopulator()Converter<AbstractPromotionModel,PromotionData>DefaultCommercePromotionFacade. getPromotionsConverter()Method parameters in de.hybris.platform.commercefacades.promotion.impl with type arguments of type AbstractPromotionModel Modifier and Type Method Description voidDefaultCommercePromotionFacade. setPromotionConfiguredPopulator(ConfigurablePopulator<AbstractPromotionModel,PromotionData,PromotionOption> promotionConfiguredPopulator)voidDefaultCommercePromotionFacade. setPromotionsConverter(Converter<AbstractPromotionModel,PromotionData> promotionsConverter) -
Uses of AbstractPromotionModel in de.hybris.platform.commerceservices.promotion
Methods in de.hybris.platform.commerceservices.promotion that return AbstractPromotionModel Modifier and Type Method Description AbstractPromotionModelCommercePromotionService. getPromotion(java.lang.String code)GetAbstractPromotionModelinstance base on its codeMethods in de.hybris.platform.commerceservices.promotion with parameters of type AbstractPromotionModel Modifier and Type Method Description PromotionOrderRestrictionModelCommercePromotionRestrictionService. getPromotionOrderRestriction(AbstractPromotionModel promotion)Gets thePromotionOrderRestrictionModelinstance forAbstractPromotionModelif exists.java.util.List<AbstractPromotionRestrictionModel>CommercePromotionRestrictionService. getPromotionRestrictions(AbstractPromotionModel promotion)Gets the list ofAbstractPromotionRestrictionModelforAbstractPromotionModel. -
Uses of AbstractPromotionModel in de.hybris.platform.commerceservices.promotion.dao
Methods in de.hybris.platform.commerceservices.promotion.dao that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description java.util.List<AbstractPromotionModel>CommercePromotionDao. findPromotionForCode(java.lang.String code)Find the promotion by given code.Methods in de.hybris.platform.commerceservices.promotion.dao with parameters of type AbstractPromotionModel Modifier and Type Method Description java.util.List<PromotionOrderRestrictionModel>CommercePromotionRestrictionDao. findPromotionOrderRestriction(AbstractPromotionModel promotion)Finds all order promotion restrictions of given promotionjava.util.List<AbstractPromotionRestrictionModel>CommercePromotionRestrictionDao. findPromotionRestriction(AbstractPromotionModel promotion)Finds all promotion restrictions of given promotion -
Uses of AbstractPromotionModel in de.hybris.platform.commerceservices.promotion.dao.impl
Methods in de.hybris.platform.commerceservices.promotion.dao.impl that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description java.util.List<AbstractPromotionModel>DefaultCommercePromotionDao. findPromotionForCode(java.lang.String code)Methods in de.hybris.platform.commerceservices.promotion.dao.impl with parameters of type AbstractPromotionModel Modifier and Type Method Description java.util.List<PromotionOrderRestrictionModel>DefaultCommercePromotionRestrictionDao. findPromotionOrderRestriction(AbstractPromotionModel promotion)java.util.List<AbstractPromotionRestrictionModel>DefaultCommercePromotionRestrictionDao. findPromotionRestriction(AbstractPromotionModel promotion) -
Uses of AbstractPromotionModel in de.hybris.platform.commerceservices.promotion.impl
Fields in de.hybris.platform.commerceservices.promotion.impl declared as AbstractPromotionModel Modifier and Type Field Description protected AbstractPromotionModelDefaultCommercePromotionRestrictionServiceTest. abstractPromotionModelFields in de.hybris.platform.commerceservices.promotion.impl with type parameters of type AbstractPromotionModel Modifier and Type Field Description protected java.util.List<AbstractPromotionModel>CommercePromotionServiceTest. duplicatePromotionListprotected java.util.List<AbstractPromotionModel>CommercePromotionServiceTest. promotionListMethods in de.hybris.platform.commerceservices.promotion.impl that return AbstractPromotionModel Modifier and Type Method Description AbstractPromotionModelDefaultCommercePromotionService. getPromotion(java.lang.String code)Methods in de.hybris.platform.commerceservices.promotion.impl with parameters of type AbstractPromotionModel Modifier and Type Method Description PromotionOrderRestrictionModelDefaultCommercePromotionRestrictionService. getPromotionOrderRestriction(AbstractPromotionModel promotion)java.util.List<AbstractPromotionRestrictionModel>DefaultCommercePromotionRestrictionService. getPromotionRestrictions(AbstractPromotionModel promotion) -
Uses of AbstractPromotionModel in de.hybris.platform.promotionengineservices.dao
Methods in de.hybris.platform.promotionengineservices.dao that return AbstractPromotionModel Modifier and Type Method Description AbstractPromotionModelPromotionDao. findPromotionByCode(java.lang.String code)Find a stored item of AbstractPromotionModel type by it code (even if has immutableKeyHash != null). -
Uses of AbstractPromotionModel in de.hybris.platform.promotionengineservices.dao.impl
Methods in de.hybris.platform.promotionengineservices.dao.impl that return AbstractPromotionModel Modifier and Type Method Description AbstractPromotionModelDefaultPromotionDao. findPromotionByCode(java.lang.String code) -
Uses of AbstractPromotionModel in de.hybris.platform.promotionengineservices.model
Subclasses of AbstractPromotionModel in de.hybris.platform.promotionengineservices.model Modifier and Type Class Description classRuleBasedPromotionModelGenerated model class for type RuleBasedPromotion first defined at extension promotionengineservices. -
Uses of AbstractPromotionModel in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description java.util.List<? extends AbstractPromotionModel>DefaultPromotionEngineService. getAbstractProductPromotions(java.util.Collection<PromotionGroupModel> promotionGroups, ProductModel product)java.util.List<? extends AbstractPromotionModel>DefaultPromotionEngineService. getAbstractProductPromotions(java.util.Collection<PromotionGroupModel> promotionGroups, ProductModel product, boolean evaluateRestrictions, java.util.Date date)Methods in de.hybris.platform.promotionengineservices.promotionengine.impl with parameters of type AbstractPromotionModel Modifier and Type Method Description protected java.lang.StringDefaultPromotionEngineService. getDataUniqueKey(AbstractPromotionModel sourcePromotion)java.util.List<PromotionResultModel>DefaultPromotionEngineResultService. getFiredOrderPromotions(PromotionOrderResults promoResult, AbstractPromotionModel promotion)java.util.List<PromotionResultModel>DefaultPromotionEngineResultService. getFiredProductPromotions(PromotionOrderResults promoResult, AbstractPromotionModel promotion)java.util.List<PromotionResultModel>DefaultPromotionEngineResultService. getPotentialOrderPromotions(PromotionOrderResults promoResult, AbstractPromotionModel promotion)java.util.List<PromotionResultModel>DefaultPromotionEngineResultService. getPotentialProductPromotions(PromotionOrderResults promoResult, AbstractPromotionModel promotion)java.lang.StringDefaultPromotionEngineService. getPromotionDescription(AbstractPromotionModel promotion)java.util.Collection<AbstractPromotionRestrictionModel>DefaultPromotionEngineService. getRestrictions(AbstractPromotionModel promotion)protected booleanDefaultPromotionEngineResultService. isRuleBasedPromotion(AbstractPromotionModel abstractPromotion) -
Uses of AbstractPromotionModel in de.hybris.platform.promotions
Methods in de.hybris.platform.promotions that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description java.util.List<? extends AbstractPromotionModel>PromotionsService. getAbstractProductPromotions(java.util.Collection<PromotionGroupModel> promotionGroups, ProductModel product)Get the ordered list ofAbstractPromotionModelinstances that are related to theProductModelspecified.java.util.List<? extends AbstractPromotionModel>PromotionsService. getAbstractProductPromotions(java.util.Collection<PromotionGroupModel> promotionGroups, ProductModel product, boolean evaluateRestrictions, java.util.Date date)Get the ordered list ofAbstractPromotionModelinstances that are related to theProductModelspecified.Methods in de.hybris.platform.promotions with parameters of type AbstractPromotionModel Modifier and Type Method Description java.util.List<PromotionResultModel>PromotionResultService. getFiredOrderPromotions(PromotionOrderResults promoResult, AbstractPromotionModel promotion)Return a list of results for promotions that fired and did not consume products.java.util.List<PromotionResultModel>PromotionResultService. getFiredProductPromotions(PromotionOrderResults promoResult, AbstractPromotionModel promotion)Return a list of results for promotions that fired and consumed products.java.util.List<PromotionResultModel>PromotionResultService. getPotentialOrderPromotions(PromotionOrderResults promoResult, AbstractPromotionModel promotion)Return a list of results for potential promotions that fired and did not consume products and have been applied.java.util.List<PromotionResultModel>PromotionResultService. getPotentialProductPromotions(PromotionOrderResults promoResult, AbstractPromotionModel promotion)Return a list of results for potential promotions that fired and consumed products and have been applied.java.lang.StringPromotionsService. getPromotionDescription(AbstractPromotionModel promotion)Get the description of given promotion.java.util.Collection<AbstractPromotionRestrictionModel>PromotionsService. getRestrictions(AbstractPromotionModel promotion)Get the collection ofAbstractPromotionRestrictionModelinstances. -
Uses of AbstractPromotionModel in de.hybris.platform.promotions.impl
Methods in de.hybris.platform.promotions.impl with type parameters of type AbstractPromotionModel Modifier and Type Method Description protected <T extends AbstractPromotionModel>
java.util.List<T>DefaultPromotionsService. filterPromotionsByRestrictions(java.util.List<T> allPromotions, ProductModel product, java.util.Date date)Filter a list of promotions by their restrictionsMethods in de.hybris.platform.promotions.impl that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description java.util.List<AbstractPromotionModel>DefaultPromotionsService. findOrderAndProductPromotionsSortByPriority(java.util.Collection<PromotionGroupModel> promotionGroups, java.util.Collection<ProductModel> products, java.util.Date date)Find all promotions that can be evaluated on the list of product specified.java.util.List<? extends AbstractPromotionModel>DefaultPromotionsService. getAbstractProductPromotions(java.util.Collection<PromotionGroupModel> promotionGroups, ProductModel product)java.util.List<? extends AbstractPromotionModel>DefaultPromotionsService. getAbstractProductPromotions(java.util.Collection<PromotionGroupModel> promotionGroups, ProductModel product, boolean evaluateRestrictions, java.util.Date date) -
Uses of AbstractPromotionModel in de.hybris.platform.promotions.model
Subclasses of AbstractPromotionModel in de.hybris.platform.promotions.model Modifier and Type Class Description classOrderPromotionModelGenerated model class for type OrderPromotion first defined at extension promotions.classOrderThresholdChangeDeliveryModePromotionModelGenerated model class for type OrderThresholdChangeDeliveryModePromotion first defined at extension promotions.classOrderThresholdDiscountPromotionModelGenerated model class for type OrderThresholdDiscountPromotion first defined at extension promotions.classOrderThresholdFreeGiftPromotionModelGenerated model class for type OrderThresholdFreeGiftPromotion first defined at extension promotions.classOrderThresholdFreeVoucherPromotionModelGenerated model class for type OrderThresholdFreeVoucherPromotion first defined at extension promotions.classOrderThresholdPerfectPartnerPromotionModelGenerated model class for type OrderThresholdPerfectPartnerPromotion first defined at extension promotions.classProductBOGOFPromotionModelGenerated model class for type ProductBOGOFPromotion first defined at extension promotions.classProductBundlePromotionModelGenerated model class for type ProductBundlePromotion first defined at extension promotions.classProductFixedPricePromotionModelGenerated model class for type ProductFixedPricePromotion first defined at extension promotions.classProductMultiBuyPromotionModelGenerated model class for type ProductMultiBuyPromotion first defined at extension promotions.classProductOneToOnePerfectPartnerPromotionModelGenerated model class for type ProductOneToOnePerfectPartnerPromotion first defined at extension promotions.classProductPercentageDiscountPromotionModelGenerated model class for type ProductPercentageDiscountPromotion first defined at extension promotions.classProductPerfectPartnerBundlePromotionModelGenerated model class for type ProductPerfectPartnerBundlePromotion first defined at extension promotions.classProductPerfectPartnerPromotionModelGenerated model class for type ProductPerfectPartnerPromotion first defined at extension promotions.classProductPromotionModelGenerated model class for type ProductPromotion first defined at extension promotions.classProductSteppedMultiBuyPromotionModelGenerated model class for type ProductSteppedMultiBuyPromotion first defined at extension promotions.Methods in de.hybris.platform.promotions.model that return AbstractPromotionModel Modifier and Type Method Description AbstractPromotionModelAbstractPromotionRestrictionModel. getPromotion()Generated method - Getter of theAbstractPromotionRestriction.promotionattribute defined at extensionpromotions.AbstractPromotionModelPromotionResultModel. getPromotion()Generated method - Getter of thePromotionResult.promotionattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description java.util.Collection<AbstractPromotionModel>PromotionGroupModel. getPromotions()Generated method - Getter of thePromotionGroup.Promotionsattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model with parameters of type AbstractPromotionModel Modifier and Type Method Description voidAbstractPromotionRestrictionModel. setPromotion(AbstractPromotionModel value)Generated method - Setter ofAbstractPromotionRestriction.promotionattribute defined at extensionpromotions.voidPromotionResultModel. setPromotion(AbstractPromotionModel value)Generated method - Setter ofPromotionResult.promotionattribute defined at extensionpromotions.Method parameters in de.hybris.platform.promotions.model with type arguments of type AbstractPromotionModel Modifier and Type Method Description voidPromotionGroupModel. setPromotions(java.util.Collection<AbstractPromotionModel> value)Generated method - Setter ofPromotionGroup.Promotionsattribute defined at extensionpromotions. -
Uses of AbstractPromotionModel in de.hybris.platform.timedaccesspromotionenginefacades.product.converters.populator
Methods in de.hybris.platform.timedaccesspromotionenginefacades.product.converters.populator that return types with arguments of type AbstractPromotionModel Modifier and Type Method Description protected Converter<AbstractPromotionModel,PromotionData>TimedAccessProductPopulator. getPromotionsConverter()Method parameters in de.hybris.platform.timedaccesspromotionenginefacades.product.converters.populator with type arguments of type AbstractPromotionModel Modifier and Type Method Description voidTimedAccessProductPopulator. setPromotionsConverter(Converter<AbstractPromotionModel,PromotionData> promotionsConverter)Constructor parameters in de.hybris.platform.timedaccesspromotionenginefacades.product.converters.populator with type arguments of type AbstractPromotionModel Constructor Description TimedAccessProductPopulator(PromotionsService promotionsService, TimeService timeService, BaseSiteService baseSiteService, FlashBuyService flashBuyService, Converter<AbstractPromotionModel,PromotionData> promotionsConverter) -
Uses of AbstractPromotionModel in de.hybris.platform.timedaccesspromotionengineservices
Methods in de.hybris.platform.timedaccesspromotionengineservices that return AbstractPromotionModel Modifier and Type Method Description AbstractPromotionModelFlashBuyService. getPromotionByCode(java.lang.String promotionCode)Finds Promotion by given promotion codeMethods in de.hybris.platform.timedaccesspromotionengineservices with parameters of type AbstractPromotionModel Modifier and Type Method Description java.util.Optional<ProductModel>FlashBuyService. getProductForPromotion(AbstractPromotionModel promotion)Gets product by promotion -
Uses of AbstractPromotionModel in de.hybris.platform.timedaccesspromotionengineservices.daos
Methods in de.hybris.platform.timedaccesspromotionengineservices.daos with parameters of type AbstractPromotionModel Modifier and Type Method Description java.util.Optional<ProductModel>FlashBuyDao. findProductByPromotion(AbstractPromotionModel promotion)Finds product by given promotion -
Uses of AbstractPromotionModel in de.hybris.platform.timedaccesspromotionengineservices.daos.impl
Methods in de.hybris.platform.timedaccesspromotionengineservices.daos.impl with parameters of type AbstractPromotionModel Modifier and Type Method Description java.util.Optional<ProductModel>DefaultFlashBuyDao. findProductByPromotion(AbstractPromotionModel promotion) -
Uses of AbstractPromotionModel in de.hybris.platform.timedaccesspromotionengineservices.impl
Methods in de.hybris.platform.timedaccesspromotionengineservices.impl that return AbstractPromotionModel Modifier and Type Method Description AbstractPromotionModelDefaultFlashBuyService. getPromotionByCode(java.lang.String promotionCode)Methods in de.hybris.platform.timedaccesspromotionengineservices.impl with parameters of type AbstractPromotionModel Modifier and Type Method Description java.util.Optional<ProductModel>DefaultFlashBuyService. getProductForPromotion(AbstractPromotionModel promotion)
-