Uses of Class
de.hybris.platform.couponservices.model.CouponRedemptionModel
Packages that use CouponRedemptionModel
Package
Description
-
Uses of CouponRedemptionModel in de.hybris.platform.couponservices.dao
Methods in de.hybris.platform.couponservices.dao that return types with arguments of type CouponRedemptionModelModifier and TypeMethodDescriptionCouponRedemptionDao.findCouponRedemptionsByCode(String couponCode) Finds the List of CouponRedemptionModel by its couponCode.CouponRedemptionDao.findCouponRedemptionsByCodeAndOrder(String couponCode, AbstractOrderModel abstractOrder) Finds the List of CouponRedemptionModel by its couponCode and abstractOrder.CouponRedemptionDao.findCouponRedemptionsByCodeAndUser(String couponCode, UserModel user) Finds the List of CouponRedemptionModel by its couponCode and user.CouponRedemptionDao.findCouponRedemptionsByCodeOrderAndUser(String couponCode, AbstractOrderModel abstractOrder, UserModel user) Finds the List of CouponRedemptionModel by its couponCode. -
Uses of CouponRedemptionModel in de.hybris.platform.couponservices.dao.impl
Methods in de.hybris.platform.couponservices.dao.impl that return types with arguments of type CouponRedemptionModelModifier and TypeMethodDescriptionDefaultCouponRedemptionDao.findCouponRedemptionsByCode(String couponCode) DefaultCouponRedemptionDao.findCouponRedemptionsByCodeAndOrder(String couponCode, AbstractOrderModel abstractOrder) DefaultCouponRedemptionDao.findCouponRedemptionsByCodeAndUser(String couponCode, UserModel user) DefaultCouponRedemptionDao.findCouponRedemptionsByCodeOrderAndUser(String couponCode, AbstractOrderModel abstractOrder, UserModel user) -
Uses of CouponRedemptionModel in de.hybris.platform.couponwebservices.facades.impl
Methods in de.hybris.platform.couponwebservices.facades.impl with parameters of type CouponRedemptionModelModifier and TypeMethodDescriptionprotected CouponRedemptionWsDTODefaultCouponRedemptionWsFacade.populateCouponRedemptionWsDTO(CouponRedemptionModel redemptionModel)