Uses of Class
com.broadleafcommerce.customer.service.provider.domain.Address
-
Packages that use Address Package Description com.broadleafcommerce.customer.service.provider.domain -
-
Uses of Address in com.broadleafcommerce.customer.service.provider.domain
Methods in com.broadleafcommerce.customer.service.provider.domain that return Address Modifier and Type Method Description Address
Payment. getBillingAddress()
Deprecated, for removal: This API element is subject to removal in a future version.Gathers one of the payment's relatedaddresses
by typeMethods in com.broadleafcommerce.customer.service.provider.domain that return types with arguments of type Address Modifier and Type Method Description Map<String,Address>
Payment. getAddressByType()
Deprecated, for removal: This API element is subject to removal in a future version.The collection of related addresses that may include billing or shipping addressesMethod parameters in com.broadleafcommerce.customer.service.provider.domain with type arguments of type Address Modifier and Type Method Description void
Payment. setAddressByType(Map<String,Address> addressByType)
Deprecated, for removal: This API element is subject to removal in a future version.The collection of related addresses that may include billing or shipping addresses
-