Class DefaultTmaCouponService
java.lang.Object
de.hybris.platform.couponservices.services.impl.DefaultCouponService
de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaCouponService
- All Implemented Interfaces:
TmaCouponService,de.hybris.platform.couponservices.services.CouponService
public class DefaultTmaCouponService
extends de.hybris.platform.couponservices.services.impl.DefaultCouponService
implements TmaCouponService
Default implementation of the
TmaCouponService.- Since:
- 2302
-
Field Summary
Fields inherited from class de.hybris.platform.couponservices.services.impl.DefaultCouponService
COUPON_CODE, ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllCoupons(TmaCouponListContext couponListContext) Retrieves list ofSingleCodeCouponModel.protected TmaCouponDaoMethods inherited from class de.hybris.platform.couponservices.services.impl.DefaultCouponService
assertCouponCodeInOrder, checkMatch, clearCouponCode, containsCouponCode, getBaseSiteService, getCalculationService, getCouponCodeGenerationService, getCouponForCode, getCouponManagementService, getModelService, getPromotionGroups, getPromotionsService, getValidatedCouponForCode, recalculateOrder, redeemCoupon, redeemCoupon, redeemCouponCode, releaseCouponCode, removeCouponAndTriggerCalculation, setBaseSiteService, setCalculationService, setCouponCodeGenerationService, setCouponManagementService, setModelService, setPromotionsService, validateCouponCode, verifyCouponCodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.couponservices.services.CouponService
getCouponForCode, getValidatedCouponForCode, redeemCoupon, redeemCoupon, releaseCouponCode, validateCouponCode, verifyCouponCode
-
Constructor Details
-
DefaultTmaCouponService
-
-
Method Details
-
getAllCoupons
Description copied from interface:TmaCouponServiceRetrieves list ofSingleCodeCouponModel.- Specified by:
getAllCouponsin interfaceTmaCouponService- Parameters:
couponListContext- coupon list context object stores all attributes for pagination- Returns:
- the List of
SingleCodeCouponModel
-
getTmaCouponDao
-