public class DeployCmd<T> extends Object implements Command<FormDeployment>, Serializable
Modifier and Type | Field and Description |
---|---|
protected FormDeploymentBuilderImpl |
deploymentBuilder |
Constructor and Description |
---|
DeployCmd(FormDeploymentBuilderImpl deploymentBuilder) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
deploymentsDiffer(FormDeploymentEntity deployment,
FormDeploymentEntity saved) |
FormDeployment |
execute(CommandContext commandContext) |
protected FormDeploymentBuilderImpl deploymentBuilder
public DeployCmd(FormDeploymentBuilderImpl deploymentBuilder)
public FormDeployment execute(CommandContext commandContext)
execute
in interface Command<FormDeployment>
protected boolean deploymentsDiffer(FormDeploymentEntity deployment, FormDeploymentEntity saved)