Uses of Class
com.broadleafcommerce.customer.web.endpoint.domain.CreateAccountUserRequest
Packages that use CreateAccountUserRequest
Package
Description
-
Uses of CreateAccountUserRequest in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service with parameters of type CreateAccountUserRequestModifier and TypeMethodDescriptionprotected MDefaultCustomerAccountService.buildAccountMemberFromRequest(@NonNull String accountId, @NonNull CreateAccountUserRequest request, @NonNull Customer customer) protected AccountUserManuallyCreatedEventDefaultCustomerAccountService.buildAccountUserCreatedEvent(@NonNull CreateAccountUserRequest request, @NonNull String accountId, @NonNull Customer createdCustomer, M createdAccountMember) Builds anAccountUserManuallyCreatedEventfrom the given request, account id, createdCustomer, and createdAccountMember.protected CustomerDefaultCustomerAccountService.buildCustomerFromRequest(@NonNull String accountId, @NonNull CreateAccountUserRequest request) protected MDefaultCustomerAccountService.createAccountMember(@NonNull String accountId, @NonNull CreateAccountUserRequest request, @NonNull Customer customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CustomerAccountService.createAccountUser(String accountId, CreateAccountUserRequest createRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Creates a net-new account user.DefaultCustomerAccountService.createAccountUser(@NonNull String accountId, @NonNull CreateAccountUserRequest createRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ThePERSISTENCEnotification is suppressed so that one singleAccountUserManuallyCreatedEventcan be used to create the user with given restrictions on the AuthenticationService side.protected CustomerDefaultCustomerAccountService.createCustomer(@NonNull String accountId, @NonNull CreateAccountUserRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected StringDefaultCustomerAccountService.determineAccountMemberStatus(@NonNull CreateAccountUserRequest request) Hook point to determine the status of theAccountMemberbeing created.protected voidDefaultCustomerAccountService.validateCreateAccountUserRequest(@NonNull String accountId, @NonNull CreateAccountUserRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of CreateAccountUserRequest in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type CreateAccountUserRequestModifier and TypeMethodDescriptionCustomerAccountEndpoint.createAccountUser(String accountId, CreateAccountUserRequest createRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)