Uses of Class
com.broadleafcommerce.paymenttransaction.domain.Address
Packages that use Address
Package
Description
-
Uses of Address in com.broadleafcommerce.paymenttransaction.domain
Methods in com.broadleafcommerce.paymenttransaction.domain that return AddressModifier and TypeMethodDescriptionPayment.addAddress(String addressType, Address address) Adds anAddressto the map, identified by the provided addressType.Payment.getAddress(String addressType) Gathers one of the payment's relatedaddressesby typePaymentSummary.getAddress(String addressType) Gathers one of the payment's relatedaddressesby typePayment.getBillingAddress()Gathers the billing address.SavedPaymentMethod.getBillingAddress()The billing address of this saved payment method.SavedPaymentMethodSummary.getBillingAddress()Payment.getShippingAddress()Gathers the shipping address.Methods in com.broadleafcommerce.paymenttransaction.domain that return types with arguments of type AddressModifier and TypeMethodDescriptionPayment.getAddressByType()The collection of related addresses that may include billing or shipping addressesPaymentSummary.getAddressByType()The collection of related addresses that may include billing or shipping addressesMethods in com.broadleafcommerce.paymenttransaction.domain with parameters of type AddressModifier and TypeMethodDescriptionPayment.addAddress(String addressType, Address address) Adds anAddressto the map, identified by the provided addressType.voidSavedPaymentMethod.setBillingAddress(Address billingAddress) The billing address of this saved payment method.voidSavedPaymentMethodSummary.setBillingAddress(Address billingAddress) Method parameters in com.broadleafcommerce.paymenttransaction.domain with type arguments of type AddressModifier and TypeMethodDescriptionvoidPayment.setAddressByType(Map<String, Address> addressByType) The collection of related addresses that may include billing or shipping addressesvoidPaymentSummary.setAddressByType(Map<String, Address> addressByType) The collection of related addresses that may include billing or shipping addresses -
Uses of Address in com.broadleafcommerce.paymenttransaction.provider.jpa.domain
Methods in com.broadleafcommerce.paymenttransaction.provider.jpa.domain that return AddressMethods in com.broadleafcommerce.paymenttransaction.provider.jpa.domain that return types with arguments of type AddressMethods in com.broadleafcommerce.paymenttransaction.provider.jpa.domain with parameters of type AddressModifier and TypeMethodDescriptionvoidJpaSavedPaymentMethod.setBillingAddress(Address billingAddress) Method parameters in com.broadleafcommerce.paymenttransaction.provider.jpa.domain with type arguments of type AddressModifier and TypeMethodDescriptionvoidJpaPayment.setAddressesByType(Map<String, Address> addressesByType) -
Uses of Address in com.broadleafcommerce.paymenttransaction.provider.jpa.domain.support
Methods in com.broadleafcommerce.paymenttransaction.provider.jpa.domain.support that return AddressMethods in com.broadleafcommerce.paymenttransaction.provider.jpa.domain.support that return types with arguments of type AddressModifier and TypeMethodDescriptionAddressConverter.convertToEntityAttribute(String dbData) AddressMapConverter.convertToEntityAttribute(String dbData) Methods in com.broadleafcommerce.paymenttransaction.provider.jpa.domain.support with parameters of type AddressModifier and TypeMethodDescriptionSingleAddressConverter.convertToDatabaseColumn(Address attribute) Method parameters in com.broadleafcommerce.paymenttransaction.provider.jpa.domain.support with type arguments of type AddressModifier and TypeMethodDescriptionAddressConverter.convertToDatabaseColumn(Map<String, Address> attribute) AddressMapConverter.convertToDatabaseColumn(Map<String, Address> attribute) -
Uses of Address in com.broadleafcommerce.paymenttransaction.service
Methods in com.broadleafcommerce.paymenttransaction.service that return AddressModifier and TypeMethodDescriptionprotected AddressCustomerPaymentAccountManagementService.buildBillingAddress(PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.Builds anAddressfrom the givenPaymentAccount.protected AddressDefaultPaymentManagementService.buildBillingAddress(PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.no longer usedMethods in com.broadleafcommerce.paymenttransaction.service with parameters of type AddressModifier and TypeMethodDescriptionprotected voidDefaultTransactionResponseService.populateBillTo(@NonNull com.broadleafcommerce.paymentgateway.domain.GatewayTransactionResponse transactionResponse, Address billingAddress) protected voidDefaultTransactionResponseService.populateShipTo(@NonNull com.broadleafcommerce.paymentgateway.domain.GatewayTransactionResponse transactionResponse, Address shipToAddress) -
Uses of Address in com.broadleafcommerce.paymenttransaction.service.anonymization
Methods in com.broadleafcommerce.paymenttransaction.service.anonymization with parameters of type AddressModifier and TypeMethodDescriptionprotected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>AbstractAnonymizationHandler.process(@NonNull String boundedContextIdentifier, Address address, @NonNull String type, @NonNull String fieldName) Process aAddressinstanceMethod parameters in com.broadleafcommerce.paymenttransaction.service.anonymization with type arguments of type Address -
Uses of Address in com.broadleafcommerce.paymenttransaction.web.endpoint.domain
Methods in com.broadleafcommerce.paymenttransaction.web.endpoint.domain that return AddressModifier and TypeMethodDescriptionCreatePaymentRequest.getBillingAddress()The billing address associated with this payment.CreateSavedPaymentMethodRequest.getBillingAddress()The billing address associated with this saved payment method.CreatePaymentRequest.getShippingAddress()The shipping address associated with this payment.Methods in com.broadleafcommerce.paymenttransaction.web.endpoint.domain that return types with arguments of type AddressModifier and TypeMethodDescriptionUpdatePaymentRequest.getBillingAddress()The billing address associated with this payment.UpdateSavedPaymentMethodRequest.getBillingAddress()The billing address associated with this saved payment method.Methods in com.broadleafcommerce.paymenttransaction.web.endpoint.domain with parameters of type AddressModifier and TypeMethodDescriptionvoidCreatePaymentRequest.setBillingAddress(Address billingAddress) The billing address associated with this payment.voidCreateSavedPaymentMethodRequest.setBillingAddress(Address billingAddress) The billing address associated with this saved payment method.voidCreatePaymentRequest.setShippingAddress(Address shippingAddress) The shipping address associated with this payment.