Uses of Class
com.broadleafcommerce.customer.domain.AccountMember
-
-
Uses of AccountMember in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return types with arguments of type AccountMember Modifier and Type Method Description protected AccountMemberService<AccountMember>UserUpdateListenerCustomer. getAccountMemberService()Constructor parameters in com.broadleafcommerce.customer.messaging with type arguments of type AccountMember Constructor Description UserUpdateListenerCustomer(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 AccountMember Modifier and Type Method Description UserUpdateListenerCustomerCustomerMessagingAutoConfiguration. 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 AccountMember Modifier and Type Interface Description interfaceAccountMemberService<M extends AccountMember>Service API forAccountMembers.interfaceCustomerAccountService<A extends Account,M extends AccountMember>Service for customer facing interactions involving reading account members and accounts.classDefaultAccountMemberService<M extends AccountMember>Default implementation of theAccountMemberService.classDefaultCustomerAccountService<A extends Account,M extends AccountMember>Methods in com.broadleafcommerce.customer.service that return AccountMember Modifier and Type Method Description AccountMemberAccountInviteService. acceptInvite(String inviteId, String accountId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Accepts an account invitation.AccountMemberDefaultAccountInviteService. 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 AccountMember Modifier and Type Method Description protected AccountMemberService<AccountMember>DefaultAccountInviteService. getAccountMemberService()protected AccountMemberService<AccountMember>DefaultCustomerService. getAccountMemberService()Methods in com.broadleafcommerce.customer.service with parameters of type AccountMember Modifier and Type Method Description protected voidDefaultCustomerAccountService. validateUserNotModifyingThemselves(@NonNull AccountMember accountMember, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)Method parameters in com.broadleafcommerce.customer.service with type arguments of type AccountMember Modifier and Type Method Description voidDefaultCustomerService. setAccountMemberService(AccountMemberService<AccountMember> accountMemberService)Constructor parameters in com.broadleafcommerce.customer.service with type arguments of type AccountMember 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) -
Uses of AccountMember in com.broadleafcommerce.customer.service.anonymization
Methods in com.broadleafcommerce.customer.service.anonymization that return types with arguments of type AccountMember Modifier and Type Method Description protected AccountMemberService<AccountMember>AccountAnonymizationHandler. getAccountMemberService()protected AccountMemberService<AccountMember>AccountMemberAnonymizationHandler. getAccountMemberService()Method parameters in com.broadleafcommerce.customer.service.anonymization with type arguments of type AccountMember Modifier and Type Method Description protected 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 AccountMember Constructor Description AccountAnonymizationHandler(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 AccountMember Modifier and Type Method Description AccountMemberAccountInviteEndpoint. acceptInvite(String accountId, String inviteId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)AccountMemberAccountMemberEndpoint. readAccountMember(String accountId, String accountMemberId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)AccountMemberCustomerAccountEndpoint. readAccountMember(String accountId, String memberId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)AccountMemberAccountMemberEndpoint. registerAccountMember(String accountId, RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)AccountMemberAccountMemberEndpoint. updateAccountMember(String accountId, String accountMemberId, UpdateAccountMemberRequest updateRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)AccountMemberCustomerAccountEndpoint. 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 AccountMember Modifier and Type Method Description protected 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 AccountMember Constructor Description AccountEndpoint(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService)AccountMemberEndpoint(AccountMemberService<AccountMember> accountMemberService)CustomerAccountEndpoint(CustomerAccountService<Account,AccountMember> customerAccountService)
-