Uses of Class
com.broadleafcommerce.customer.web.endpoint.domain.CreateAccountUserResponse
Packages that use CreateAccountUserResponse
Package
Description
-
Uses of CreateAccountUserResponse in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return CreateAccountUserResponseModifier and TypeMethodDescriptionCustomerAccountService.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. -
Uses of CreateAccountUserResponse in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return CreateAccountUserResponseModifier and TypeMethodDescriptionCustomerAccountEndpoint.createAccountUser(String accountId, CreateAccountUserRequest createRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)