Uses of Class
com.broadleafcommerce.customer.domain.AccountMember
Package
Description
-
Uses of AccountMember 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 AccountMember 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 AccountMember in com.broadleafcommerce.customer.service
Modifier and TypeInterfaceDescriptioninterface
AccountMemberService<M extends AccountMember>
Service API forAccountMembers
.interface
CustomerAccountService<A extends Account,
M extends AccountMember> Service for customer facing interactions involving reading account members and accounts.class
DefaultAccountMemberService<M extends AccountMember>
Default implementation of theAccountMemberService
.class
DefaultCustomerAccountService<A extends Account,
M extends AccountMember> Modifier and TypeMethodDescriptionAccountInviteService.acceptInvite
(String inviteId, String accountId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Accepts an account invitation.DefaultAccountInviteService.acceptInvite
(String inviteId, String accountId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Modifier and TypeMethodDescriptionprotected AccountMemberService<AccountMember>
DefaultAccountInviteService.getAccountMemberService()
protected AccountMemberService<AccountMember>
DefaultCustomerService.getAccountMemberService()
Modifier and TypeMethodDescriptionprotected void
DefaultCustomerAccountService.validateUserNotModifyingThemselves
(@NonNull AccountMember accountMember, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) 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) -
Uses of AccountMember in com.broadleafcommerce.customer.service.anonymization
Modifier and TypeMethodDescriptionprotected AccountMemberService<AccountMember>
AccountAnonymizationHandler.getAccountMemberService()
protected AccountMemberService<AccountMember>
AccountMemberAnonymizationHandler.getAccountMemberService()
Modifier and TypeMethodDescriptionprotected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>
AccountAnonymizationHandler.handleRecords
(String boundedContextIdentifier, List<AccountMember> members) protected List<com.broadleafcommerce.common.privacy.anonymization.AnonymizationRecord>
AccountMemberAnonymizationHandler.handleRecords
(String boundedContextIdentifier, List<AccountMember> members, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ModifierConstructorDescriptionAccountAnonymizationHandler
(AccountMemberService<AccountMember> accountMemberService) AccountMemberAnonymizationHandler
(AccountMemberService<AccountMember> accountMemberService) -
Uses of AccountMember in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionAccountInviteEndpoint.acceptInvite
(String accountId, String inviteId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) AccountMemberEndpoint.readAccountMember
(String accountId, String accountMemberId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CustomerAccountEndpoint.readAccountMember
(String accountId, String memberId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) AccountMemberEndpoint.registerAccountMember
(String accountId, RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) AccountMemberEndpoint.updateAccountMember
(String accountId, String accountMemberId, UpdateAccountMemberRequest updateRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CustomerAccountEndpoint.updateAccountMember
(String accountId, String memberId, UpdateAccountMemberRequest accountMember, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Modifier and TypeMethodDescriptionprotected AccountMemberService<AccountMember>
AccountEndpoint.getAccountMemberService()
protected AccountMemberService<AccountMember>
AccountMemberEndpoint.getAccountMemberService()
protected CustomerAccountService<Account,
AccountMember> CustomerAccountEndpoint.getCustomerAccountService()
org.springframework.data.domain.Page<AccountMember>
AccountMemberEndpoint.readAccountMembers
(String accountId, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<AccountMember>
CustomerAccountEndpoint.readAccountMembers
(String accountId, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ModifierConstructorDescriptionAccountEndpoint
(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService) AccountMemberEndpoint
(AccountMemberService<AccountMember> accountMemberService) CustomerAccountEndpoint
(CustomerAccountService<Account, AccountMember> customerAccountService)