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 void
DefaultAccountMemberService. checkExistingAccount(String accountId, @NonNull RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
protected M
DefaultAccountMemberService. createAccountMember(@NonNull RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
Create anAccountMember
based on theRegisterAccountMemberRequest
protected Customer
DefaultAccountMemberService. getCustomer(@NonNull RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
Returns the customer to associate with the account.M
AccountMemberService. registerAccountMember(String accountId, RegisterAccountMemberRequest registerAccountMemberRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
M
DefaultAccountMemberService. 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 AccountMember
AccountMemberEndpoint. registerAccountMember(String accountId, RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-