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 anAddress
to the map, identified by the provided addressType.Payment.getAddress
(String addressType) Gathers one of the payment's relatedaddresses
by typePaymentSummary.getAddress
(String addressType) Gathers one of the payment's relatedaddresses
by 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 anAddress
to the map, identified by the provided addressType.void
SavedPaymentMethod.setBillingAddress
(Address billingAddress) The billing address of this saved payment method.void
SavedPaymentMethodSummary.setBillingAddress
(Address billingAddress) Method parameters in com.broadleafcommerce.paymenttransaction.domain with type arguments of type AddressModifier and TypeMethodDescriptionvoid
Payment.setAddressByType
(Map<String, Address> addressByType) The collection of related addresses that may include billing or shipping addressesvoid
PaymentSummary.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 TypeMethodDescriptionvoid
JpaSavedPaymentMethod.setBillingAddress
(Address billingAddress) Method parameters in com.broadleafcommerce.paymenttransaction.provider.jpa.domain with type arguments of type AddressModifier and TypeMethodDescriptionvoid
JpaPayment.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 Address
CustomerPaymentAccountManagementService.buildBillingAddress
(PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.Builds anAddress
from the givenPaymentAccount
.protected Address
DefaultPaymentManagementService.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 void
DefaultTransactionResponseService.populateBillTo
(@NonNull com.broadleafcommerce.paymentgateway.domain.GatewayTransactionResponse transactionResponse, Address billingAddress) protected void
DefaultTransactionResponseService.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 aAddress
instanceMethod 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 TypeMethodDescriptionvoid
CreatePaymentRequest.setBillingAddress
(Address billingAddress) The billing address associated with this payment.void
CreateSavedPaymentMethodRequest.setBillingAddress
(Address billingAddress) The billing address associated with this saved payment method.void
CreatePaymentRequest.setShippingAddress
(Address shippingAddress) The shipping address associated with this payment.