Uses of Interface
com.broadleafcommerce.customer.service.AccountMemberService
Package
Description
-
Uses of AccountMemberService in com.broadleafcommerce.customer.messaging
Modifier and TypeMethodDescriptionprotected AccountMemberService<AccountMember>
UserUpdateListenerCustomer.getAccountMemberService()
ModifierConstructorDescriptionUserUpdateListenerCustomer
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, AccountMemberService<AccountMember> accountMemberService, CustomerService<Customer> customerService) -
Uses of AccountMemberService in com.broadleafcommerce.customer.messaging.autoconfigure
Modifier and TypeMethodDescriptionCustomerMessagingAutoConfiguration.userUpdateListenerCustomer
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService, AccountMemberService<AccountMember> accountMemberService) -
Uses of AccountMemberService in com.broadleafcommerce.customer.service
Modifier and TypeClassDescriptionclass
DefaultAccountMemberService<M extends AccountMember>
Default implementation of theAccountMemberService
.Modifier and TypeMethodDescriptionprotected AccountMemberService<AccountMember>
DefaultAccountInviteService.getAccountMemberService()
protected AccountMemberService<M>
DefaultCustomerAccountService.getAccountMemberService()
protected AccountMemberService<AccountMember>
DefaultCustomerService.getAccountMemberService()
Modifier and TypeMethodDescriptionvoid
DefaultCustomerService.setAccountMemberService
(AccountMemberService<AccountMember> accountMemberService) 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) DefaultCustomerAccountService
(AccountMemberService<M> accountMemberService, AccountService<A> accountService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) -
Uses of AccountMemberService in com.broadleafcommerce.customer.service.anonymization
Modifier and TypeMethodDescriptionprotected AccountMemberService<AccountMember>
AccountAnonymizationHandler.getAccountMemberService()
protected AccountMemberService<AccountMember>
AccountMemberAnonymizationHandler.getAccountMemberService()
ModifierConstructorDescriptionAccountAnonymizationHandler
(AccountMemberService<AccountMember> accountMemberService) AccountMemberAnonymizationHandler
(AccountMemberService<AccountMember> accountMemberService) -
Uses of AccountMemberService in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionprotected AccountMemberService<AccountMember>
AccountEndpoint.getAccountMemberService()
protected AccountMemberService<AccountMember>
AccountMemberEndpoint.getAccountMemberService()
ModifierConstructorDescriptionAccountEndpoint
(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService) AccountMemberEndpoint
(AccountMemberService<AccountMember> accountMemberService)