Uses of Interface
de.hybris.platform.couponservices.services.CouponManagementService
-
Packages that use CouponManagementService Package Description de.hybris.platform.couponservices.services.impl -
-
Uses of CouponManagementService in de.hybris.platform.couponservices.services.impl
Classes in de.hybris.platform.couponservices.services.impl that implement CouponManagementService Modifier and Type Class Description class
DefaultCouponManagementService
Default implementation ofCouponManagementService
.Methods in de.hybris.platform.couponservices.services.impl that return CouponManagementService Modifier and Type Method Description protected CouponManagementService
DefaultCouponService. getCouponManagementService()
Methods in de.hybris.platform.couponservices.services.impl with parameters of type CouponManagementService Modifier and Type Method Description void
DefaultCouponService. setCouponManagementService(CouponManagementService couponManagementService)
-