Uses of Class
de.hybris.platform.promotionengineservices.model.PromotionSourceRuleModel
-
-
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponfacades.converter.populators
Method parameters in de.hybris.platform.customercouponfacades.converter.populators with type arguments of type PromotionSourceRuleModel Modifier and Type Method Description protected booleanCustomerCouponPopulator. isBindingAnyProduct(java.util.List<PromotionSourceRuleModel> list) -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices
Methods in de.hybris.platform.customercouponservices that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<PromotionSourceRuleModel>CustomerCouponService. getExclPromotionSourceRulesForCategory(java.lang.String categoryCode)Gets excluded promotion source rules by categoryjava.util.List<PromotionSourceRuleModel>CustomerCouponService. getExclPromotionSourceRulesForProduct(java.lang.String productCode)Gets excluded promotion source rules by product codejava.util.List<PromotionSourceRuleModel>CustomerCouponService. getPromotionSourceRuleForCouponCode(java.lang.String couponCode)Gets promotion source rule by coupon codejava.util.List<PromotionSourceRuleModel>CustomerCouponService. getPromotionSourceRulesForCategory(java.lang.String categoryCode)Gets promotion source rules by categoryjava.util.List<PromotionSourceRuleModel>CustomerCouponService. getPromotionSourceRulesForProduct(java.lang.String productCode)Gets promotion source rules by product codejava.util.List<PromotionSourceRuleModel>CustomerCouponService. getPromotionSourcesRuleForProductCategories(ProductModel product)Gets promotionSourceRule for categories of product -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices.compiler.strategies.impl
Methods in de.hybris.platform.customercouponservices.compiler.strategies.impl with parameters of type PromotionSourceRuleModel Modifier and Type Method Description voidDefaultCouponConditionResolutionStrategy. getAndStoreParameterValues(RuleConditionData condition, PromotionSourceRuleModel rule, RuleBasedPromotionModel promotion) -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices.daos
Methods in de.hybris.platform.customercouponservices.daos that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<PromotionSourceRuleModel>CustomerCouponDao. findExclPromotionSourceRuleByCategory(java.lang.String categoryCode)Finds excluded promotion source rules by categoryjava.util.List<PromotionSourceRuleModel>CustomerCouponDao. findExclPromotionSourceRuleByProduct(java.lang.String productCode)Finds excluded promotion source rules by product codejava.util.List<PromotionSourceRuleModel>CustomerCouponDao. findPromotionSourceRuleByCategory(java.lang.String categoryCode)Finds promotion source rules by categoryjava.util.Optional<PromotionSourceRuleModel>CustomerCouponDao. findPromotionSourceRuleByCode(java.lang.String code)Finds promotion source rules by rule codejava.util.List<PromotionSourceRuleModel>CustomerCouponDao. findPromotionSourceRuleByCouponCode(java.lang.String code)Finds promotion source rules by customer coupon codejava.util.List<PromotionSourceRuleModel>CustomerCouponDao. findPromotionSourceRuleByProduct(java.lang.String productCode)Finds promotion source rules by product codeMethods in de.hybris.platform.customercouponservices.daos with parameters of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<CustomerCouponForPromotionSourceRuleModel>CustomerCouponDao. findAllCusCouponForSourceRules(PromotionSourceRuleModel rule)Finds customer coupon for promotion source rules by promotion source rule modeljava.util.List<CustomerCouponForPromotionSourceRuleModel>CustomerCouponDao. findAllCusCouponForSourceRules(PromotionSourceRuleModel rule, java.lang.String moduleName)Finds customer coupon for promotion source rules by promotion source rule model -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices.daos.impl
Methods in de.hybris.platform.customercouponservices.daos.impl that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponDao. findExclPromotionSourceRuleByCategory(java.lang.String categoryCode)java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponDao. findExclPromotionSourceRuleByProduct(java.lang.String productCode)java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponDao. findPromotionSourceRuleByCategory(java.lang.String categoryCode)java.util.Optional<PromotionSourceRuleModel>DefaultCustomerCouponDao. findPromotionSourceRuleByCode(java.lang.String code)java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponDao. findPromotionSourceRuleByCouponCode(java.lang.String code)java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponDao. findPromotionSourceRuleByProduct(java.lang.String productCode)Methods in de.hybris.platform.customercouponservices.daos.impl with parameters of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<CustomerCouponForPromotionSourceRuleModel>DefaultCustomerCouponDao. findAllCusCouponForSourceRules(PromotionSourceRuleModel rule)java.util.List<CustomerCouponForPromotionSourceRuleModel>DefaultCustomerCouponDao. findAllCusCouponForSourceRules(PromotionSourceRuleModel rule, java.lang.String moduleName) -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices.impl
Methods in de.hybris.platform.customercouponservices.impl that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponService. getExclPromotionSourceRulesForCategory(java.lang.String categoryCode)java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponService. getExclPromotionSourceRulesForProduct(java.lang.String productCode)java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponService. getPromotionSourceRuleForCouponCode(java.lang.String couponCode)java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponService. getPromotionSourceRulesForCategory(java.lang.String categoryCode)java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponService. getPromotionSourceRulesForProduct(java.lang.String productCode)java.util.List<PromotionSourceRuleModel>DefaultCustomerCouponService. getPromotionSourcesRuleForProductCategories(ProductModel product) -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices.model
Methods in de.hybris.platform.customercouponservices.model that return PromotionSourceRuleModel Modifier and Type Method Description PromotionSourceRuleModelCustomerCouponForPromotionSourceRuleModel. getRule()Generated method - Getter of theCustomerCouponForPromotionSourceRule.ruleattribute defined at extensioncustomercouponservices.Methods in de.hybris.platform.customercouponservices.model with parameters of type PromotionSourceRuleModel Modifier and Type Method Description voidCustomerCouponForPromotionSourceRuleModel. setRule(PromotionSourceRuleModel value)Generated method - Initial setter ofCustomerCouponForPromotionSourceRule.ruleattribute defined at extensioncustomercouponservices.Constructors in de.hybris.platform.customercouponservices.model with parameters of type PromotionSourceRuleModel Constructor Description CustomerCouponForPromotionSourceRuleModel(java.lang.String _customerCouponCode, ItemModel _owner, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerCouponForPromotionSourceRuleModel(java.lang.String _customerCouponCode, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices.solrsearch
Methods in de.hybris.platform.customercouponservices.solrsearch that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description protected java.util.List<PromotionSourceRuleModel>CustomerCouponCodeValueProvider. getPromotionSourceRulesForProduct(ProductModel product)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.List<PromotionSourceRuleModel>CustomerCouponCodeValueResolver. getPromotionSourceRulesForProduct(ProductModel product) -
Uses of PromotionSourceRuleModel in de.hybris.platform.personalizationpromotions.action
Methods in de.hybris.platform.personalizationpromotions.action that return PromotionSourceRuleModel Modifier and Type Method Description protected PromotionSourceRuleModelCxPromotionActionIntegrationTest. getPromotionRule(java.lang.String code)protected PromotionSourceRuleModelCxPromotionEvaluationIntegrationTest. getPromotionRule(java.lang.String code) -
Uses of PromotionSourceRuleModel in de.hybris.platform.personalizationpromotionsweb.populators
Methods in de.hybris.platform.personalizationpromotionsweb.populators with parameters of type PromotionSourceRuleModel Modifier and Type Method Description voidCxPromotionRulePopulator. populate(PromotionSourceRuleModel source, PromotionRuleWsDTO target) -
Uses of PromotionSourceRuleModel in de.hybris.platform.personalizationpromotionsweb.queries
Methods in de.hybris.platform.personalizationpromotionsweb.queries that return PromotionSourceRuleModel Modifier and Type Method Description protected PromotionSourceRuleModelCxPromotionsQueryIntegrationTest. getPromotionRule(java.lang.String code)Methods in de.hybris.platform.personalizationpromotionsweb.queries that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description protected Converter<PromotionSourceRuleModel,PromotionRuleWsDTO>CxPromotionsForCatalogQueryExecutor. getPromotionConverter()Methods in de.hybris.platform.personalizationpromotionsweb.queries with parameters of type PromotionSourceRuleModel Modifier and Type Method Description protected intCxPromotionsForCatalogQueryExecutor. comparePromotions(PromotionSourceRuleModel p1, PromotionSourceRuleModel p2)Method parameters in de.hybris.platform.personalizationpromotionsweb.queries with type arguments of type PromotionSourceRuleModel Modifier and Type Method Description voidCxPromotionsForCatalogQueryExecutor. setPromotionConverter(Converter<PromotionSourceRuleModel,PromotionRuleWsDTO> promotionConverter) -
Uses of PromotionSourceRuleModel in de.hybris.platform.promotionengineservices.compiler.listeners
Methods in de.hybris.platform.promotionengineservices.compiler.listeners with parameters of type PromotionSourceRuleModel Modifier and Type Method Description protected voidPromotionRuleCompilerListener. extractAndStoreParamValues(PromotionSourceRuleModel rule, java.lang.String moduleName, java.util.List<RuleConditionData> conditions)Parse rule parameters of specific types (like list of products or categories) and store them in the database. -
Uses of PromotionSourceRuleModel in de.hybris.platform.promotionengineservices.compiler.strategies
Methods in de.hybris.platform.promotionengineservices.compiler.strategies with parameters of type PromotionSourceRuleModel Modifier and Type Method Description voidConditionResolutionStrategy. getAndStoreParameterValues(RuleConditionData condition, PromotionSourceRuleModel rule, RuleBasedPromotionModel ruleBasedPromotion)Gets the value from parameters ofconditionand stores it together with the givenpromotionSourceRule -
Uses of PromotionSourceRuleModel in de.hybris.platform.promotionengineservices.compiler.strategies.impl
Methods in de.hybris.platform.promotionengineservices.compiler.strategies.impl with parameters of type PromotionSourceRuleModel Modifier and Type Method Description protected voidDefaultCatConditionResolutionStrategy. createExcludedCatForRule(PromotionSourceRuleModel rule, java.util.List<java.lang.String> excludedCategoryCodes)protected voidDefaultCatConditionResolutionStrategy. createExcludedProductForRule(PromotionSourceRuleModel rule, java.util.List<java.lang.String> excludedProductCodes)voidDefaultCatConditionResolutionStrategy. getAndStoreParameterValues(RuleConditionData condition, PromotionSourceRuleModel rule, RuleBasedPromotionModel ruleBasedPromotion)voidDefaultProductConditionResolutionStrategy. getAndStoreParameterValues(RuleConditionData condition, PromotionSourceRuleModel rule, RuleBasedPromotionModel ruleBasedPromotion)protected java.lang.IntegerDefaultCatConditionResolutionStrategy. getNextConditionId(PromotionSourceRuleModel rule)protected voidDefaultCatConditionResolutionStrategy. processCategoriesOperatorParameter(PromotionSourceRuleModel rule, RuleBasedPromotionModel ruleBasedPromotion, java.util.List<java.lang.String> categoryCodes, CollectionOperator categoriesOperator) -
Uses of PromotionSourceRuleModel in de.hybris.platform.promotionengineservices.dao
Methods in de.hybris.platform.promotionengineservices.dao with parameters of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<CatForPromotionSourceRuleModel>PromotionSourceRuleDao. findAllCatForPromotionSourceRule(PromotionSourceRuleModel rule, java.lang.String baseName)Get all CatForPromotionSourceRuleModels for given promotion source rule and module namejava.util.List<CombinedCatsForRuleModel>PromotionSourceRuleDao. findAllCombinedCatsForRule(PromotionSourceRuleModel rule, java.lang.String baseName)Get all CombinedCatsForRuleModels for given promotion source rule.java.util.List<ExcludedCatForRuleModel>PromotionSourceRuleDao. findAllExcludedCatForPromotionSourceRule(PromotionSourceRuleModel rule, java.lang.String baseName)Get all ExcludedCatForRuleModels for given promotion source rule.java.util.List<ExcludedProductForRuleModel>PromotionSourceRuleDao. findAllExcludedProductForPromotionSourceRule(PromotionSourceRuleModel rule, java.lang.String baseName)Get all ExcludedProductForRuleModel for given promotion source rule.java.util.List<ProductForPromotionSourceRuleModel>PromotionSourceRuleDao. findAllProductForPromotionSourceRule(PromotionSourceRuleModel rule, java.lang.String baseName)Get all ProductForPromotionSourceRuleModels for given promotion source rule and module name.java.lang.IntegerPromotionSourceRuleDao. findLastConditionIdForRule(PromotionSourceRuleModel rule)Get max conditionId in CombinedCatsForRule for one rule. -
Uses of PromotionSourceRuleModel in de.hybris.platform.promotionengineservices.dao.impl
-
Uses of PromotionSourceRuleModel in de.hybris.platform.promotionengineservices.model
Methods in de.hybris.platform.promotionengineservices.model that return PromotionSourceRuleModel Modifier and Type Method Description PromotionSourceRuleModelCatForPromotionSourceRuleModel. getRule()Generated method - Getter of theCatForPromotionSourceRule.ruleattribute defined at extensionpromotionengineservices.PromotionSourceRuleModelCombinedCatsForRuleModel. getRule()Generated method - Getter of theCombinedCatsForRule.ruleattribute defined at extensionpromotionengineservices.PromotionSourceRuleModelExcludedCatForRuleModel. getRule()Generated method - Getter of theExcludedCatForRule.ruleattribute defined at extensionpromotionengineservices.PromotionSourceRuleModelExcludedProductForRuleModel. getRule()Generated method - Getter of theExcludedProductForRule.ruleattribute defined at extensionpromotionengineservices.PromotionSourceRuleModelProductForPromotionSourceRuleModel. getRule()Generated method - Getter of theProductForPromotionSourceRule.ruleattribute defined at extensionpromotionengineservices.Methods in de.hybris.platform.promotionengineservices.model with parameters of type PromotionSourceRuleModel Modifier and Type Method Description voidCatForPromotionSourceRuleModel. setRule(PromotionSourceRuleModel value)Generated method - Initial setter ofCatForPromotionSourceRule.ruleattribute defined at extensionpromotionengineservices.voidCombinedCatsForRuleModel. setRule(PromotionSourceRuleModel value)Generated method - Initial setter ofCombinedCatsForRule.ruleattribute defined at extensionpromotionengineservices.voidExcludedCatForRuleModel. setRule(PromotionSourceRuleModel value)Generated method - Initial setter ofExcludedCatForRule.ruleattribute defined at extensionpromotionengineservices.voidExcludedProductForRuleModel. setRule(PromotionSourceRuleModel value)Generated method - Initial setter ofExcludedProductForRule.ruleattribute defined at extensionpromotionengineservices.voidProductForPromotionSourceRuleModel. setRule(PromotionSourceRuleModel value)Generated method - Initial setter ofProductForPromotionSourceRule.ruleattribute defined at extensionpromotionengineservices.Constructors in de.hybris.platform.promotionengineservices.model with parameters of type PromotionSourceRuleModel Constructor Description CatForPromotionSourceRuleModel(java.lang.String _categoryCode, ItemModel _owner, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatForPromotionSourceRuleModel(java.lang.String _categoryCode, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCombinedCatsForRuleModel(java.lang.String _categoryCode, java.lang.Integer _conditionId, ItemModel _owner, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCombinedCatsForRuleModel(java.lang.String _categoryCode, java.lang.Integer _conditionId, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExcludedCatForRuleModel(java.lang.String _categoryCode, ItemModel _owner, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExcludedCatForRuleModel(java.lang.String _categoryCode, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExcludedProductForRuleModel(ItemModel _owner, java.lang.String _productCode, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExcludedProductForRuleModel(java.lang.String _productCode, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductForPromotionSourceRuleModel(ItemModel _owner, java.lang.String _productCode, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProductForPromotionSourceRuleModel(java.lang.String _productCode, RuleBasedPromotionModel _promotion, PromotionSourceRuleModel _rule)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PromotionSourceRuleModel in de.hybris.platform.promotions.model
Methods in de.hybris.platform.promotions.model that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description java.util.Collection<PromotionSourceRuleModel>PromotionGroupModel. getPromotionSourceRules()Generated method - Getter of thePromotionGroup.promotionSourceRulesattribute defined at extensionpromotionengineservices.Method parameters in de.hybris.platform.promotions.model with type arguments of type PromotionSourceRuleModel Modifier and Type Method Description voidPromotionGroupModel. setPromotionSourceRules(java.util.Collection<PromotionSourceRuleModel> value)Generated method - Setter ofPromotionGroup.promotionSourceRulesattribute defined at extensionpromotionengineservices. -
Uses of PromotionSourceRuleModel in de.hybris.platform.timedaccesspromotionenginebackoffice.widgets
Methods in de.hybris.platform.timedaccesspromotionenginebackoffice.widgets with parameters of type PromotionSourceRuleModel Modifier and Type Method Description protected voidFlashBuyCouponEditorAreaLogicHandler. validateProduct(java.util.List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule, FlashBuyCouponModel currentFlashBuyCoupon)Verify product quantity and coupon overlapsprotected voidFlashBuyCouponEditorAreaLogicHandler. validatePromotionExpiryDate(java.util.List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule)Verify promotion source rule expiry dateprotected voidFlashBuyCouponEditorAreaLogicHandler. validatePromotionSourceRule(java.util.List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule, FlashBuyCouponModel currentFlashBuyCoupon)Check if the promotion is available for the flash-buy coupon.If available, then check product(s) quantity for the promotionprotected voidFlashBuyCouponEditorAreaLogicHandler. validateRuleConditions(java.util.List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule, FlashBuyCouponModel currentFlashBuyCoupon) -
Uses of PromotionSourceRuleModel in de.hybris.platform.timedaccesspromotionengineservices
Methods in de.hybris.platform.timedaccesspromotionengineservices that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<PromotionSourceRuleModel>FlashBuyService. getPromotionSourceRulesByProductCode(java.lang.String productCode)Gets promotion source rules by productMethods in de.hybris.platform.timedaccesspromotionengineservices with parameters of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductModel>FlashBuyService. getAllProductsByPromotionSourceRule(PromotionSourceRuleModel rule)Gets all products by promotionsourcerulejava.util.List<ProductForPromotionSourceRuleModel>FlashBuyService. getProductForPromotionSourceRule(PromotionSourceRuleModel promotionSourceRule)Gets productforpromotionsourcerule by promotionsourcerulevoidFlashBuyService. undeployFlashBuyPromotion(PromotionSourceRuleModel promotionSourceRule)Stops flash buy promotion by promotion -
Uses of PromotionSourceRuleModel in de.hybris.platform.timedaccesspromotionengineservices.daos
Methods in de.hybris.platform.timedaccesspromotionengineservices.daos that return PromotionSourceRuleModel Modifier and Type Method Description protected PromotionSourceRuleModelDefaultFlashBuyDaoTest. findPromotionSourceRule(java.lang.String ruleCode)Methods in de.hybris.platform.timedaccesspromotionengineservices.daos that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<PromotionSourceRuleModel>FlashBuyDao. findPromotionSourceRuleByProduct(java.lang.String productCode)Finds promotion source rule by productMethods in de.hybris.platform.timedaccesspromotionengineservices.daos with parameters of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductModel>FlashBuyDao. findAllProductsByPromotionSourceRule(PromotionSourceRuleModel rule)Finds all Products by given promotion source rulejava.util.List<ProductForPromotionSourceRuleModel>FlashBuyDao. findProductForPromotionSourceRules(PromotionSourceRuleModel rule)Finds ProductForPromotionRule by given promotion source rule -
Uses of PromotionSourceRuleModel in de.hybris.platform.timedaccesspromotionengineservices.daos.impl
Methods in de.hybris.platform.timedaccesspromotionengineservices.daos.impl that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<PromotionSourceRuleModel>DefaultFlashBuyDao. findPromotionSourceRuleByProduct(java.lang.String productCode)Methods in de.hybris.platform.timedaccesspromotionengineservices.daos.impl with parameters of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductModel>DefaultFlashBuyDao. findAllProductsByPromotionSourceRule(PromotionSourceRuleModel rule)java.util.List<ProductForPromotionSourceRuleModel>DefaultFlashBuyDao. findProductForPromotionSourceRules(PromotionSourceRuleModel rule) -
Uses of PromotionSourceRuleModel in de.hybris.platform.timedaccesspromotionengineservices.impl
Methods in de.hybris.platform.timedaccesspromotionengineservices.impl that return types with arguments of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<PromotionSourceRuleModel>DefaultFlashBuyService. getPromotionSourceRulesByProductCode(java.lang.String productCode)Methods in de.hybris.platform.timedaccesspromotionengineservices.impl with parameters of type PromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductModel>DefaultFlashBuyService. getAllProductsByPromotionSourceRule(PromotionSourceRuleModel rule)java.util.List<ProductForPromotionSourceRuleModel>DefaultFlashBuyService. getProductForPromotionSourceRule(PromotionSourceRuleModel sourceRule)voidDefaultFlashBuyService. undeployFlashBuyPromotion(PromotionSourceRuleModel promotionSourceRule) -
Uses of PromotionSourceRuleModel in de.hybris.platform.timedaccesspromotionengineservices.model
Methods in de.hybris.platform.timedaccesspromotionengineservices.model that return PromotionSourceRuleModel Modifier and Type Method Description PromotionSourceRuleModelFlashBuyCouponModel. getRule()Generated method - Getter of theFlashBuyCoupon.ruleattribute defined at extensiontimedaccesspromotionengineservices.Methods in de.hybris.platform.timedaccesspromotionengineservices.model with parameters of type PromotionSourceRuleModel Modifier and Type Method Description voidFlashBuyCouponModel. setRule(PromotionSourceRuleModel value)Generated method - Setter ofFlashBuyCoupon.ruleattribute defined at extensiontimedaccesspromotionengineservices.
-