Uses of Class
de.hybris.platform.promotions.jalo.PromotionGroup
-
-
Uses of PromotionGroup in de.hybris.platform.commerceservices.jalo
Methods in de.hybris.platform.commerceservices.jalo that return PromotionGroup Modifier and Type Method Description PromotionGroupGeneratedCommerceServicesManager. getDefaultPromotionGroup(BaseSite item)Generated method - Getter of theBaseSite.defaultPromotionGroupattribute.PromotionGroupGeneratedCommerceServicesManager. getDefaultPromotionGroup(SessionContext ctx, BaseSite item)Generated method - Getter of theBaseSite.defaultPromotionGroupattribute.Methods in de.hybris.platform.commerceservices.jalo with parameters of type PromotionGroup Modifier and Type Method Description voidGeneratedCommerceServicesManager. setDefaultPromotionGroup(BaseSite item, PromotionGroup value)Generated method - Setter of theBaseSite.defaultPromotionGroupattribute.voidGeneratedCommerceServicesManager. setDefaultPromotionGroup(SessionContext ctx, BaseSite item, PromotionGroup value)Generated method - Setter of theBaseSite.defaultPromotionGroupattribute. -
Uses of PromotionGroup in de.hybris.platform.promotionengineservices.jalo
Methods in de.hybris.platform.promotionengineservices.jalo that return PromotionGroup Modifier and Type Method Description PromotionGroupGeneratedPromotionSourceRule. getWebsite()Generated method - Getter of thePromotionSourceRule.websiteattribute.PromotionGroupGeneratedPromotionSourceRule. getWebsite(SessionContext ctx)Generated method - Getter of thePromotionSourceRule.websiteattribute.Methods in de.hybris.platform.promotionengineservices.jalo with parameters of type PromotionGroup Modifier and Type Method Description voidRuleBasedPromotion. setPromotionGroup(SessionContext ctx, PromotionGroup promotionGroup)voidGeneratedPromotionSourceRule. setWebsite(SessionContext ctx, PromotionGroup value)Generated method - Setter of thePromotionSourceRule.websiteattribute.voidGeneratedPromotionSourceRule. setWebsite(PromotionGroup value)Generated method - Setter of thePromotionSourceRule.websiteattribute. -
Uses of PromotionGroup in de.hybris.platform.promotions.impl
Methods in de.hybris.platform.promotions.impl that return PromotionGroup Modifier and Type Method Description protected PromotionGroupAbstractPromotionsService. getPromotionGroup(PromotionGroupModel group) -
Uses of PromotionGroup in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return PromotionGroup Modifier and Type Method Description PromotionGroupGeneratedPromotionsManager. createPromotionGroup(SessionContext ctx, java.util.Map attributeValues)PromotionGroupGeneratedPromotionsManager. createPromotionGroup(java.util.Map attributeValues)PromotionGroupPromotionsManager. createPromotionGroup(SessionContext ctx, java.lang.String identifier)Create a newPromotionGroupinstance.PromotionGroupPromotionsManager. getDefaultPromotionGroup()Lookup the default promotion group created by the promotions extension.PromotionGroupPromotionsManager. getDefaultPromotionGroup(SessionContext ctx)Lookup the default promotion group created by the promotions extension.PromotionGroupGeneratedAbstractPromotion. getPromotionGroup()Generated method - Getter of theAbstractPromotion.PromotionGroupattribute.PromotionGroupGeneratedAbstractPromotion. getPromotionGroup(SessionContext ctx)Generated method - Getter of theAbstractPromotion.PromotionGroupattribute.PromotionGroupPromotionsManager. getPromotionGroup(java.lang.String identifier)Lookup a promotion group with the given identifier.Methods in de.hybris.platform.promotions.jalo with parameters of type PromotionGroup Modifier and Type Method Description voidAbstractPromotion. setPromotionGroup(SessionContext ctx, PromotionGroup promotionGroup)Override the default behaviour to prevent PromotionGroup from being set to null.voidGeneratedAbstractPromotion. setPromotionGroup(SessionContext ctx, PromotionGroup value)Generated method - Setter of theAbstractPromotion.PromotionGroupattribute.voidGeneratedAbstractPromotion. setPromotionGroup(PromotionGroup value)Generated method - Setter of theAbstractPromotion.PromotionGroupattribute.Method parameters in de.hybris.platform.promotions.jalo with type arguments of type PromotionGroup Modifier and Type Method Description protected PromotionOrderResultsCachingPromotionsManager. doUpdatePromotions(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, AbstractOrder order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)protected PromotionOrderResultsCachingPromotionsManager. doUpdatePromotionsOutOfCache(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, AbstractOrder order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)protected PromotionOrderResultsCachingPromotionsManagerTest.MockCachingPromotionsManager. doUpdatePromotionsOutOfCache(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, AbstractOrder order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)static java.util.List<AbstractPromotion>PromotionsManager. findOrderAndProductPromotionsSortByPriority(SessionContext ctx, JaloSession jaloSession, java.util.Collection<PromotionGroup> promotionGroups, java.util.Collection<Product> products, java.util.Date date)Find all promotions that can be evaluated on the list of product specified.java.util.List<OrderPromotion>PromotionsManager. getOrderPromotions(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, boolean evaluateRestrictions, Product product, java.util.Date date)Get the ordered list ofOrderPromotioninstances.java.util.List<OrderPromotion>PromotionsManager. getOrderPromotions(java.util.Collection<PromotionGroup> promotionGroups)Get the ordered list ofOrderPromotioninstances.java.util.List<OrderPromotion>PromotionsManager. getOrderPromotions(java.util.Collection<PromotionGroup> promotionGroups, boolean evaluateRestrictions)Get the ordered list ofOrderPromotioninstances.java.util.List<OrderPromotion>PromotionsManager. getOrderPromotions(java.util.Collection<PromotionGroup> promotionGroups, boolean evaluateRestrictions, Product product)Get the ordered list ofOrderPromotioninstances.java.util.List<OrderPromotion>PromotionsManager. getOrderPromotions(java.util.Collection<PromotionGroup> promotionGroups, boolean evaluateRestrictions, Product product, java.util.Date date)Get the ordered list ofOrderPromotioninstances.java.util.List<OrderPromotion>PromotionsManager. getOrderPromotions(java.util.Collection<PromotionGroup> promotionGroups, boolean evaluateRestrictions, java.util.Date date)Get the ordered list ofOrderPromotioninstances.java.util.List<OrderPromotion>PromotionsManager. getOrderPromotions(java.util.Collection<PromotionGroup> promotionGroups, Product product)Get the ordered list ofOrderPromotioninstances.java.util.List<OrderPromotion>PromotionsManager. getOrderPromotions(java.util.Collection<PromotionGroup> promotionGroups, Product product, java.util.Date date)Get the ordered list ofOrderPromotioninstances.java.util.List<OrderPromotion>PromotionsManager. getOrderPromotions(java.util.Collection<PromotionGroup> promotionGroups, java.util.Date date)Get the ordered list ofOrderPromotioninstances.java.util.List<ProductPromotion>PromotionsManager. getProductPromotions(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, Product product, boolean evaluateRestrictions, java.util.Date date)Get the ordered list ofProductPromotioninstances that are related to theProductspecified.java.util.List<ProductPromotion>PromotionsManager. getProductPromotions(java.util.Collection<PromotionGroup> promotionGroups, Product product)Get the ordered list ofProductPromotioninstances that are related to theProductspecified.java.util.List<ProductPromotion>PromotionsManager. getProductPromotions(java.util.Collection<PromotionGroup> promotionGroups, Product product, boolean evaluateRestrictions, java.util.Date date)Get the ordered list ofProductPromotioninstances that are related to theProductspecified.PromotionOrderResultsPromotionsManager. getPromotionResults(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, AbstractOrder order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)Get the promotion results for the specified order.PromotionOrderResultsCachingPromotionsManager. updatePromotions(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, AbstractOrder order)PromotionOrderResultsCachingPromotionsManager. updatePromotions(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, AbstractOrder order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)PromotionOrderResultsPromotionsManager. updatePromotions(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, AbstractOrder order)Update the promotions on the specifiedAbstractOrderobject.PromotionOrderResultsPromotionsManager. updatePromotions(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, AbstractOrder order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)Update the promotions on the specifiedAbstractOrderobject.PromotionOrderResultsPromotionsManager. updatePromotions(java.util.Collection<PromotionGroup> promotionGroups, AbstractOrder order)Update the promotions on the specifiedAbstractOrderobject.protected PromotionOrderResultsPromotionsManager. updatePromotionsNotThreadSafe(SessionContext ctx, java.util.Collection<PromotionGroup> promotionGroups, AbstractOrder order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)
-