Uses of Interface
com.broadleafcommerce.customer.service.AccountMemberService
-
-
Uses of AccountMemberService in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return AccountMemberService Modifier and Type Method Description protected AccountMemberService<AccountMember>UserUpdateListenerCustomer. getAccountMemberService()Constructors in com.broadleafcommerce.customer.messaging with parameters of type AccountMemberService Constructor Description UserUpdateListenerCustomer(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, AccountMemberService<AccountMember> accountMemberService, CustomerService<Customer> customerService) -
Uses of AccountMemberService in com.broadleafcommerce.customer.messaging.autoconfigure
Methods in com.broadleafcommerce.customer.messaging.autoconfigure with parameters of type AccountMemberService Modifier and Type Method Description UserUpdateListenerCustomerCustomerMessagingAutoConfiguration. userUpdateListenerCustomer(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService, AccountMemberService<AccountMember> accountMemberService) -
Uses of AccountMemberService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement AccountMemberService Modifier and Type Class Description classDefaultAccountMemberService<M extends AccountMember>Default implementation of theAccountMemberService.Methods in com.broadleafcommerce.customer.service that return AccountMemberService Modifier and Type Method Description protected AccountMemberService<AccountMember>DefaultAccountInviteService. getAccountMemberService()protected AccountMemberService<M>DefaultCustomerAccountService. getAccountMemberService()protected AccountMemberService<AccountMember>DefaultCustomerService. getAccountMemberService()Methods in com.broadleafcommerce.customer.service with parameters of type AccountMemberService Modifier and Type Method Description voidDefaultCustomerService. setAccountMemberService(AccountMemberService<AccountMember> accountMemberService)Constructors in com.broadleafcommerce.customer.service with parameters of type AccountMemberService 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)DefaultCustomerAccountService(AccountMemberService<M> accountMemberService, AccountService<A> accountService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) -
Uses of AccountMemberService in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization that return AccountMemberService Modifier and Type Method Description protected AccountMemberService<AccountMember>AccountAnonymizationHandler. getAccountMemberService()protected AccountMemberService<AccountMember>AccountMemberAnonymizationHandler. getAccountMemberService()Constructors in com.broadleafcommerce.customer.service.anonymization with parameters of type AccountMemberService Constructor Description AccountAnonymizationHandler(AccountMemberService<AccountMember> accountMemberService)AccountMemberAnonymizationHandler(AccountMemberService<AccountMember> accountMemberService) -
Uses of AccountMemberService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return AccountMemberService Modifier and Type Method Description protected AccountMemberService<AccountMember>AccountEndpoint. getAccountMemberService()protected AccountMemberService<AccountMember>AccountMemberEndpoint. getAccountMemberService()Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type AccountMemberService Constructor Description AccountEndpoint(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService)AccountMemberEndpoint(AccountMemberService<AccountMember> accountMemberService)
-