Uses of Class
com.broadleafcommerce.customer.domain.AccountMember
-
Packages that use AccountMember Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.service.anonymization com.broadleafcommerce.customer.web.endpoint -
-
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 interface
AccountMemberService<M extends AccountMember>
Service API forAccountMembers
.class
DefaultAccountMemberService<M extends AccountMember>
Default implementation of theAccountMemberService
. -
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 AccountMember
AccountMemberEndpoint. readAccountMember(String accountId, String accountMemberId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
AccountMember
AccountMemberEndpoint. registerAccountMember(String accountId, RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
AccountMember
AccountMemberEndpoint. updateAccountMember(String accountId, String accountMemberId, UpdateAccountMemberRequest updateRequest, 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>
AccountMemberEndpoint. getAccountMemberService()
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)
Constructor parameters in com.broadleafcommerce.customer.web.endpoint with type arguments of type AccountMember Constructor Description AccountMemberEndpoint(AccountMemberService<AccountMember> accountMemberService)
-