public class SaveConfigurationPropertyCmd extends Object implements Command<ConfigurationPropertyEntity>
Modifier and Type | Field and Description |
---|---|
protected ConfigurationPropertyBuilderImpl |
builder |
Constructor and Description |
---|
SaveConfigurationPropertyCmd(ConfigurationPropertyBuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPropertyEntity |
execute(CommandContext commandContext) |
protected ConfigurationPropertyBuilderImpl builder
public SaveConfigurationPropertyCmd(ConfigurationPropertyBuilderImpl builder)
public ConfigurationPropertyEntity execute(CommandContext commandContext)
execute
in interface Command<ConfigurationPropertyEntity>