Deploy a contract to the specified store (WebSphere Commerce Business Edition only).
Field Summary | |
---|---|
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". |
Method Summary | |
---|---|
void |
setRequestProperties(
TypedProperty requestProperties)
Sets the requestProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setRequestProperties(TypedProperty requestProperties) throws ECException
requestProperties
- request propertiesRaised
- whenever an error is occuredECException
com.ibm.commerce.command.TaskCommand#setRequestProperties(TypedProperty)