Uses of Class
de.hybris.platform.b2ctelcofacades.data.TmaVoucherData
Packages that use TmaVoucherData
Package
Description
-
Uses of TmaVoucherData in de.hybris.platform.b2ctelcofacades.voucher
Methods in de.hybris.platform.b2ctelcofacades.voucher that return TmaVoucherDataModifier and TypeMethodDescriptionTmaVoucherFacade.createCoupon(TmaVoucherData voucherData) Creates a newSingleCodeCouponModelwith details given in voucherData.TmaVoucherFacade.createVoucher(TmaVoucherData voucherData, Date startDate, Date endDate) Deprecated.since 2302 - use createCoupon method insteadTmaVoucherFacade.getVoucherPaymentInfo(String id) Retrieves the specific voucher payment method for the provided userId.Methods in de.hybris.platform.b2ctelcofacades.voucher that return types with arguments of type TmaVoucherDataModifier and TypeMethodDescriptionTmaVoucherFacade.getAllCoupons(TmaCouponListContextData tmaCouponListContextData) Retrieves list ofTmaVoucherData.Methods in de.hybris.platform.b2ctelcofacades.voucher with parameters of type TmaVoucherDataModifier and TypeMethodDescriptionTmaVoucherFacade.createCoupon(TmaVoucherData voucherData) Creates a newSingleCodeCouponModelwith details given in voucherData.TmaVoucherFacade.createVoucher(TmaVoucherData voucherData, Date startDate, Date endDate) Deprecated.since 2302 - use createCoupon method instead -
Uses of TmaVoucherData in de.hybris.platform.b2ctelcofacades.voucher.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.voucher.converters.populator with parameters of type TmaVoucherDataModifier and TypeMethodDescriptionvoidTmaCouponModelToVoucherDataPopulator.populate(SingleCodeCouponModel source, TmaVoucherData target) voidTmaVoucherPopulator.populate(VoucherModel source, TmaVoucherData target) voidTmaVoucherReversePopulator.populate(TmaVoucherData source, SingleCodeCouponModel target) -
Uses of TmaVoucherData in de.hybris.platform.b2ctelcofacades.voucher.impl
Methods in de.hybris.platform.b2ctelcofacades.voucher.impl that return TmaVoucherDataModifier and TypeMethodDescriptionDefaultTmaVoucherFacade.createCoupon(TmaVoucherData voucherData) DefaultTmaVoucherFacade.createVoucher(TmaVoucherData voucherData, Date startDate, Date endDate) DefaultTmaVoucherFacade.getVoucherPaymentInfo(String code) Methods in de.hybris.platform.b2ctelcofacades.voucher.impl that return types with arguments of type TmaVoucherDataModifier and TypeMethodDescriptionDefaultTmaVoucherFacade.getAllCoupons(TmaCouponListContextData tmaCouponListContextData) protected de.hybris.platform.servicelayer.dto.converter.Converter<SingleCodeCouponModel,TmaVoucherData> DefaultTmaVoucherFacade.getTmaCouponModelToVoucherDataConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<VoucherModel,TmaVoucherData> DefaultTmaVoucherFacade.getTmaVoucherConverter()protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaVoucherData,SingleCodeCouponModel> DefaultTmaVoucherFacade.getTmaVoucherReverseConverter()Methods in de.hybris.platform.b2ctelcofacades.voucher.impl with parameters of type TmaVoucherDataModifier and TypeMethodDescriptionDefaultTmaVoucherFacade.createCoupon(TmaVoucherData voucherData) DefaultTmaVoucherFacade.createVoucher(TmaVoucherData voucherData, Date startDate, Date endDate) Constructor parameters in de.hybris.platform.b2ctelcofacades.voucher.impl with type arguments of type TmaVoucherDataModifierConstructorDescriptionDefaultTmaVoucherFacade(de.hybris.platform.servicelayer.dto.converter.Converter<VoucherModel, TmaVoucherData> tmaVoucherConverter, de.hybris.platform.servicelayer.dto.converter.Converter<SingleCodeCouponModel, TmaVoucherData> tmaCouponModelToVoucherDataConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaCouponListContextData, TmaCouponListContext> tmaCouponListContextConverter, de.hybris.platform.servicelayer.dto.converter.Converter<TmaVoucherData, SingleCodeCouponModel> tmaVoucherReverseConverter, de.hybris.platform.servicelayer.i18n.CommonI18NService commonI18NService, de.hybris.platform.servicelayer.model.ModelService modelService, de.hybris.platform.voucher.VoucherService voucherService) -
Uses of TmaVoucherData in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethodvoucher
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethodvoucher with parameters of type TmaVoucherDataModifier and TypeMethodDescriptionvoidPaymentMethodVoucherCodeAttributeMapper.populateSourceAttributeFromTarget(PaymentMethodType source, TmaVoucherData target, ma.glasnost.orika.MappingContext context) voidPaymentMethodVoucherValidForAttributeMapper.populateSourceAttributeFromTarget(PaymentMethodType source, TmaVoucherData target, ma.glasnost.orika.MappingContext context) voidPaymentMethodVoucherAtTypeAttributeMapper.populateTargetAttributeFromSource(TmaVoucherData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodVoucherCodeAttributeMapper.populateTargetAttributeFromSource(TmaVoucherData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodVoucherHrefAttributeMapper.populateTargetAttributeFromSource(TmaVoucherData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodVoucherIdAttributeMapper.populateTargetAttributeFromSource(TmaVoucherData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) voidPaymentMethodVoucherValidForAttributeMapper.populateTargetAttributeFromSource(TmaVoucherData source, PaymentMethodType target, ma.glasnost.orika.MappingContext context) -
Uses of TmaVoucherData in de.hybris.platform.b2ctelcotmfwebservices.mappers.voucher
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.voucher with parameters of type TmaVoucherDataModifier and TypeMethodDescriptionvoidVoucherValueAttributeMapper.populateSourceAttributeFromTarget(VoucherType source, TmaVoucherData target, ma.glasnost.orika.MappingContext context) voidVoucherValueAttributeMapper.populateTargetAttributeFromSource(TmaVoucherData source, VoucherType target, ma.glasnost.orika.MappingContext context) -
Uses of TmaVoucherData in de.hybris.platform.commercefacades.order.data
Methods in de.hybris.platform.commercefacades.order.data that return TmaVoucherDataMethods in de.hybris.platform.commercefacades.order.data with parameters of type TmaVoucherData