Uses of Class
com.broadleafcommerce.customer.domain.AccountMember
Packages that use AccountMember
Package
Description
-
Uses of AccountMember in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return types with arguments of type AccountMemberModifier and TypeMethodDescriptionprotected AccountMemberService<AccountMember>
UserUpdateListenerCustomer.getAccountMemberService()
Constructor parameters in com.broadleafcommerce.customer.messaging with type arguments of type AccountMemberModifierConstructorDescriptionUserUpdateListenerCustomer
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, AccountMemberService<AccountMember> accountMemberService, CustomerService<Customer> customerService) -
Uses of AccountMember in com.broadleafcommerce.customer.messaging.autoconfigure
Method parameters in com.broadleafcommerce.customer.messaging.autoconfigure with type arguments of type AccountMemberModifier and TypeMethodDescriptionCustomerMessagingAutoConfiguration.userUpdateListenerCustomer
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService, AccountMemberService<AccountMember> accountMemberService) -
Uses of AccountMember in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service with type parameters of type AccountMemberModifier 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> Methods in com.broadleafcommerce.customer.service that return AccountMemberModifier 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) Methods in com.broadleafcommerce.customer.service that return types with arguments of type AccountMemberModifier and TypeMethodDescriptionprotected AccountMemberService<AccountMember>
DefaultAccountInviteService.getAccountMemberService()
protected AccountMemberService<AccountMember>
DefaultCustomerService.getAccountMemberService()
Methods in com.broadleafcommerce.customer.service with parameters of type AccountMemberModifier and TypeMethodDescriptionprotected void
DefaultCustomerAccountService.validateUserNotModifyingThemselves
(@NonNull AccountMember accountMember, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.customer.service with type arguments of type AccountMemberModifier and TypeMethodDescriptionvoid
DefaultCustomerService.setAccountMemberService
(AccountMemberService<AccountMember> accountMemberService) Constructor parameters in com.broadleafcommerce.customer.service with type arguments of type AccountMemberModifierConstructorDescriptionDefaultAccountInviteService
(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
Methods in com.broadleafcommerce.customer.service.anonymization that return types with arguments of type AccountMemberModifier and TypeMethodDescriptionprotected AccountMemberService<AccountMember>
AccountAnonymizationHandler.getAccountMemberService()
protected AccountMemberService<AccountMember>
AccountMemberAnonymizationHandler.getAccountMemberService()
Method parameters in com.broadleafcommerce.customer.service.anonymization with type arguments of type AccountMemberModifier 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) Constructor parameters in com.broadleafcommerce.customer.service.anonymization with type arguments of type AccountMemberModifierConstructorDescriptionAccountAnonymizationHandler
(AccountMemberService<AccountMember> accountMemberService) AccountMemberAnonymizationHandler
(AccountMemberService<AccountMember> accountMemberService) -
Uses of AccountMember in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return AccountMemberModifier 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) Methods in com.broadleafcommerce.customer.web.endpoint that return types with arguments of type AccountMemberModifier 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) Constructor parameters in com.broadleafcommerce.customer.web.endpoint with type arguments of type AccountMemberModifierConstructorDescriptionAccountEndpoint
(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService) AccountMemberEndpoint
(AccountMemberService<AccountMember> accountMemberService) CustomerAccountEndpoint
(CustomerAccountService<Account, AccountMember> customerAccountService)