Uses of Class
de.hybris.platform.promotionengineservices.model.ProductForPromotionSourceRuleModel
-
-
Uses of ProductForPromotionSourceRuleModel in de.hybris.platform.customercouponservices.daos
Methods in de.hybris.platform.customercouponservices.daos that return types with arguments of type ProductForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductForPromotionSourceRuleModel>CustomerCouponDao. findProductForPromotionSourceRuleByPromotion(java.lang.String code)Finds product for promotion source rules by code -
Uses of ProductForPromotionSourceRuleModel in de.hybris.platform.customercouponservices.daos.impl
Methods in de.hybris.platform.customercouponservices.daos.impl that return types with arguments of type ProductForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductForPromotionSourceRuleModel>DefaultCustomerCouponDao. findProductForPromotionSourceRuleByPromotion(java.lang.String code) -
Uses of ProductForPromotionSourceRuleModel in de.hybris.platform.promotionengineservices.dao
Methods in de.hybris.platform.promotionengineservices.dao that return types with arguments of type ProductForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductForPromotionSourceRuleModel>PromotionSourceRuleDao. findAllProductForPromotionSourceRule(PromotionSourceRuleModel rule, java.lang.String baseName)Get all ProductForPromotionSourceRuleModels for given promotion source rule and module name. -
Uses of ProductForPromotionSourceRuleModel in de.hybris.platform.promotionengineservices.dao.impl
Methods in de.hybris.platform.promotionengineservices.dao.impl that return types with arguments of type ProductForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductForPromotionSourceRuleModel>DefaultPromotionSourceRuleDao. findAllProductForPromotionSourceRule(PromotionSourceRuleModel rule, java.lang.String baseName) -
Uses of ProductForPromotionSourceRuleModel in de.hybris.platform.timedaccesspromotionengineservices
Methods in de.hybris.platform.timedaccesspromotionengineservices that return types with arguments of type ProductForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductForPromotionSourceRuleModel>FlashBuyService. getProductForPromotionSourceRule(PromotionSourceRuleModel promotionSourceRule)Gets productforpromotionsourcerule by promotionsourcerule -
Uses of ProductForPromotionSourceRuleModel in de.hybris.platform.timedaccesspromotionengineservices.daos
Methods in de.hybris.platform.timedaccesspromotionengineservices.daos that return types with arguments of type ProductForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductForPromotionSourceRuleModel>FlashBuyDao. findProductForPromotionSourceRules(PromotionSourceRuleModel rule)Finds ProductForPromotionRule by given promotion source rule -
Uses of ProductForPromotionSourceRuleModel in de.hybris.platform.timedaccesspromotionengineservices.daos.impl
Methods in de.hybris.platform.timedaccesspromotionengineservices.daos.impl that return types with arguments of type ProductForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductForPromotionSourceRuleModel>DefaultFlashBuyDao. findProductForPromotionSourceRules(PromotionSourceRuleModel rule) -
Uses of ProductForPromotionSourceRuleModel in de.hybris.platform.timedaccesspromotionengineservices.impl
Methods in de.hybris.platform.timedaccesspromotionengineservices.impl that return types with arguments of type ProductForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<ProductForPromotionSourceRuleModel>DefaultFlashBuyService. getProductForPromotionSourceRule(PromotionSourceRuleModel sourceRule)
-