Uses of Class
de.hybris.platform.couponservices.model.SingleCodeCouponModel
Packages that use SingleCodeCouponModel
Package
Description
Contains generated models for each type of de.hybris.platform.timedaccesspromotionengineservices.jalo package.
-
Uses of SingleCodeCouponModel in de.hybris.platform.couponservices.dao
Methods in de.hybris.platform.couponservices.dao that return SingleCodeCouponModelModifier and TypeMethodDescriptionCouponDao.findSingleCodeCouponById(String couponId) Finds the SingleCodeCouponModel by its couponId. -
Uses of SingleCodeCouponModel in de.hybris.platform.couponservices.dao.impl
Methods in de.hybris.platform.couponservices.dao.impl that return SingleCodeCouponModel -
Uses of SingleCodeCouponModel in de.hybris.platform.couponservices.interceptor
Methods in de.hybris.platform.couponservices.interceptor with parameters of type SingleCodeCouponModelModifier and TypeMethodDescriptionvoidSingleCodeCouponValidateInterceptor.onValidate(SingleCodeCouponModel coupon, InterceptorContext ctx) protected voidSingleCodeCouponValidateInterceptor.validateMaxRedemptionsPerCustomer(SingleCodeCouponModel coupon) -
Uses of SingleCodeCouponModel in de.hybris.platform.couponservices.redemption.strategies.impl
Methods in de.hybris.platform.couponservices.redemption.strategies.impl with parameters of type SingleCodeCouponModelModifier and TypeMethodDescriptionprotected booleanDefaultSingleCodeCouponRedemptionStrategy.checkSingleCodeCouponRedeemable(SingleCodeCouponModel coupon) protected booleanDefaultSingleCodeCouponRedemptionStrategy.checkSingleCodeCouponRedeemableForUser(SingleCodeCouponModel coupon, UserModel user) booleanDefaultSingleCodeCouponRedemptionStrategy.isCouponRedeemable(SingleCodeCouponModel coupon, UserModel user, String couponCode) booleanDefaultSingleCodeCouponRedemptionStrategy.isRedeemable(SingleCodeCouponModel coupon, AbstractOrderModel abstractOrder, String couponCode) -
Uses of SingleCodeCouponModel in de.hybris.platform.couponwebservices.facades.impl
Methods in de.hybris.platform.couponwebservices.facades.impl that return SingleCodeCouponModelModifier and TypeMethodDescriptionprotected SingleCodeCouponModelDefaultSingleCodeCouponWsFacades.createCouponModel(SingleCodeCouponWsDTO couponDto) protected SingleCodeCouponModelDefaultSingleCodeCouponWsFacades.updateCouponModel(SingleCodeCouponWsDTO couponDto) Methods in de.hybris.platform.couponwebservices.facades.impl that return types with arguments of type SingleCodeCouponModelModifier and TypeMethodDescriptionprotected PaginatedGenericDao<SingleCodeCouponModel>DefaultSingleCodeCouponWsFacades.getCouponPaginatedGenericDao()protected Converter<SingleCodeCouponModel,CouponRedemptionWsDTO> DefaultCouponRedemptionWsFacade.getCouponRedemptionWsDTOConverter()protected PaginatedGenericDao<SingleCodeCouponModel>DefaultSingleCodeCouponWsFacades.getSingleCodeCouponPaginatedGenericDao()protected Converter<SingleCodeCouponModel,SingleCodeCouponWsDTO> DefaultSingleCodeCouponWsFacades.getSingleCodeCouponWsDTOConverter()Method parameters in de.hybris.platform.couponwebservices.facades.impl with type arguments of type SingleCodeCouponModelModifier and TypeMethodDescriptionvoidDefaultCouponRedemptionWsFacade.setCouponRedemptionWsDTOConverter(Converter<SingleCodeCouponModel, CouponRedemptionWsDTO> couponRedemptionWsDTOConverter) voidDefaultSingleCodeCouponWsFacades.setSingleCodeCouponPaginatedGenericDao(PaginatedGenericDao<SingleCodeCouponModel> singleCodeCouponPaginatedGenericDao) voidDefaultSingleCodeCouponWsFacades.setSingleCodeCouponWsDTOConverter(Converter<SingleCodeCouponModel, SingleCodeCouponWsDTO> singleCodeCouponWsDTOConverter) -
Uses of SingleCodeCouponModel in de.hybris.platform.couponwebservices.populators
Methods in de.hybris.platform.couponwebservices.populators with parameters of type SingleCodeCouponModelModifier and TypeMethodDescriptionprotected voidSingleCodeCouponWsPopulator.convertSingleCodeCoupon(SingleCodeCouponModel source, SingleCodeCouponWsDTO target) voidCouponRedemptionWsPopulator.populate(SingleCodeCouponModel source, CouponRedemptionWsDTO target) voidSingleCodeCouponWsPopulator.populate(SingleCodeCouponModel source, SingleCodeCouponWsDTO target) -
Uses of SingleCodeCouponModel in de.hybris.platform.timedaccesspromotionengineservices.model
Modifier and TypeClassDescriptionclassGenerated model class for type FlashBuyCoupon first defined at extension timedaccesspromotionengineservices.