Uses of Class
de.hybris.platform.commercefacades.voucher.data.VoucherData
-
-
Uses of VoucherData in de.hybris.platform.commercefacades.voucher
Methods in de.hybris.platform.commercefacades.voucher that return VoucherData Modifier and Type Method Description VoucherDataVoucherFacade. getVoucher(java.lang.String voucherCode)Get voucher base on its codeMethods in de.hybris.platform.commercefacades.voucher that return types with arguments of type VoucherData Modifier and Type Method Description java.util.List<VoucherData>VoucherFacade. getVouchersForCart()Get vouchers applied for current session cart -
Uses of VoucherData in de.hybris.platform.commercefacades.voucher.converters.populator
Methods in de.hybris.platform.commercefacades.voucher.converters.populator with parameters of type VoucherData Modifier and Type Method Description protected VoucherModelVoucherAppliedValuePopulator. findVoucherModel(VoucherData voucherData)voidVoucherAppliedValuePopulator. populate(AbstractOrderModel source, VoucherData target)voidVoucherPopulator. populate(VoucherModel source, VoucherData target) -
Uses of VoucherData in de.hybris.platform.commercefacades.voucher.impl
Methods in de.hybris.platform.commercefacades.voucher.impl that return VoucherData Modifier and Type Method Description protected VoucherDataDefaultVoucherFacade. getSingleVouchersByCode(java.lang.String voucherCode)Voucher cannot be redeemed Getting single voucherVoucherDataDefaultVoucherFacade. getVoucher(java.lang.String voucherCode)Methods in de.hybris.platform.commercefacades.voucher.impl that return types with arguments of type VoucherData Modifier and Type Method Description Converter<VoucherModel,VoucherData>DefaultVoucherFacade. getVoucherConverter()java.util.List<VoucherData>DefaultVoucherFacade. getVouchersForCart()Method parameters in de.hybris.platform.commercefacades.voucher.impl with type arguments of type VoucherData Modifier and Type Method Description voidDefaultVoucherFacade. setVoucherConverter(Converter<VoucherModel,VoucherData> voucherConverter) -
Uses of VoucherData in de.hybris.platform.commercewebservices.core.voucher.data
Methods in de.hybris.platform.commercewebservices.core.voucher.data that return types with arguments of type VoucherData Modifier and Type Method Description java.util.List<VoucherData>VoucherDataList. getVouchers()Method parameters in de.hybris.platform.commercewebservices.core.voucher.data with type arguments of type VoucherData Modifier and Type Method Description voidVoucherDataList. setVouchers(java.util.List<VoucherData> vouchers) -
Uses of VoucherData in de.hybris.platform.couponfacades.converters.populator
Methods in de.hybris.platform.couponfacades.converters.populator with parameters of type VoucherData Modifier and Type Method Description voidCouponCodeToVoucherDataPopulator. populate(java.lang.String source, VoucherData target)voidCouponModelToVoucherDataPopulator. populate(AbstractCouponModel source, VoucherData target) -
Uses of VoucherData in de.hybris.platform.couponfacades.facades.impl
Methods in de.hybris.platform.couponfacades.facades.impl that return VoucherData Modifier and Type Method Description VoucherDataDefaultCouponFacade. getVoucher(java.lang.String voucherCode)Methods in de.hybris.platform.couponfacades.facades.impl that return types with arguments of type VoucherData Modifier and Type Method Description protected AbstractPopulatingConverter<java.lang.String,VoucherData>DefaultCouponFacade. getCouponCodeModelConverter()protected Converter<AbstractCouponModel,VoucherData>DefaultCouponFacade. getCouponModelConverter()protected java.util.List<VoucherData>DefaultCouponFacade. getCouponsForOrder(AbstractOrderModel order)java.util.List<VoucherData>DefaultCouponFacade. getVouchersForCart()Method parameters in de.hybris.platform.couponfacades.facades.impl with type arguments of type VoucherData Modifier and Type Method Description voidDefaultCouponFacade. setCouponCodeModelConverter(AbstractPopulatingConverter<java.lang.String,VoucherData> couponCodeModelConverter)voidDefaultCouponFacade. setCouponModelConverter(Converter<AbstractCouponModel,VoucherData> couponModelConverter) -
Uses of VoucherData in de.hybris.platform.ycommercewebservices.v1.controller
Methods in de.hybris.platform.ycommercewebservices.v1.controller that return VoucherData Modifier and Type Method Description VoucherDataVouchersController. getVoucherByCode(java.lang.String code)Web service for getting voucher information by voucher code.
Sample call: https://localhost:9002/rest/v1/mysite/vouchers/abc-9PSW-EDH2-RXKA
This method requires authentication.
Method type :GET.
Method is restricted forHTTPSchannel. -
Uses of VoucherData in de.hybris.platform.ycommercewebservices.voucher.data
Methods in de.hybris.platform.ycommercewebservices.voucher.data that return types with arguments of type VoucherData Modifier and Type Method Description java.util.List<VoucherData>VoucherDataList. getVouchers()Method parameters in de.hybris.platform.ycommercewebservices.voucher.data with type arguments of type VoucherData Modifier and Type Method Description voidVoucherDataList. setVouchers(java.util.List<VoucherData> vouchers)
-