Uses of Class
de.hybris.platform.couponservices.model.AbstractCouponModel
Packages that use AbstractCouponModel
Package
Description
Contains generated models for each type of de.hybris.platform.couponservices.jalo package.
Contains generated models for each type of de.hybris.platform.customercouponservices.jalo package.
Contains generated models for each type of de.hybris.platform.timedaccesspromotionengineservices.jalo package.
-
Uses of AbstractCouponModel in de.hybris.platform.assistedservicepromotionfacades
Methods in de.hybris.platform.assistedservicepromotionfacades that return types with arguments of type AbstractCouponModelModifier and TypeMethodDescriptionAssistedServicePromotionFacade.getCSACoupons(String couponCodeLike) returns Coupons -
Uses of AbstractCouponModel in de.hybris.platform.assistedservicepromotionfacades.data.provider
Methods in de.hybris.platform.assistedservicepromotionfacades.data.provider that return types with arguments of type AbstractCouponModelModifier and TypeMethodDescriptionprotected Converter<AbstractCouponModel,CSACouponData> CSACouponsModelProvider.getCsaCouponDataConverter()Method parameters in de.hybris.platform.assistedservicepromotionfacades.data.provider with type arguments of type AbstractCouponModelModifier and TypeMethodDescriptionvoidCSACouponsModelProvider.setCsaCouponDataConverter(Converter<AbstractCouponModel, CSACouponData> csaCouponDataConverter) -
Uses of AbstractCouponModel in de.hybris.platform.assistedservicepromotionfacades.impl
Methods in de.hybris.platform.assistedservicepromotionfacades.impl that return types with arguments of type AbstractCouponModelModifier and TypeMethodDescriptionDefaultAssistedServicePromotionFacade.getCSACoupons(String couponCodeLike) -
Uses of AbstractCouponModel in de.hybris.platform.assistedservicepromotionfacades.populator
Methods in de.hybris.platform.assistedservicepromotionfacades.populator with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionvoidCSACouponDataPopulator.populate(AbstractCouponModel source, CSACouponData target) -
Uses of AbstractCouponModel in de.hybris.platform.couponfacades.converters.populator
Methods in de.hybris.platform.couponfacades.converters.populator with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionvoidCouponDataPopulator.populate(AbstractCouponModel source, CouponData target) voidCouponModelToVoucherDataPopulator.populate(AbstractCouponModel source, VoucherData target) -
Uses of AbstractCouponModel in de.hybris.platform.couponfacades.facades.impl
Methods in de.hybris.platform.couponfacades.facades.impl that return types with arguments of type AbstractCouponModelModifier and TypeMethodDescriptionprotected Converter<AbstractCouponModel,CouponData> DefaultCouponDataFacade.getCouponConverter()protected Converter<AbstractCouponModel,VoucherData> DefaultCouponFacade.getCouponModelConverter()Method parameters in de.hybris.platform.couponfacades.facades.impl with type arguments of type AbstractCouponModelModifier and TypeMethodDescriptionvoidDefaultCouponDataFacade.setCouponConverter(Converter<AbstractCouponModel, CouponData> couponConverter) voidDefaultCouponFacade.setCouponModelConverter(Converter<AbstractCouponModel, VoucherData> couponModelConverter) -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.converters.populator
Methods in de.hybris.platform.couponservices.converters.populator with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionprotected CouponRAOCouponRaoPopulator.toCouponRAO(AbstractCouponModel couponModel) -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.dao
Methods in de.hybris.platform.couponservices.dao that return AbstractCouponModelModifier and TypeMethodDescriptionCouponDao.findCouponById(String couponId) Finds the AbstractCouponModel by its couponId. -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.dao.impl
Methods in de.hybris.platform.couponservices.dao.impl that return AbstractCouponModel -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.interceptor
Methods in de.hybris.platform.couponservices.interceptor with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionvoidAbstractCouponValidateInterceptor.onValidate(AbstractCouponModel coupon, InterceptorContext ctx) -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.model
Subclasses of AbstractCouponModel in de.hybris.platform.couponservices.modelModifier and TypeClassDescriptionclassGenerated model class for type MultiCodeCoupon first defined at extension couponservices.classGenerated model class for type SingleCodeCoupon first defined at extension couponservices.Methods in de.hybris.platform.couponservices.model that return AbstractCouponModelModifier and TypeMethodDescriptionCouponRedemptionModel.getCoupon()Generated method - Getter of theCouponRedemption.couponattribute defined at extensioncouponservices.Methods in de.hybris.platform.couponservices.model with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionvoidCouponRedemptionModel.setCoupon(AbstractCouponModel value) Generated method - Setter ofCouponRedemption.couponattribute defined at extensioncouponservices.Constructors in de.hybris.platform.couponservices.model with parameters of type AbstractCouponModelModifierConstructorDescriptionCouponRedemptionModel(AbstractCouponModel _coupon, String _couponCode) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCouponRedemptionModel(AbstractCouponModel _coupon, String _couponCode, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.redemption.strategies
Classes in de.hybris.platform.couponservices.redemption.strategies with type parameters of type AbstractCouponModelModifier and TypeInterfaceDescriptioninterfaceCouponRedemptionStrategy<T extends AbstractCouponModel>The strategy interface provides methods for checking the coupon capability of being redeemed. -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.rule.strategies.impl.mappers
Methods in de.hybris.platform.couponservices.rule.strategies.impl.mappers that return AbstractCouponModelModifier and TypeMethodDescriptionCouponRuleParameterValueMapper.fromString(String value) protected AbstractCouponModelCouponRuleParameterValueMapper.getCouponById(String couponId) Methods in de.hybris.platform.couponservices.rule.strategies.impl.mappers with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionCouponRuleParameterValueMapper.toString(AbstractCouponModel value) -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.services
Methods in de.hybris.platform.couponservices.services that return types with arguments of type AbstractCouponModelModifier and TypeMethodDescriptionCouponManagementService.getCouponForCode(String couponCode) Returns Coupon Model object for a given coupon code without validationCouponService.getCouponForCode(String couponCode) Returns Coupon Model object for a given coupon codeCouponManagementService.getValidatedCouponForCode(String couponCode) Returns Coupon Model object for a given coupon code with validationCouponService.getValidatedCouponForCode(String couponCode) Returns Coupon Model object for a given coupon code with validation -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.services.impl
Methods in de.hybris.platform.couponservices.services.impl that return types with arguments of type AbstractCouponModelModifier and TypeMethodDescriptionprotected Optional<AbstractCouponModel>DefaultCouponManagementService.checkCouponRedeemability(AbstractCouponModel coupon, UserModel user, String couponCode) protected Optional<AbstractCouponModel>DefaultCouponManagementService.checkRedeemability(AbstractCouponModel coupon, AbstractOrderModel order, String couponCode) protected Optional<AbstractCouponModel>DefaultCouponManagementService.findCoupon(String couponCode, AbstractOrderModel order) protected Optional<AbstractCouponModel>DefaultCouponManagementService.findValidatedCoupon(String couponCode, UserModel user) DefaultCouponManagementService.getCouponForCode(String couponCode) protected Optional<AbstractCouponModel>DefaultCouponManagementService.getCouponForCode(String couponCode, Function<FindCouponStrategy, Optional<AbstractCouponModel>> findCouponFunction) DefaultCouponService.getCouponForCode(String couponCode) DefaultCouponManagementService.getValidatedCouponForCode(String couponCode) DefaultCouponService.getValidatedCouponForCode(String couponCode) Methods in de.hybris.platform.couponservices.services.impl with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionprotected Optional<AbstractCouponModel>DefaultCouponManagementService.checkCouponRedeemability(AbstractCouponModel coupon, UserModel user, String couponCode) DefaultCouponService.checkMatch(AbstractCouponModel coupon, String couponCode) protected Optional<AbstractCouponModel>DefaultCouponManagementService.checkRedeemability(AbstractCouponModel coupon, AbstractOrderModel order, String couponCode) Method parameters in de.hybris.platform.couponservices.services.impl with type arguments of type AbstractCouponModelModifier and TypeMethodDescriptionprotected Optional<AbstractCouponModel>DefaultCouponManagementService.getCouponForCode(String couponCode, Function<FindCouponStrategy, Optional<AbstractCouponModel>> findCouponFunction) -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.strategies
Methods in de.hybris.platform.couponservices.strategies that return types with arguments of type AbstractCouponModelModifier and TypeMethodDescriptionFindCouponStrategy.findCouponForCouponCode(String couponCode) Find the coupon for the providedcouponCodewithout any validaton.FindCouponStrategy.findValidatedCouponForCouponCode(String couponCode) Find the coupon for the providedcouponCodewith the validation of the coupon throws CouponServiceException if the coupon Code is not active or not within the date range. -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.strategies.impl
Methods in de.hybris.platform.couponservices.strategies.impl that return types with arguments of type AbstractCouponModelModifier and TypeMethodDescriptionprotected Optional<AbstractCouponModel>AbstractFindCouponStrategy.couponValidation(AbstractCouponModel coupon) protected Optional<AbstractCouponModel>DefaultFindMultiCodeCouponStrategy.couponValidation(AbstractCouponModel coupon) protected Optional<AbstractCouponModel>DefaultFindSingleCodeCouponStrategy.couponValidation(AbstractCouponModel coupon) AbstractFindCouponStrategy.findCouponForCouponCode(String couponCode) AbstractFindCouponStrategy.findValidatedCouponForCouponCode(String couponCode) protected Optional<AbstractCouponModel>AbstractFindCouponStrategy.getCouponByCode(String couponCode) Methods in de.hybris.platform.couponservices.strategies.impl with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionprotected Optional<AbstractCouponModel>AbstractFindCouponStrategy.couponValidation(AbstractCouponModel coupon) protected Optional<AbstractCouponModel>DefaultFindMultiCodeCouponStrategy.couponValidation(AbstractCouponModel coupon) protected Optional<AbstractCouponModel>DefaultFindSingleCodeCouponStrategy.couponValidation(AbstractCouponModel coupon) protected booleanAbstractFindCouponStrategy.isActive(AbstractCouponModel coupon) protected booleanAbstractFindCouponStrategy.isCouponUsedInPromotion(AbstractCouponModel coupon) protected booleanAbstractFindCouponStrategy.isWithinDateRange(AbstractCouponModel coupon) -
Uses of AbstractCouponModel in de.hybris.platform.couponwebservices.facades.impl
Classes in de.hybris.platform.couponwebservices.facades.impl with type parameters of type AbstractCouponModelModifier and TypeClassDescriptionclassAbstractCouponWsFacades<D extends AbstractCouponWsDTO,M extends AbstractCouponModel> Abstract implementation of CouponWsFacades interfaceMethods in de.hybris.platform.couponwebservices.facades.impl with type parameters of type AbstractCouponModelModifier and TypeMethodDescriptionprotected <S extends AbstractCouponModel>
SearchPageData<D>AbstractCouponWsFacades.convertSearchPageData(SearchPageData<S> source) Converts the result ofSearchPageDataprotected <S extends AbstractCouponModel>
SearchPageData<D>AbstractCouponWsFacades.convertSearchPageData(SearchPageData<S> source) Converts the result ofSearchPageDataMethods in de.hybris.platform.couponwebservices.facades.impl with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionprotected abstract voidAbstractCouponWsFacades.assertCouponModelType(AbstractCouponModel couponModel, String couponId) protected voidDefaultMultiCodeCouponWsFacades.assertCouponModelType(AbstractCouponModel couponModel, String couponId) protected voidDefaultSingleCodeCouponWsFacades.assertCouponModelType(AbstractCouponModel couponModel, String couponId) protected voidAbstractCouponWsFacades.assertCouponNotActive(AbstractCouponModel couponModel, String message) protected voidDefaultCouponRedemptionWsFacade.assertSingleCodeCoupon(AbstractCouponModel couponModel, String couponId) AbstractCouponWsFacades.convert(AbstractCouponModel couponModel) protected Optional<MultiCodeCouponWsDTO>DefaultMultiCodeCouponWsFacades.convert(AbstractCouponModel couponModel) protected Optional<SingleCodeCouponWsDTO>DefaultSingleCodeCouponWsFacades.convert(AbstractCouponModel couponModel) -
Uses of AbstractCouponModel in de.hybris.platform.couponwebservices.util
Methods in de.hybris.platform.couponwebservices.util that return AbstractCouponModelModifier and TypeMethodDescriptionCouponWsUtils.getCouponById(String couponId) Given the couponId string, checks for instance of Coupon, otherwise throws exceptionMethods in de.hybris.platform.couponwebservices.util with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionvoidCouponWsUtils.assertValidMultiCodeCoupon(AbstractCouponModel couponModel, String couponId) Given the couponModel and couponId string, checks for instance of MultiCode Coupon, otherwise throws exceptionvoidCouponWsUtils.assertValidSingleCodeCoupon(AbstractCouponModel couponModel, String couponId) Given the couponModel and couponId string, checks for instance of SingleCode Coupon, otherwise throws exception -
Uses of AbstractCouponModel in de.hybris.platform.customercouponservices.interceptor
Methods in de.hybris.platform.customercouponservices.interceptor that return types with arguments of type AbstractCouponModelModifier and TypeMethodDescriptionprotected ValidateInterceptor<AbstractCouponModel>CustomerCouponValidateProcessor.getCouponValidateInterceptor()Methods in de.hybris.platform.customercouponservices.interceptor with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionvoidCustomerCouponValidateInterceptor.onValidate(AbstractCouponModel coupon, InterceptorContext ctx) Method parameters in de.hybris.platform.customercouponservices.interceptor with type arguments of type AbstractCouponModelModifier and TypeMethodDescriptionvoidCustomerCouponValidateProcessor.setCouponValidateInterceptor(ValidateInterceptor<AbstractCouponModel> couponValidateInterceptor) -
Uses of AbstractCouponModel in de.hybris.platform.customercouponservices.model
Subclasses of AbstractCouponModel in de.hybris.platform.customercouponservices.modelModifier and TypeClassDescriptionclassGenerated model class for type CustomerCoupon first defined at extension customercouponservices. -
Uses of AbstractCouponModel in de.hybris.platform.customercouponservices.strategies.impl
Methods in de.hybris.platform.customercouponservices.strategies.impl that return types with arguments of type AbstractCouponModelModifier and TypeMethodDescriptionprotected Optional<AbstractCouponModel>DefaultFindCustomerCouponStrategy.couponValidation(AbstractCouponModel coupon) Methods in de.hybris.platform.customercouponservices.strategies.impl with parameters of type AbstractCouponModelModifier and TypeMethodDescriptionprotected Optional<AbstractCouponModel>DefaultFindCustomerCouponStrategy.couponValidation(AbstractCouponModel coupon) -
Uses of AbstractCouponModel in de.hybris.platform.timedaccesspromotionengineservices.model
Modifier and TypeClassDescriptionclassGenerated model class for type FlashBuyCoupon first defined at extension timedaccesspromotionengineservices.