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 void
CSACouponsModelProvider. 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 void
CSACouponDataPopulator. 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 void
CouponDataPopulator. populate(AbstractCouponModel source, CouponData target)
void
CouponModelToVoucherDataPopulator. 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 void
DefaultCouponDataFacade. setCouponConverter(Converter<AbstractCouponModel,CouponData> couponConverter)
void
DefaultCouponFacade. 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 CouponRAO
CouponRaoPopulator. 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 AbstractCouponModel
CouponDao. 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 AbstractCouponModel
DefaultCouponDao. 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 void
AbstractCouponValidateInterceptor. 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 class
MultiCodeCouponModel
Generated model class for type MultiCodeCoupon first defined at extension couponservices.class
SingleCodeCouponModel
Generated 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 AbstractCouponModel
CouponRedemptionModel. getCoupon()
Generated method - Getter of theCouponRedemption.coupon
attribute defined at extensioncouponservices
.Methods in de.hybris.platform.couponservices.model with parameters of type AbstractCouponModel Modifier and Type Method Description void
CouponRedemptionModel. setCoupon(AbstractCouponModel value)
Generated method - Setter ofCouponRedemption.coupon
attribute 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 interface
CouponRedemptionStrategy<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 AbstractCouponModel
CouponRuleParameterValueMapper. fromString(java.lang.String value)
protected AbstractCouponModel
CouponRuleParameterValueMapper. 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.String
CouponRuleParameterValueMapper. 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 providedcouponCode
without any validaton.java.util.Optional<AbstractCouponModel>
FindCouponStrategy. findValidatedCouponForCouponCode(java.lang.String couponCode)
Find the coupon for the providedcouponCode
with 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 boolean
AbstractFindCouponStrategy. isActive(AbstractCouponModel coupon)
protected boolean
AbstractFindCouponStrategy. 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 class
AbstractCouponWsFacades<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 ofSearchPageData
protected <S extends AbstractCouponModel>
SearchPageData<D>AbstractCouponWsFacades. convertSearchPageData(SearchPageData<S> source)
Converts the result ofSearchPageData
Methods in de.hybris.platform.couponwebservices.facades.impl with parameters of type AbstractCouponModel Modifier and Type Method Description protected abstract void
AbstractCouponWsFacades. assertCouponModelType(AbstractCouponModel couponModel, java.lang.String couponId)
protected void
DefaultMultiCodeCouponWsFacades. assertCouponModelType(AbstractCouponModel couponModel, java.lang.String couponId)
protected void
DefaultSingleCodeCouponWsFacades. assertCouponModelType(AbstractCouponModel couponModel, java.lang.String couponId)
protected void
AbstractCouponWsFacades. assertCouponNotActive(AbstractCouponModel couponModel, java.lang.String message)
protected void
DefaultCouponRedemptionWsFacade. 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 AbstractCouponModel
CouponWsUtils. 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 void
CouponWsUtils. assertValidMultiCodeCoupon(AbstractCouponModel couponModel, java.lang.String couponId)
Given the couponModel and couponId string, checks for instance of MultiCode Coupon, otherwise throws exceptionvoid
CouponWsUtils. 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 void
CustomerCouponValidateInterceptor. onValidate(AbstractCouponModel coupon, InterceptorContext ctx)
Method parameters in de.hybris.platform.customercouponservices.interceptor with type arguments of type AbstractCouponModel Modifier and Type Method Description void
CustomerCouponValidateProcessor. 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 class
CustomerCouponModel
Generated 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 class
FlashBuyCouponModel
Generated model class for type FlashBuyCoupon first defined at extension timedaccesspromotionengineservices.
-