Uses of Class
com.broadleafcommerce.customer.web.endpoint.domain.RegisterAccountMemberRequest
-
Packages that use RegisterAccountMemberRequest Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.web.endpoint -
-
Uses of RegisterAccountMemberRequest in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service with parameters of type RegisterAccountMemberRequest Modifier and Type Method Description protected voidDefaultAccountMemberService. checkExistingAccount(String accountId, @NonNull RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)protected MDefaultAccountMemberService. createAccountMember(@NonNull RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)Create anAccountMemberbased on theRegisterAccountMemberRequestprotected CustomerDefaultAccountMemberService. getCustomer(@NonNull RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)Returns the customer to associate with the account.MAccountMemberService. registerAccountMember(String accountId, RegisterAccountMemberRequest registerAccountMemberRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)MDefaultAccountMemberService. registerAccountMember(String accountId, @NonNull RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) -
Uses of RegisterAccountMemberRequest in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type RegisterAccountMemberRequest Modifier and Type Method Description AccountMemberAccountMemberEndpoint. registerAccountMember(String accountId, RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-