Uses of Interface
de.hybris.platform.couponservices.services.CouponService
-
-
Uses of CouponService in de.hybris.platform.coupon.backoffice.cockpitng.editor.tab.populator
Methods in de.hybris.platform.coupon.backoffice.cockpitng.editor.tab.populator that return CouponService Modifier and Type Method Description protected CouponService
DefaultAppliedCouponPopulator. getCouponService()
Methods in de.hybris.platform.coupon.backoffice.cockpitng.editor.tab.populator with parameters of type CouponService Modifier and Type Method Description void
DefaultAppliedCouponPopulator. setCouponService(CouponService couponService)
-
Uses of CouponService in de.hybris.platform.couponfacades.facades.impl
Methods in de.hybris.platform.couponfacades.facades.impl that return CouponService Modifier and Type Method Description protected CouponService
DefaultCouponDataFacade. getCouponService()
protected CouponService
DefaultCouponFacade. getCouponService()
Methods in de.hybris.platform.couponfacades.facades.impl with parameters of type CouponService Modifier and Type Method Description void
DefaultCouponDataFacade. setCouponService(CouponService couponService)
void
DefaultCouponFacade. setCouponService(CouponService couponService)
-
Uses of CouponService in de.hybris.platform.couponservices
Methods in de.hybris.platform.couponservices that return CouponService Modifier and Type Method Description protected CouponService
RuleActionCouponMetadataHandler. getCouponService()
Methods in de.hybris.platform.couponservices with parameters of type CouponService Modifier and Type Method Description void
RuleActionCouponMetadataHandler. setCouponService(CouponService couponService)
-
Uses of CouponService in de.hybris.platform.couponservices.cart.hooks
Methods in de.hybris.platform.couponservices.cart.hooks that return CouponService Modifier and Type Method Description protected CouponService
CouponRedeemableValidationHook. getCouponService()
Methods in de.hybris.platform.couponservices.cart.hooks with parameters of type CouponService Modifier and Type Method Description void
CouponRedeemableValidationHook. setCouponService(CouponService couponService)
-
Uses of CouponService in de.hybris.platform.couponservices.converters.populator
Methods in de.hybris.platform.couponservices.converters.populator that return CouponService Modifier and Type Method Description protected CouponService
CouponRaoPopulator. getCouponService()
Methods in de.hybris.platform.couponservices.converters.populator with parameters of type CouponService Modifier and Type Method Description void
CouponRaoPopulator. setCouponService(CouponService couponService)
-
Uses of CouponService in de.hybris.platform.couponservices.order.hooks
Methods in de.hybris.platform.couponservices.order.hooks that return CouponService Modifier and Type Method Description protected CouponService
CouponRedemptionMethodHook. getCouponService()
Methods in de.hybris.platform.couponservices.order.hooks with parameters of type CouponService Modifier and Type Method Description void
CouponRedemptionMethodHook. setCouponService(CouponService couponService)
-
Uses of CouponService in de.hybris.platform.couponservices.services.impl
Classes in de.hybris.platform.couponservices.services.impl that implement CouponService Modifier and Type Class Description class
DefaultCouponService
Default CouponService implementation -
Uses of CouponService in de.hybris.platform.couponwebservices.facades.impl
Methods in de.hybris.platform.couponwebservices.facades.impl that return CouponService Modifier and Type Method Description protected CouponService
AbstractCouponWsFacades. getCouponService()
Methods in de.hybris.platform.couponwebservices.facades.impl with parameters of type CouponService Modifier and Type Method Description void
AbstractCouponWsFacades. setCouponService(CouponService couponService)
-
Uses of CouponService in de.hybris.platform.customercouponservices
Subinterfaces of CouponService in de.hybris.platform.customercouponservices Modifier and Type Interface Description interface
CustomerCouponService
Deals with customer coupon related Models using existing DAOs -
Uses of CouponService in de.hybris.platform.customercouponservices.impl
Classes in de.hybris.platform.customercouponservices.impl that implement CouponService Modifier and Type Class Description class
DefaultCustomerCouponService
Default implementation ofCustomerCouponService
-
Uses of CouponService in de.hybris.platform.timedaccesspromotionengineservices.cart.hooks
Methods in de.hybris.platform.timedaccesspromotionengineservices.cart.hooks that return CouponService Modifier and Type Method Description protected CouponService
DefaultFlashBuyCartValidationHook. getCouponService()
Methods in de.hybris.platform.timedaccesspromotionengineservices.cart.hooks with parameters of type CouponService Modifier and Type Method Description void
DefaultFlashBuyCartValidationHook. setCouponService(CouponService couponService)
-