Uses of Interface
de.hybris.platform.couponservices.services.CouponCodeGenerationService
-
-
Uses of CouponCodeGenerationService in de.hybris.platform.coupon.backoffice.cockpitng.editor.insets
Methods in de.hybris.platform.coupon.backoffice.cockpitng.editor.insets that return CouponCodeGenerationService Modifier and Type Method Description protected CouponCodeGenerationService
MultiCodeCouponGeneratorInset. getCouponCodeGenerationService()
Methods in de.hybris.platform.coupon.backoffice.cockpitng.editor.insets with parameters of type CouponCodeGenerationService Modifier and Type Method Description void
MultiCodeCouponGeneratorInset. setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService)
-
Uses of CouponCodeGenerationService in de.hybris.platform.couponservices.interceptor
Methods in de.hybris.platform.couponservices.interceptor that return CouponCodeGenerationService Modifier and Type Method Description protected CouponCodeGenerationService
CodeGenerationConfigurationValidateInterceptor. getCouponCodeGenerationService()
protected CouponCodeGenerationService
MultiCodeCouponInitDefaultsInterceptor. getCouponCodeGenerationService()
Methods in de.hybris.platform.couponservices.interceptor with parameters of type CouponCodeGenerationService Modifier and Type Method Description void
CodeGenerationConfigurationValidateInterceptor. setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService)
void
MultiCodeCouponInitDefaultsInterceptor. setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService)
-
Uses of CouponCodeGenerationService in de.hybris.platform.couponservices.order.hooks
Methods in de.hybris.platform.couponservices.order.hooks that return CouponCodeGenerationService Modifier and Type Method Description protected CouponCodeGenerationService
GiveAwayMultiCodeCouponGenerationHook. getCouponCodeGenerationService()
Methods in de.hybris.platform.couponservices.order.hooks with parameters of type CouponCodeGenerationService Modifier and Type Method Description void
GiveAwayMultiCodeCouponGenerationHook. setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService)
-
Uses of CouponCodeGenerationService in de.hybris.platform.couponservices.redemption.strategies.impl
Methods in de.hybris.platform.couponservices.redemption.strategies.impl that return CouponCodeGenerationService Modifier and Type Method Description protected CouponCodeGenerationService
DefaultMultiCodeCouponRedemptionStrategy. getCouponCodeGenerationService()
Methods in de.hybris.platform.couponservices.redemption.strategies.impl with parameters of type CouponCodeGenerationService Modifier and Type Method Description void
DefaultMultiCodeCouponRedemptionStrategy. setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService)
-
Uses of CouponCodeGenerationService in de.hybris.platform.couponservices.services.impl
Classes in de.hybris.platform.couponservices.services.impl that implement CouponCodeGenerationService Modifier and Type Class Description class
DefaultCouponCodeGenerationService
The default coupon code generation service.Methods in de.hybris.platform.couponservices.services.impl that return CouponCodeGenerationService Modifier and Type Method Description protected CouponCodeGenerationService
DefaultCouponService. getCouponCodeGenerationService()
Methods in de.hybris.platform.couponservices.services.impl with parameters of type CouponCodeGenerationService Modifier and Type Method Description void
DefaultCouponService. setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService)
-
Uses of CouponCodeGenerationService in de.hybris.platform.couponservices.strategies.impl
Methods in de.hybris.platform.couponservices.strategies.impl that return CouponCodeGenerationService Modifier and Type Method Description protected CouponCodeGenerationService
DefaultFindMultiCodeCouponStrategy. getCouponCodeGenerationService()
Methods in de.hybris.platform.couponservices.strategies.impl with parameters of type CouponCodeGenerationService Modifier and Type Method Description void
DefaultFindMultiCodeCouponStrategy. setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService)
-
Uses of CouponCodeGenerationService in de.hybris.platform.couponwebservices.facades.impl
Methods in de.hybris.platform.couponwebservices.facades.impl that return CouponCodeGenerationService Modifier and Type Method Description protected CouponCodeGenerationService
DefaultCouponCodeGenerationWsFacade. getCouponCodeGenerationService()
protected CouponCodeGenerationService
DefaultMultiCodeCouponWsFacades. getCouponCodeGenerationService()
Methods in de.hybris.platform.couponwebservices.facades.impl with parameters of type CouponCodeGenerationService Modifier and Type Method Description void
DefaultCouponCodeGenerationWsFacade. setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService)
void
DefaultMultiCodeCouponWsFacades. setCouponCodeGenerationService(CouponCodeGenerationService couponCodeGenerationService)
-
Uses of CouponCodeGenerationService in de.hybris.platform.couponwebservices.test.webservices
Fields in de.hybris.platform.couponwebservices.test.webservices declared as CouponCodeGenerationService Modifier and Type Field Description protected CouponCodeGenerationService
AbstractCouponWebServicesTest. couponCodeGenerationService
Methods in de.hybris.platform.couponwebservices.test.webservices that return CouponCodeGenerationService Modifier and Type Method Description protected CouponCodeGenerationService
AbstractCouponWebServicesTest. getCouponCodeGenerationService()
-