com.ibm.commerce.contract.commands
Interface DeployTCCmd

All Superinterfaces:
TaskCommand
All Known Subinterfaces:
DeployPriceTCCmd
All Known Implementing Classes:
DeployPriceTCCmdImpl, DeployTCCmdImpl

public interface DeployTCCmd
extends TaskCommand

The base interface that defines the signature of all commands that deploy Terms and Conditions (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 name
static java.lang.String NAME
          The name of this interface.
 
Method Summary
 java.lang.Integer getTargetStoreId()
          Gets the contract deployment target store ID.
 void setTargetStoreId(java.lang.Integer storeId)
          Sets the contract deployment target store ID.
 void setTermCondition( TermConditionAccessBean abTC)           Sets the TermCondtionAccessBean to deploy.
 

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.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name
See Also:
Constant Field Values
Method Detail

getTargetStoreId

public java.lang.Integer getTargetStoreId()
Gets the contract deployment target store ID.
Returns:
target store ID

setTargetStoreId

public void setTargetStoreId(java.lang.Integer storeId)
Sets the contract deployment target store ID.
Parameters:
storeId - target store ID

setTermCondition

public void setTermCondition(TermConditionAccessBean abTC)
Sets the TermCondtionAccessBean to deploy.
Parameters:
abTC - the TermCondtionAccessBean to be deployed