com.ibm.commerce.contract.commands
Interface DeployContractCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
DeployContractCmdImpl

public interface DeployContractCmd
extends TaskCommand

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
The internal copyright field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.contract.commands.DeployContractCmd".
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class is "com.ibm.commerce.contract.commands.DeployContractCmdImpl".
See Also:
Constant Field Values
Method Detail

setRequestProperties

public void setRequestProperties(TypedProperty requestProperties)
                          throws ECException
Sets the requestProperties
Parameters:
requestProperties - request properties
Throws:
Raised - whenever an error is occured
ECException
See Also:
com.ibm.commerce.command.TaskCommand#setRequestProperties(TypedProperty)