Uses of Class
de.hybris.platform.commercefacades.voucher.data.VoucherData
Packages that use VoucherData
Package
Description
-
Uses of VoucherData in de.hybris.platform.commercefacades.voucher
Methods in de.hybris.platform.commercefacades.voucher that return VoucherDataModifier and TypeMethodDescriptionVoucherFacade.getVoucher(String voucherCode) Get voucher base on its codeMethods in de.hybris.platform.commercefacades.voucher that return types with arguments of type VoucherDataModifier and TypeMethodDescriptionVoucherFacade.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 VoucherDataModifier and TypeMethodDescriptionprotected 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 VoucherDataModifier and TypeMethodDescriptionprotected VoucherDataDefaultVoucherFacade.getSingleVouchersByCode(String voucherCode) Voucher cannot be redeemed Getting single voucherDefaultVoucherFacade.getVoucher(String voucherCode) Methods in de.hybris.platform.commercefacades.voucher.impl that return types with arguments of type VoucherDataModifier and TypeMethodDescriptionDefaultVoucherFacade.getVoucherConverter()DefaultVoucherFacade.getVouchersForCart()Method parameters in de.hybris.platform.commercefacades.voucher.impl with type arguments of type VoucherDataModifier and TypeMethodDescriptionvoidDefaultVoucherFacade.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 VoucherDataMethod parameters in de.hybris.platform.commercewebservices.core.voucher.data with type arguments of type VoucherData -
Uses of VoucherData in de.hybris.platform.couponfacades.converters.populator
Methods in de.hybris.platform.couponfacades.converters.populator with parameters of type VoucherDataModifier and TypeMethodDescriptionvoidCouponCodeToVoucherDataPopulator.populate(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 VoucherDataMethods in de.hybris.platform.couponfacades.facades.impl that return types with arguments of type VoucherDataModifier and TypeMethodDescriptionprotected AbstractPopulatingConverter<String,VoucherData> DefaultCouponFacade.getCouponCodeModelConverter()protected Converter<AbstractCouponModel,VoucherData> DefaultCouponFacade.getCouponModelConverter()protected List<VoucherData>DefaultCouponFacade.getCouponsForOrder(AbstractOrderModel order) DefaultCouponFacade.getVouchersForCart()Method parameters in de.hybris.platform.couponfacades.facades.impl with type arguments of type VoucherDataModifier and TypeMethodDescriptionvoidDefaultCouponFacade.setCouponCodeModelConverter(AbstractPopulatingConverter<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 VoucherDataModifier and TypeMethodDescriptionVouchersController.getVoucherByCode(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 VoucherDataMethod parameters in de.hybris.platform.ycommercewebservices.voucher.data with type arguments of type VoucherData