Uses of Interface
com.broadleafcommerce.customer.service.CustomerAddressService
-
-
Uses of CustomerAddressService in com.broadleafcommerce.customer.dataimport
Methods in com.broadleafcommerce.customer.dataimport that return CustomerAddressService Modifier and Type Method Description protected CustomerAddressService<CustomerAddress>
CustomerImportBatchHandler. getCustomerAddressService()
Methods in com.broadleafcommerce.customer.dataimport with parameters of type CustomerAddressService Modifier and Type Method Description void
CustomerImportBatchHandler. setCustomerAddressService(CustomerAddressService<CustomerAddress> customerAddressService)
-
Uses of CustomerAddressService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement CustomerAddressService Modifier and Type Class Description class
DefaultCustomerAddressService<P extends CustomerAddress>
-
Uses of CustomerAddressService in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization that return CustomerAddressService Modifier and Type Method Description protected CustomerAddressService<CustomerAddress>
CustomerAddressAnonymizationHandler. getCustomerAddressService()
Constructors in com.broadleafcommerce.customer.service.anonymization with parameters of type CustomerAddressService Constructor Description CustomerAddressAnonymizationHandler(CustomerAddressService<CustomerAddress> customerAddressService)
-
Uses of CustomerAddressService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerAddressService Modifier and Type Method Description protected CustomerAddressService<CustomerAddress>
CustomerAddressEndpoint. getCustomerAddressService()
Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerAddressService Constructor Description CustomerAddressEndpoint(CustomerService<Customer> customerService, CustomerAddressService<CustomerAddress> customerAddressService, com.broadleafcommerce.common.extension.TypeFactory customerFactory)
-