public class ContractDeployCmdImpl extends AddJobCmdImpl implements ContractDeployCmd
Name | Description |
---|---|
contractId | The contract ID. It is mandatory. |
targetStoreId | The target store ID for deploying contract. It is mandatory. |
URL | the redirect URL after the command be executed successfully.It is mandatory. |
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The full name of this class.
|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
ContractDeployCmdImpl()
The constructor of this class
|
Modifier and Type | Method and Description |
---|---|
AccessVector | getResources()
Gets the access vector accessed by this command.
|
java.lang.String | getScheduledCommandName()
Gets the scheduled command name
|
java.lang.String | getUrlName()
Gets the redirect URL
|
void | performExecute()
Executes the business logic of this command implementation.
|
void | setContractId(java.lang.Long contractId)
Sets the contract ID parameter
|
void | setPropertiesForScheduler()
Sets the properties for scheduler
|
void | setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties of this command implementation.
|
void | validateParameters()
Extracts and validates the input parameters of this command implementation.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public ContractDeployCmdImpl()
public AccessVector getResources() throws ECException
public java.lang.String getScheduledCommandName()
public java.lang.String getUrlName()
public void performExecute() throws ECException
public void setContractId(java.lang.Long contractId)
public void setPropertiesForScheduler()
public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
public void validateParameters() throws ECException