Uses of Class
de.hybris.platform.couponservices.model.AbstractCouponModel
-
-
Uses of AbstractCouponModel in de.hybris.platform.assistedservicepromotionfacades
Methods in de.hybris.platform.assistedservicepromotionfacades that return types with arguments of type AbstractCouponModel Modifier and Type Method Description java.util.List<AbstractCouponModel>AssistedServicePromotionFacade. getCSACoupons(java.lang.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 AbstractCouponModel Modifier and Type Method Description protected Converter<AbstractCouponModel,CSACouponData>CSACouponsModelProvider. getCsaCouponDataConverter()Method parameters in de.hybris.platform.assistedservicepromotionfacades.data.provider with type arguments of type AbstractCouponModel Modifier and Type Method Description voidCSACouponsModelProvider. 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 AbstractCouponModel Modifier and Type Method Description java.util.List<AbstractCouponModel>DefaultAssistedServicePromotionFacade. getCSACoupons(java.lang.String couponCodeLike) -
Uses of AbstractCouponModel in de.hybris.platform.assistedservicepromotionfacades.populator
Methods in de.hybris.platform.assistedservicepromotionfacades.populator with parameters of type AbstractCouponModel Modifier and Type Method Description voidCSACouponDataPopulator. 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 AbstractCouponModel Modifier and Type Method Description voidCouponDataPopulator. 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 AbstractCouponModel Modifier and Type Method Description protected 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 AbstractCouponModel Modifier and Type Method Description voidDefaultCouponDataFacade. 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 AbstractCouponModel Modifier and Type Method Description protected CouponRAOCouponRaoPopulator. toCouponRAO(AbstractCouponModel couponModel) -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.dao
Methods in de.hybris.platform.couponservices.dao that return AbstractCouponModel Modifier and Type Method Description AbstractCouponModelCouponDao. findCouponById(java.lang.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 Modifier and Type Method Description AbstractCouponModelDefaultCouponDao. findCouponById(java.lang.String couponId) -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.interceptor
Methods in de.hybris.platform.couponservices.interceptor with parameters of type AbstractCouponModel Modifier and Type Method Description voidAbstractCouponValidateInterceptor. onValidate(AbstractCouponModel coupon, InterceptorContext ctx) -
Uses of AbstractCouponModel in de.hybris.platform.couponservices.model
Subclasses of AbstractCouponModel in de.hybris.platform.couponservices.model Modifier and Type Class Description classMultiCodeCouponModelGenerated model class for type MultiCodeCoupon first defined at extension couponservices.classSingleCodeCouponModelGenerated model class for type SingleCodeCoupon first defined at extension couponservices.Methods in de.hybris.platform.couponservices.model that return AbstractCouponModel Modifier and Type Method Description AbstractCouponModelCouponRedemptionModel. getCoupon()Generated method - Getter of theCouponRedemption.couponattribute defined at extensioncouponservices.Methods in de.hybris.platform.couponservices.model with parameters of type AbstractCouponModel Modifier and Type Method Description voidCouponRedemptionModel. setCoupon(AbstractCouponModel value)Generated method - Setter ofCouponRedemption.couponattribute defined at extensioncouponservices.Constructors in de.hybris.platform.couponservices.model with parameters of type AbstractCouponModel Constructor Description CouponRedemptionModel(AbstractCouponModel _coupon, java.lang.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, java.lang.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 AbstractCouponModel Modifier and Type Interface Description interfaceCouponRedemptionStrategy<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 AbstractCouponModel Modifier and Type Method Description AbstractCouponModelCouponRuleParameterValueMapper. fromString(java.lang.String value)protected AbstractCouponModelCouponRuleParameterValueMapper. getCouponById(java.lang.String couponId)Methods in de.hybris.platform.couponservices.rule.strategies.impl.mappers with parameters of type AbstractCouponModel Modifier and Type Method Description java.lang.StringCouponRuleParameterValueMapper. 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 AbstractCouponModel Modifier and Type Method Description java.util.Optional<AbstractCouponModel>CouponManagementService. getCouponForCode(java.lang.String couponCode)Returns Coupon Model object for a given coupon code without validationjava.util.Optional<AbstractCouponModel>CouponService. getCouponForCode(java.lang.String couponCode)Returns Coupon Model object for a given coupon codejava.util.Optional<AbstractCouponModel>CouponManagementService. getValidatedCouponForCode(java.lang.String couponCode)Returns Coupon Model object for a given coupon code with validationjava.util.Optional<AbstractCouponModel>CouponService. getValidatedCouponForCode(java.lang.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 AbstractCouponModel Modifier and Type Method Description protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. checkCouponRedeemability(AbstractCouponModel coupon, UserModel user, java.lang.String couponCode)protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. checkRedeemability(AbstractCouponModel coupon, AbstractOrderModel order, java.lang.String couponCode)protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. findCoupon(java.lang.String couponCode, AbstractOrderModel order)protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. findValidatedCoupon(java.lang.String couponCode, UserModel user)java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. getCouponForCode(java.lang.String couponCode)protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. getCouponForCode(java.lang.String couponCode, java.util.function.Function<FindCouponStrategy,java.util.Optional<AbstractCouponModel>> findCouponFunction)java.util.Optional<AbstractCouponModel>DefaultCouponService. getCouponForCode(java.lang.String couponCode)java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. getValidatedCouponForCode(java.lang.String couponCode)java.util.Optional<AbstractCouponModel>DefaultCouponService. getValidatedCouponForCode(java.lang.String couponCode)Methods in de.hybris.platform.couponservices.services.impl with parameters of type AbstractCouponModel Modifier and Type Method Description protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. checkCouponRedeemability(AbstractCouponModel coupon, UserModel user, java.lang.String couponCode)protected java.util.function.Predicate<java.lang.String>DefaultCouponService. checkMatch(AbstractCouponModel coupon, java.lang.String couponCode)protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. checkRedeemability(AbstractCouponModel coupon, AbstractOrderModel order, java.lang.String couponCode)Method parameters in de.hybris.platform.couponservices.services.impl with type arguments of type AbstractCouponModel Modifier and Type Method Description protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. getCouponForCode(java.lang.String couponCode, java.util.function.Function<FindCouponStrategy,java.util.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 AbstractCouponModel Modifier and Type Method Description java.util.Optional<AbstractCouponModel>FindCouponStrategy. findCouponForCouponCode(java.lang.String couponCode)Find the coupon for the providedcouponCodewithout any validaton.java.util.Optional<AbstractCouponModel>FindCouponStrategy. findValidatedCouponForCouponCode(java.lang.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 AbstractCouponModel Modifier and Type Method Description protected java.util.Optional<AbstractCouponModel>AbstractFindCouponStrategy. couponValidation(AbstractCouponModel coupon)protected java.util.Optional<AbstractCouponModel>DefaultFindMultiCodeCouponStrategy. couponValidation(AbstractCouponModel coupon)protected java.util.Optional<AbstractCouponModel>DefaultFindSingleCodeCouponStrategy. couponValidation(AbstractCouponModel coupon)java.util.Optional<AbstractCouponModel>AbstractFindCouponStrategy. findCouponForCouponCode(java.lang.String couponCode)java.util.Optional<AbstractCouponModel>AbstractFindCouponStrategy. findValidatedCouponForCouponCode(java.lang.String couponCode)protected java.util.Optional<AbstractCouponModel>AbstractFindCouponStrategy. getCouponByCode(java.lang.String couponCode)Methods in de.hybris.platform.couponservices.strategies.impl with parameters of type AbstractCouponModel Modifier and Type Method Description protected java.util.Optional<AbstractCouponModel>AbstractFindCouponStrategy. couponValidation(AbstractCouponModel coupon)protected java.util.Optional<AbstractCouponModel>DefaultFindMultiCodeCouponStrategy. couponValidation(AbstractCouponModel coupon)protected java.util.Optional<AbstractCouponModel>DefaultFindSingleCodeCouponStrategy. couponValidation(AbstractCouponModel coupon)protected booleanAbstractFindCouponStrategy. isActive(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 AbstractCouponModel Modifier and Type Class Description classAbstractCouponWsFacades<D extends AbstractCouponWsDTO,M extends AbstractCouponModel>Abstract implementation of CouponWsFacades interfaceMethods in de.hybris.platform.couponwebservices.facades.impl with type parameters of type AbstractCouponModel Modifier and Type Method Description protected <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 AbstractCouponModel Modifier and Type Method Description protected abstract voidAbstractCouponWsFacades. assertCouponModelType(AbstractCouponModel couponModel, java.lang.String couponId)protected voidDefaultMultiCodeCouponWsFacades. assertCouponModelType(AbstractCouponModel couponModel, java.lang.String couponId)protected voidDefaultSingleCodeCouponWsFacades. assertCouponModelType(AbstractCouponModel couponModel, java.lang.String couponId)protected voidAbstractCouponWsFacades. assertCouponNotActive(AbstractCouponModel couponModel, java.lang.String message)protected voidDefaultCouponRedemptionWsFacade. assertSingleCodeCoupon(AbstractCouponModel couponModel, java.lang.String couponId)protected abstract java.util.Optional<D>AbstractCouponWsFacades. convert(AbstractCouponModel couponModel)protected java.util.Optional<MultiCodeCouponWsDTO>DefaultMultiCodeCouponWsFacades. convert(AbstractCouponModel couponModel)protected java.util.Optional<SingleCodeCouponWsDTO>DefaultSingleCodeCouponWsFacades. convert(AbstractCouponModel couponModel) -
Uses of AbstractCouponModel in de.hybris.platform.couponwebservices.util
Methods in de.hybris.platform.couponwebservices.util that return AbstractCouponModel Modifier and Type Method Description AbstractCouponModelCouponWsUtils. getCouponById(java.lang.String couponId)Given the couponId string, checks for instance of Coupon, otherwise throws exceptionMethods in de.hybris.platform.couponwebservices.util with parameters of type AbstractCouponModel Modifier and Type Method Description voidCouponWsUtils. assertValidMultiCodeCoupon(AbstractCouponModel couponModel, java.lang.String couponId)Given the couponModel and couponId string, checks for instance of MultiCode Coupon, otherwise throws exceptionvoidCouponWsUtils. assertValidSingleCodeCoupon(AbstractCouponModel couponModel, java.lang.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 AbstractCouponModel Modifier and Type Method Description protected ValidateInterceptor<AbstractCouponModel>CustomerCouponValidateProcessor. getCouponValidateInterceptor()Methods in de.hybris.platform.customercouponservices.interceptor with parameters of type AbstractCouponModel Modifier and Type Method Description voidCustomerCouponValidateInterceptor. onValidate(AbstractCouponModel coupon, InterceptorContext ctx)Method parameters in de.hybris.platform.customercouponservices.interceptor with type arguments of type AbstractCouponModel Modifier and Type Method Description voidCustomerCouponValidateProcessor. setCouponValidateInterceptor(ValidateInterceptor<AbstractCouponModel> couponValidateInterceptor) -
Uses of AbstractCouponModel in de.hybris.platform.customercouponservices.model
Subclasses of AbstractCouponModel in de.hybris.platform.customercouponservices.model Modifier and Type Class Description classCustomerCouponModelGenerated 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 AbstractCouponModel Modifier and Type Method Description protected java.util.Optional<AbstractCouponModel>DefaultFindCustomerCouponStrategy. couponValidation(AbstractCouponModel coupon)Methods in de.hybris.platform.customercouponservices.strategies.impl with parameters of type AbstractCouponModel Modifier and Type Method Description protected java.util.Optional<AbstractCouponModel>DefaultFindCustomerCouponStrategy. couponValidation(AbstractCouponModel coupon) -
Uses of AbstractCouponModel in de.hybris.platform.timedaccesspromotionengineservices.model
Subclasses of AbstractCouponModel in de.hybris.platform.timedaccesspromotionengineservices.model Modifier and Type Class Description classFlashBuyCouponModelGenerated model class for type FlashBuyCoupon first defined at extension timedaccesspromotionengineservices.
-