Uses of Interface
com.broadleafcommerce.customer.service.CustomerAccountService
-
Packages that use CustomerAccountService Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.web.endpoint -
-
Uses of CustomerAccountService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement CustomerAccountService Modifier and Type Class Description class
DefaultCustomerAccountService<A extends Account,M extends AccountMember>
-
Uses of CustomerAccountService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerAccountService Modifier and Type Method Description protected CustomerAccountService<Account,AccountMember>
CustomerAccountEndpoint. getCustomerAccountService()
Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerAccountService Constructor Description CustomerAccountEndpoint(CustomerAccountService<Account,AccountMember> customerAccountService)
-