Uses of Interface
com.broadleafcommerce.customer.service.AccountService
Package
Description
-
Uses of AccountService in com.broadleafcommerce.customer.service
Modifier and TypeClassDescriptionclass
DefaultAccountService<P extends Account>
Default implementation ofAccountService
Modifier and TypeMethodDescriptionprotected AccountService<Account>
DefaultAccountInviteService.getAccountService()
protected AccountService<Account>
DefaultAccountMemberService.getAccountService()
protected AccountService<A>
DefaultCustomerAccountService.getAccountService()
ModifierConstructorDescriptionDefaultAccountInviteService
(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
Modifier and TypeMethodDescriptionprotected AccountService<Account>
AccountAddressEndpoint.getAccountService()
protected AccountService<Account>
AccountEndpoint.getAccountService()
ModifierConstructorDescriptionAccountAddressEndpoint
(AccountService<Account> accountService, AccountAddressService<AccountAddress> accountAddressService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) AccountEndpoint
(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService)