Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.PaymentMethodRef
Packages that use PaymentMethodRef
Package
Description
-
Uses of PaymentMethodRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethodref
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethodref with parameters of type PaymentMethodRefModifier and TypeMethodDescriptionvoidPaymentMethodRefHrefAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRefIdAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRefTypeAttributeMapper.populateTargetAttributeFromSource(CCPaymentInfoData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) -
Uses of PaymentMethodRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethodrefcoupon
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethodrefcoupon with parameters of type PaymentMethodRefModifier and TypeMethodDescriptionvoidPaymentMethodRefCodeAttributeMapper.populateTargetAttributeFromSource(CouponData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRefHrefAttributeMapper.populateTargetAttributeFromSource(CouponData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRefIdAttributeMapper.populateTargetAttributeFromSource(CouponData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(CouponData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRefTypeAttributeMapper.populateTargetAttributeFromSource(CouponData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) -
Uses of PaymentMethodRef in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethodrefdirectdebit
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.paymentmethodrefdirectdebit with parameters of type PaymentMethodRefModifier and TypeMethodDescriptionvoidPaymentMethodRefCodeAttributeMapper.populateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) voidPaymentMethodRefTypeAttributeMapper.populateTargetAttributeFromSource(TuaDirectDebitPaymentInfoData source, PaymentMethodRef target, ma.glasnost.orika.MappingContext context) -
Uses of PaymentMethodRef in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return PaymentMethodRefModifier and TypeMethodDescriptionPaymentMethodRef.atReferredType(String atReferredType) PaymentRef.getPaymentMethod()Reference of the payment methodPaymentMethodRef.type(PaymentMethodRef.TypeEnum type) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type PaymentMethodRefModifier and TypeMethodDescription@Valid List<PaymentMethodRef>ShoppingCart.getPaymentMethod()The payment methods of the cart.Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type PaymentMethodRefModifier and TypeMethodDescriptionShoppingCart.addPaymentMethodItem(PaymentMethodRef paymentMethodItem) PaymentRef.paymentMethod(PaymentMethodRef paymentMethod) voidPaymentRef.setPaymentMethod(PaymentMethodRef paymentMethod) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type PaymentMethodRefModifier and TypeMethodDescriptionShoppingCart.paymentMethod(List<PaymentMethodRef> paymentMethod) voidShoppingCart.setPaymentMethod(List<PaymentMethodRef> paymentMethod) -
Uses of PaymentMethodRef in de.hybris.platform.b2ctelcotmfwebservices.validators
Method parameters in de.hybris.platform.b2ctelcotmfwebservices.validators with type arguments of type PaymentMethodRefModifier and TypeMethodDescriptionprotected voidTmaShoppingCartCreateValidator.validatePaymentMethod(List<PaymentMethodRef> paymentMethodRef, org.springframework.validation.Errors errors) Checks if payment method is correct.protected voidTmaShoppingCartValidator.validatePaymentMethodList(List<PaymentMethodRef> paymentMethodRefList, org.springframework.validation.Errors errors) Checks if payment method is correct.