public class CreateUserAccountCmd extends AbstractNeedsUserAccountDefinitionCmd implements Command<UserAccountEntity>
| Modifier and Type | Field and Description |
|---|---|
protected UserAccountBuilderImpl |
userAccountBuilder |
| Constructor and Description |
|---|
CreateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder) |
| Modifier and Type | Method and Description |
|---|---|
UserAccountEntity |
execute(CommandContext commandContext) |
protected String |
getUserAccountDefinitionId(CommandContext commandContext) |
resolveUserAccountDefinitionprotected final UserAccountBuilderImpl userAccountBuilder
public CreateUserAccountCmd(UserAccountBuilderImpl userAccountBuilder)
public UserAccountEntity execute(CommandContext commandContext)
execute in interface Command<UserAccountEntity>protected String getUserAccountDefinitionId(CommandContext commandContext)