public interface DeployContractCmd
extends com.ibm.commerce.command.TaskCommand
DeployContractCmdImpl.
The DeployContract URL is mapped to this command by default.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.contract.commands.DeployContractCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.contract.commands.DeployContractCmd".
|
| Modifier and Type | Method and Description |
|---|---|
void |
setRequestProperties(com.ibm.commerce.datatype.TypedProperty requestProperties)
Sets the requestProperties
|
void |
setSynchronousDeployment(boolean synchronousDeploymentFlag)
Sets the synchronousDeployment flag to indicate contract should be deployed synchronously.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setRequestProperties(com.ibm.commerce.datatype.TypedProperty requestProperties)
throws com.ibm.commerce.exception.ECException
requestProperties - request propertiesRaised - whenever an error is occuredcom.ibm.commerce.exception.ECExceptionvoid setSynchronousDeployment(boolean synchronousDeploymentFlag)
synchronousDeploymentFlag - true for synchronous deployment, false for asynchronous deployment