Uses of Interface
com.broadleafcommerce.customer.service.AccountService
Packages that use AccountService
Package
Description
-
Uses of AccountService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement AccountServiceModifier and TypeClassDescriptionclass
DefaultAccountService<P extends Account>
Default implementation ofAccountService
Methods in com.broadleafcommerce.customer.service that return AccountServiceModifier and TypeMethodDescriptionprotected AccountService<Account>
DefaultAccountInviteService.getAccountService()
protected AccountService<Account>
DefaultAccountMemberService.getAccountService()
protected AccountService<A>
DefaultCustomerAccountService.getAccountService()
Constructors in com.broadleafcommerce.customer.service with parameters of type AccountServiceModifierConstructorDescriptionDefaultAccountInviteService
(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 AccountServiceModifier and TypeMethodDescriptionprotected AccountService<Account>
AccountAddressEndpoint.getAccountService()
protected AccountService<Account>
AccountEndpoint.getAccountService()
Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type AccountServiceModifierConstructorDescriptionAccountAddressEndpoint
(AccountService<Account> accountService, AccountAddressService<AccountAddress> accountAddressService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) AccountEndpoint
(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService)