Uses of Interface
com.broadleafcommerce.customer.service.CustomerAccountService
Packages that use CustomerAccountService
Package
Description
- 
Uses of CustomerAccountService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement CustomerAccountServiceModifier and TypeClassDescriptionclassDefaultCustomerAccountService<A extends Account,M extends AccountMember>  - 
Uses of CustomerAccountService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerAccountServiceModifier and TypeMethodDescriptionprotected CustomerAccountService<Account,AccountMember> CustomerAccountEndpoint.getCustomerAccountService()Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerAccountServiceModifierConstructorDescriptionCustomerAccountEndpoint(CustomerAccountService<Account, AccountMember> customerAccountService)