Uses of Class
de.hybris.platform.customercouponservices.model.CustomerCouponForPromotionSourceRuleModel
-
Packages that use CustomerCouponForPromotionSourceRuleModel Package Description de.hybris.platform.customercouponservices.daos de.hybris.platform.customercouponservices.daos.impl -
-
Uses of CustomerCouponForPromotionSourceRuleModel in de.hybris.platform.customercouponservices.daos
Methods in de.hybris.platform.customercouponservices.daos that return types with arguments of type CustomerCouponForPromotionSourceRuleModel 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 CustomerCouponForPromotionSourceRuleModel in de.hybris.platform.customercouponservices.daos.impl
Methods in de.hybris.platform.customercouponservices.daos.impl that return types with arguments of type CustomerCouponForPromotionSourceRuleModel 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)
-