Uses of Class
de.hybris.platform.promotionengineservices.model.PromotionSourceRuleModel
Packages that use PromotionSourceRuleModel
Package
Description
Contains generated models for each type of de.hybris.platform.couponservices.jalo package.
Contains generated models for each type of de.hybris.platform.promotionengineservices.jalo package.
Contains generated models for each type of de.hybris.platform.promotions.jalo package.
Contains generated models for each type of de.hybris.platform.timedaccesspromotionengineservices.jalo package.
-
Uses of PromotionSourceRuleModel in de.hybris.platform.couponservices.dao
Methods in de.hybris.platform.couponservices.dao that return types with arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionCouponDao.findPromotionSourceRuleByCouponCode(String code) Finds promotion source rules by coupon codeMethods in de.hybris.platform.couponservices.dao with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionCouponDao.findAllCouponForSourceRules(PromotionSourceRuleModel rule) Finds coupon for promotion source rules by promotion source rule modelCouponDao.findAllCouponForSourceRules(PromotionSourceRuleModel rule, String moduleName) Finds coupon for promotion source rules by promotion source rule model -
Uses of PromotionSourceRuleModel in de.hybris.platform.couponservices.dao.impl
Methods in de.hybris.platform.couponservices.dao.impl that return types with arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionDefaultCouponDao.findPromotionSourceRuleByCouponCode(String code) Methods in de.hybris.platform.couponservices.dao.impl with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionDefaultCouponDao.findAllCouponForSourceRules(PromotionSourceRuleModel rule) DefaultCouponDao.findAllCouponForSourceRules(PromotionSourceRuleModel rule, String moduleName) -
Uses of PromotionSourceRuleModel in de.hybris.platform.couponservices.model
Methods in de.hybris.platform.couponservices.model that return PromotionSourceRuleModelModifier and TypeMethodDescriptionCustomerCouponForPromotionSourceRuleModel.getRule()Generated method - Getter of theCustomerCouponForPromotionSourceRule.ruleattribute defined at extensioncouponservices.Methods in de.hybris.platform.couponservices.model with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionvoidCustomerCouponForPromotionSourceRuleModel.setRule(PromotionSourceRuleModel value) Generated method - Initial setter ofCustomerCouponForPromotionSourceRule.ruleattribute defined at extensioncouponservices.Constructors in de.hybris.platform.couponservices.model with parameters of type PromotionSourceRuleModelModifierConstructorDescriptionCustomerCouponForPromotionSourceRuleModel(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(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.couponservices.strategies.impl
Methods in de.hybris.platform.couponservices.strategies.impl with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionvoidDefaultCouponConditionResolutionStrategy.getAndStoreParameterValues(RuleConditionData condition, PromotionSourceRuleModel rule, RuleBasedPromotionModel promotion) -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponfacades.converter.populators
Method parameters in de.hybris.platform.customercouponfacades.converter.populators with type arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionprotected booleanCustomerCouponPopulator.isBindingAnyProduct(List<PromotionSourceRuleModel> list) -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices
Methods in de.hybris.platform.customercouponservices that return types with arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionCustomerCouponService.getExclPromotionSourceRulesForCategory(String categoryCode) Gets excluded promotion source rules by categoryCustomerCouponService.getExclPromotionSourceRulesForProduct(String productCode) Gets excluded promotion source rules by product codeCustomerCouponService.getPromotionSourceRuleForCouponCode(String couponCode) Gets promotion source rule by coupon codeCustomerCouponService.getPromotionSourceRulesForCategory(String categoryCode) Gets promotion source rules by categoryCustomerCouponService.getPromotionSourceRulesForProduct(String productCode) Gets promotion source rules by product codeCustomerCouponService.getPromotionSourcesRuleForProductCategories(ProductModel product) Gets promotionSourceRule for categories of product -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices.daos
Methods in de.hybris.platform.customercouponservices.daos that return types with arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionCustomerCouponDao.findExclPromotionSourceRuleByCategory(String categoryCode) Finds excluded promotion source rules by categoryCustomerCouponDao.findExclPromotionSourceRuleByProduct(String productCode) Finds excluded promotion source rules by product codeCustomerCouponDao.findPromotionSourceRuleByCategory(String categoryCode) Finds promotion source rules by categoryCustomerCouponDao.findPromotionSourceRuleByCode(String code) Finds promotion source rules by rule codeCustomerCouponDao.findPromotionSourceRuleByProduct(String productCode) Finds promotion source rules by product code -
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 PromotionSourceRuleModelModifier and TypeMethodDescriptionDefaultCustomerCouponDao.findExclPromotionSourceRuleByCategory(String categoryCode) DefaultCustomerCouponDao.findExclPromotionSourceRuleByProduct(String productCode) DefaultCustomerCouponDao.findPromotionSourceRuleByCategory(String categoryCode) DefaultCustomerCouponDao.findPromotionSourceRuleByCode(String code) DefaultCustomerCouponDao.findPromotionSourceRuleByProduct(String productCode) -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices.impl
Methods in de.hybris.platform.customercouponservices.impl that return types with arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionDefaultCustomerCouponService.getExclPromotionSourceRulesForCategory(String categoryCode) DefaultCustomerCouponService.getExclPromotionSourceRulesForProduct(String productCode) DefaultCustomerCouponService.getPromotionSourceRuleForCouponCode(String couponCode) DefaultCustomerCouponService.getPromotionSourceRulesForCategory(String categoryCode) DefaultCustomerCouponService.getPromotionSourceRulesForProduct(String productCode) DefaultCustomerCouponService.getPromotionSourcesRuleForProductCategories(ProductModel product) -
Uses of PromotionSourceRuleModel in de.hybris.platform.customercouponservices.solrsearch
Methods in de.hybris.platform.customercouponservices.solrsearch that return types with arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionprotected List<PromotionSourceRuleModel>CustomerCouponCodeValueResolver.getPromotionSourceRulesForProduct(ProductModel product) -
Uses of PromotionSourceRuleModel in de.hybris.platform.personalizationpromotions.action
Methods in de.hybris.platform.personalizationpromotions.action that return PromotionSourceRuleModelModifier and TypeMethodDescriptionprotected PromotionSourceRuleModelCxPromotionActionIntegrationTest.getPromotionRule(String code) protected PromotionSourceRuleModelCxPromotionEvaluationIntegrationTest.getPromotionRule(String code) -
Uses of PromotionSourceRuleModel in de.hybris.platform.personalizationpromotionsweb.populators
Methods in de.hybris.platform.personalizationpromotionsweb.populators with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionvoidCxPromotionRulePopulator.populate(PromotionSourceRuleModel source, PromotionRuleWsDTO target) -
Uses of PromotionSourceRuleModel in de.hybris.platform.personalizationpromotionsweb.queries
Methods in de.hybris.platform.personalizationpromotionsweb.queries that return PromotionSourceRuleModelModifier and TypeMethodDescriptionprotected PromotionSourceRuleModelCxPromotionsQueryIntegrationTest.getPromotionRule(String code) Methods in de.hybris.platform.personalizationpromotionsweb.queries that return types with arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionprotected Converter<PromotionSourceRuleModel,PromotionRuleWsDTO> CxPromotionsForCatalogQueryExecutor.getPromotionConverter()Methods in de.hybris.platform.personalizationpromotionsweb.queries with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionprotected intCxPromotionsForCatalogQueryExecutor.comparePromotions(PromotionSourceRuleModel p1, PromotionSourceRuleModel p2) Method parameters in de.hybris.platform.personalizationpromotionsweb.queries with type arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionvoidCxPromotionsForCatalogQueryExecutor.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 PromotionSourceRuleModelModifier and TypeMethodDescriptionprotected voidPromotionRuleCompilerListener.extractAndStoreParamValues(PromotionSourceRuleModel rule, String moduleName, 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 PromotionSourceRuleModelModifier and TypeMethodDescriptionvoidConditionResolutionStrategy.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 PromotionSourceRuleModelModifier and TypeMethodDescriptionprotected voidDefaultCatConditionResolutionStrategy.createExcludedCatForRule(PromotionSourceRuleModel rule, List<String> excludedCategoryCodes) protected voidDefaultCatConditionResolutionStrategy.createExcludedProductForRule(PromotionSourceRuleModel rule, List<String> excludedProductCodes) voidDefaultCatConditionResolutionStrategy.getAndStoreParameterValues(RuleConditionData condition, PromotionSourceRuleModel rule, RuleBasedPromotionModel ruleBasedPromotion) voidDefaultProductConditionResolutionStrategy.getAndStoreParameterValues(RuleConditionData condition, PromotionSourceRuleModel rule, RuleBasedPromotionModel ruleBasedPromotion) protected IntegerDefaultCatConditionResolutionStrategy.getNextConditionId(PromotionSourceRuleModel rule) protected voidDefaultCatConditionResolutionStrategy.processCategoriesOperatorParameter(PromotionSourceRuleModel rule, RuleBasedPromotionModel ruleBasedPromotion, List<String> categoryCodes, CollectionOperator categoriesOperator) -
Uses of PromotionSourceRuleModel in de.hybris.platform.promotionengineservices.dao
Methods in de.hybris.platform.promotionengineservices.dao with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionPromotionSourceRuleDao.findAllCatForPromotionSourceRule(PromotionSourceRuleModel rule, String baseName) Get all CatForPromotionSourceRuleModels for given promotion source rule and module namePromotionSourceRuleDao.findAllCombinedCatsForRule(PromotionSourceRuleModel rule, String baseName) Get all CombinedCatsForRuleModels for given promotion source rule.PromotionSourceRuleDao.findAllExcludedCatForPromotionSourceRule(PromotionSourceRuleModel rule, String baseName) Get all ExcludedCatForRuleModels for given promotion source rule.PromotionSourceRuleDao.findAllExcludedProductForPromotionSourceRule(PromotionSourceRuleModel rule, String baseName) Get all ExcludedProductForRuleModel for given promotion source rule.PromotionSourceRuleDao.findAllProductForPromotionSourceRule(PromotionSourceRuleModel rule, String baseName) Get all ProductForPromotionSourceRuleModels for given promotion source rule and module name.PromotionSourceRuleDao.findLastConditionIdForRule(PromotionSourceRuleModel rule) Get max conditionId in CombinedCatsForRule for one rule. -
Uses of PromotionSourceRuleModel in de.hybris.platform.promotionengineservices.dao.impl
Methods in de.hybris.platform.promotionengineservices.dao.impl with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionDefaultPromotionSourceRuleDao.findAllCatForPromotionSourceRule(PromotionSourceRuleModel rule, String baseName) DefaultPromotionSourceRuleDao.findAllCombinedCatsForRule(PromotionSourceRuleModel rule, String baseName) DefaultPromotionSourceRuleDao.findAllExcludedCatForPromotionSourceRule(PromotionSourceRuleModel rule, String baseName) DefaultPromotionSourceRuleDao.findAllExcludedProductForPromotionSourceRule(PromotionSourceRuleModel rule, String baseName) DefaultPromotionSourceRuleDao.findAllProductForPromotionSourceRule(PromotionSourceRuleModel rule, String baseName) DefaultPromotionSourceRuleDao.findLastConditionIdForRule(PromotionSourceRuleModel rule) -
Uses of PromotionSourceRuleModel in de.hybris.platform.promotionengineservices.interceptors
Methods in de.hybris.platform.promotionengineservices.interceptors with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionvoidPromotionSourceRuleValidateInterceptor.onValidate(PromotionSourceRuleModel model, InterceptorContext ctx) protected voidPromotionSourceRuleValidateInterceptor.validateAction(PromotionSourceRuleModel model) protected voidPromotionSourceRuleValidateInterceptor.validateCondition(PromotionSourceRuleModel model) -
Uses of PromotionSourceRuleModel in de.hybris.platform.promotionengineservices.model
Methods in de.hybris.platform.promotionengineservices.model that return PromotionSourceRuleModelModifier and TypeMethodDescriptionCatForPromotionSourceRuleModel.getRule()Generated method - Getter of theCatForPromotionSourceRule.ruleattribute defined at extensionpromotionengineservices.CombinedCatsForRuleModel.getRule()Generated method - Getter of theCombinedCatsForRule.ruleattribute defined at extensionpromotionengineservices.ExcludedCatForRuleModel.getRule()Generated method - Getter of theExcludedCatForRule.ruleattribute defined at extensionpromotionengineservices.ExcludedProductForRuleModel.getRule()Generated method - Getter of theExcludedProductForRule.ruleattribute defined at extensionpromotionengineservices.ProductForPromotionSourceRuleModel.getRule()Generated method - Getter of theProductForPromotionSourceRule.ruleattribute defined at extensionpromotionengineservices.Methods in de.hybris.platform.promotionengineservices.model with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionvoidCatForPromotionSourceRuleModel.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 PromotionSourceRuleModelModifierConstructorDescriptionCatForPromotionSourceRuleModel(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(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(String _categoryCode, 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(String _categoryCode, 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(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(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, 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(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, 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(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 PromotionSourceRuleModelModifier and TypeMethodDescriptionPromotionGroupModel.getPromotionSourceRules()Generated method - Getter of thePromotionGroup.promotionSourceRulesattribute defined at extensionpromotionengineservices.Method parameters in de.hybris.platform.promotions.model with type arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionvoidPromotionGroupModel.setPromotionSourceRules(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 PromotionSourceRuleModelModifier and TypeMethodDescriptionprotected voidFlashBuyCouponEditorAreaLogicHandler.validateProduct(List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule, FlashBuyCouponModel currentFlashBuyCoupon) Verify product quantity and coupon overlapsprotected voidFlashBuyCouponEditorAreaLogicHandler.validatePromotionExpiryDate(List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule) Verify promotion source rule expiry dateprotected voidFlashBuyCouponEditorAreaLogicHandler.validatePromotionSourceRule(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(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 PromotionSourceRuleModelModifier and TypeMethodDescriptionFlashBuyService.getPromotionSourceRulesByProductCode(String productCode) Gets promotion source rules by productMethods in de.hybris.platform.timedaccesspromotionengineservices with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionFlashBuyService.getAllProductsByPromotionSourceRule(PromotionSourceRuleModel rule) Gets all products by promotionsourceruleFlashBuyService.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 PromotionSourceRuleModelModifier and TypeMethodDescriptionprotected PromotionSourceRuleModelDefaultFlashBuyDaoTest.findPromotionSourceRule(String ruleCode) Methods in de.hybris.platform.timedaccesspromotionengineservices.daos that return types with arguments of type PromotionSourceRuleModelModifier and TypeMethodDescriptionFlashBuyDao.findPromotionSourceRuleByProduct(String productCode) Finds promotion source rule by productMethods in de.hybris.platform.timedaccesspromotionengineservices.daos with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionFlashBuyDao.findAllProductsByPromotionSourceRule(PromotionSourceRuleModel rule) Finds all Products by given promotion source ruleFlashBuyDao.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 PromotionSourceRuleModelModifier and TypeMethodDescriptionDefaultFlashBuyDao.findPromotionSourceRuleByProduct(String productCode) Methods in de.hybris.platform.timedaccesspromotionengineservices.daos.impl with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionDefaultFlashBuyDao.findAllProductsByPromotionSourceRule(PromotionSourceRuleModel rule) 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 PromotionSourceRuleModelModifier and TypeMethodDescriptionDefaultFlashBuyService.getPromotionSourceRulesByProductCode(String productCode) Methods in de.hybris.platform.timedaccesspromotionengineservices.impl with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionDefaultFlashBuyService.getAllProductsByPromotionSourceRule(PromotionSourceRuleModel rule) 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 PromotionSourceRuleModelModifier and TypeMethodDescriptionFlashBuyCouponModel.getRule()Generated method - Getter of theFlashBuyCoupon.ruleattribute defined at extensiontimedaccesspromotionengineservices.Methods in de.hybris.platform.timedaccesspromotionengineservices.model with parameters of type PromotionSourceRuleModelModifier and TypeMethodDescriptionvoidFlashBuyCouponModel.setRule(PromotionSourceRuleModel value) Generated method - Setter ofFlashBuyCoupon.ruleattribute defined at extensiontimedaccesspromotionengineservices.