Uses of Interface
com.broadleafcommerce.customer.service.CustomerAddressService
Packages that use CustomerAddressService
Package
Description
- 
Uses of CustomerAddressService in com.broadleafcommerce.customer.dataimport
Methods in com.broadleafcommerce.customer.dataimport that return CustomerAddressServiceModifier and TypeMethodDescriptionprotected CustomerAddressService<CustomerAddress>CustomerImportBatchHandler.getCustomerAddressService()Methods in com.broadleafcommerce.customer.dataimport with parameters of type CustomerAddressServiceModifier and TypeMethodDescriptionvoidCustomerImportBatchHandler.setCustomerAddressService(CustomerAddressService<CustomerAddress> customerAddressService)  - 
Uses of CustomerAddressService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement CustomerAddressService - 
Uses of CustomerAddressService in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization that return CustomerAddressServiceModifier and TypeMethodDescriptionprotected CustomerAddressService<CustomerAddress>CustomerAddressAnonymizationHandler.getCustomerAddressService()Constructors in com.broadleafcommerce.customer.service.anonymization with parameters of type CustomerAddressServiceModifierConstructorDescriptionCustomerAddressAnonymizationHandler(CustomerAddressService<CustomerAddress> customerAddressService)  - 
Uses of CustomerAddressService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerAddressServiceModifier and TypeMethodDescriptionprotected CustomerAddressService<CustomerAddress>CustomerAddressEndpoint.getCustomerAddressService()Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerAddressServiceModifierConstructorDescriptionCustomerAddressEndpoint(CustomerService<Customer> customerService, CustomerAddressService<CustomerAddress> customerAddressService, com.broadleafcommerce.common.extension.TypeFactory customerFactory)