Uses of Interface
com.broadleafcommerce.customer.service.AccountService
-
Packages that use AccountService Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.web.endpoint -
-
Uses of AccountService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement AccountService Modifier and Type Class Description class
DefaultAccountService<P extends Account>
Default implementation ofAccountService
Methods in com.broadleafcommerce.customer.service that return AccountService Modifier and Type Method Description protected AccountService<Account>
DefaultAccountInviteService. getAccountService()
protected AccountService<Account>
DefaultAccountMemberService. getAccountService()
protected AccountService<A>
DefaultCustomerAccountService. getAccountService()
Constructors in com.broadleafcommerce.customer.service with parameters of type AccountService Constructor Description DefaultAccountInviteService(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService, CustomerService<Customer> customerService, SendAccountInvitationService sendAccountInvitationService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.rsql.RSQLFilterParser rsqlFilterParser, AccountInviteRepository<com.broadleafcommerce.data.tracking.core.Trackable> accountInviteRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, AccountInviteProperties accountInviteProperties)
DefaultAccountMemberService(AccountMemberRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, AccountService<Account> accountService, CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, AccountMemberRoleChangeProducer accountMemberRoleChangeProducer)
DefaultCustomerAccountService(AccountMemberService<M> accountMemberService, AccountService<A> accountService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils)
-
Uses of AccountService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return AccountService Modifier and Type Method Description protected AccountService<Account>
AccountAddressEndpoint. getAccountService()
protected AccountService<Account>
AccountEndpoint. getAccountService()
Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type AccountService Constructor Description AccountAddressEndpoint(AccountService<Account> accountService, AccountAddressService<AccountAddress> accountAddressService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
AccountEndpoint(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService)
-