Uses of Class
de.hybris.platform.promotionengineservices.model.CatForPromotionSourceRuleModel
-
-
Uses of CatForPromotionSourceRuleModel in de.hybris.platform.customercouponservices.daos
Methods in de.hybris.platform.customercouponservices.daos that return types with arguments of type CatForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<CatForPromotionSourceRuleModel>CustomerCouponDao. findCategoryForPromotionSourceRuleByPromotion(java.lang.String code)Finds category for promotion source rules by promotion source rule -
Uses of CatForPromotionSourceRuleModel in de.hybris.platform.customercouponservices.daos.impl
Methods in de.hybris.platform.customercouponservices.daos.impl that return types with arguments of type CatForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<CatForPromotionSourceRuleModel>DefaultCustomerCouponDao. findCategoryForPromotionSourceRuleByPromotion(java.lang.String code) -
Uses of CatForPromotionSourceRuleModel in de.hybris.platform.promotionengineservices.dao
Methods in de.hybris.platform.promotionengineservices.dao that return types with arguments of type CatForPromotionSourceRuleModel 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 name -
Uses of CatForPromotionSourceRuleModel in de.hybris.platform.promotionengineservices.dao.impl
Methods in de.hybris.platform.promotionengineservices.dao.impl that return types with arguments of type CatForPromotionSourceRuleModel Modifier and Type Method Description java.util.List<CatForPromotionSourceRuleModel>DefaultPromotionSourceRuleDao. findAllCatForPromotionSourceRule(PromotionSourceRuleModel rule, java.lang.String baseName)
-