Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PaymentRef
Packages that use PaymentRef
Package
Description
-
Uses of PaymentRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentref
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentref with parameters of type PaymentRefModifier and TypeMethodDescriptionvoidPaymentRefHrefAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefIdAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefPaymentMethodAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefTypeAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentRef target, ma.glasnost.orika.MappingContext context) -
Uses of PaymentRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentrefcoupon
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentrefcoupon with parameters of type PaymentRefModifier and TypeMethodDescriptionvoidPaymentRefCodeAttributeMapper.populateTargetAttributeFromSource(CouponData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefHrefAttributeMapper.populateTargetAttributeFromSource(CouponData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefIdAttributeMapper.populateTargetAttributeFromSource(CouponData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(CouponData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefTypeAttributeMapper.populateTargetAttributeFromSource(CouponData source, PaymentRef target, ma.glasnost.orika.MappingContext context) -
Uses of PaymentRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentrefdirectdebit
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentrefdirectdebit with parameters of type PaymentRefModifier and TypeMethodDescriptionvoidPaymentRefCodeAttributeMapper.populateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefPaymentMethodAttributeMapper.populateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentRef target, ma.glasnost.orika.MappingContext context) voidPaymentRefTypeAttributeMapper.populateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentRef target, ma.glasnost.orika.MappingContext context) -
Uses of PaymentRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return PaymentRefModifier and TypeMethodDescriptionPaymentRef.atReferredType(String atReferredType) PaymentRef.paymentMethod(PaymentMethodRef paymentMethod) PaymentRef.type(PaymentRef.TypeEnum type) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type PaymentRefModifier and TypeMethodDescription@Valid List<PaymentRef>OrderItem.getPayment()Get payment@Valid List<PaymentRef>ProductOrder.getPayment()Get paymentMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type PaymentRefModifier and TypeMethodDescriptionOrderItem.addPaymentItem(PaymentRef paymentItem) ProductOrder.addPaymentItem(PaymentRef paymentItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type PaymentRefModifier and TypeMethodDescriptionOrderItem.payment(List<PaymentRef> payment) ProductOrder.payment(List<PaymentRef> payment) voidOrderItem.setPayment(List<PaymentRef> payment) voidProductOrder.setPayment(List<PaymentRef> payment) -
Uses of PaymentRef in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type PaymentRefMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type PaymentRefMethod parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type PaymentRefModifier and TypeMethodDescriptionProductOrder.payment(List<PaymentRef> payment) voidProductOrder.setPayment(List<PaymentRef> payment) -
Uses of PaymentRef in de.hybris.platform.b2ctelcotmfwebservices.v3.validators
Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.validators with type arguments of type PaymentRefModifier and TypeMethodDescriptionprotected voidTmaProductOrderCreateValidator.validatePaymentMethodList(List<PaymentRef> paymentMethodRefList, org.springframework.validation.Errors errors) Checks if payment method is correct.