public class SavePlatformUserCmd extends AbstractNeedsUserDefinitionCmd implements Command<PlatformUserEntity>, Serializable
Modifier and Type | Field and Description |
---|---|
protected PlatformUserBuilderImpl |
platformUserBuilder |
Constructor and Description |
---|
SavePlatformUserCmd(PlatformUserBuilderImpl platformUserBuilder) |
Modifier and Type | Method and Description |
---|---|
PlatformUserEntity |
execute(CommandContext commandContext) |
protected ActionHandlerModel |
findActionHandler(String actionName,
UserDefinitionModel userDefinition) |
getUserDefinitionModel, resolveUserDefinition
protected final PlatformUserBuilderImpl platformUserBuilder
public SavePlatformUserCmd(PlatformUserBuilderImpl platformUserBuilder)
public PlatformUserEntity execute(CommandContext commandContext)
execute
in interface Command<PlatformUserEntity>
protected ActionHandlerModel findActionHandler(String actionName, UserDefinitionModel userDefinition)