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. assignRoleToCustomer(@NonNull RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)Assign the providedgetRoleRef()to the related Customerprotected MDefaultAccountMemberService. createAccountMember(@NonNull RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)Create anAccountMemberbased on theRegisterAccountMemberRequestprotected CustomerDefaultAccountMemberService. getOrCreateCustomer(@NonNull RegisterAccountMemberRequest registerRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)Either gathers theCustomerbased on thegetCustomerRef()or creates a new customerMAccountMemberService. registerAccountMember(String accountId, RegisterAccountMemberRequest registerAccountMemberRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)MDefaultAccountMemberService. registerAccountMember(@NonNull 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)
-