public class DeployTCCmdImpl extends com.ibm.commerce.command.TaskCommandImpl implements DeployTCCmd
DeployTCCmdImpl task command.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The name of this class
|
static java.lang.String |
COPYRIGHT
The internal copyright field
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
DeployTCCmdImpl()
The default constructor of this class
|
| Modifier and Type | Method and Description |
|---|---|
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(com.ibm.commerce.contract.objects.TermConditionAccessBean argTCAb)
Sets the TermCondtionAccessBean to deploy
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterscheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
public java.lang.Integer getTargetStoreId()
getTargetStoreId in interface DeployTCCmdpublic void setTargetStoreId(java.lang.Integer storeId)
setTargetStoreId in interface DeployTCCmdstoreId - Target store IDpublic void setTermCondition(com.ibm.commerce.contract.objects.TermConditionAccessBean argTCAb)
setTermCondition in interface DeployTCCmdargTCAb - the TermCondtionAccessBean to be deployed.