public class DeployExtendedTCCmdImpl extends DeployTCCmdImpl implements DeployExtendedTCCmd
Input parameters:
| Name | Type | Requirement | Description |
|---|---|---|---|
| terms and Conditions | Term Condition Access Bean | mandatory | The Terms and Conditions. |
Behavior:
Exception:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
CLASSNAMEdefaultCommandClassName, NAME| Constructor and Description |
|---|
DeployExtendedTCCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getTermConditionId()
get the TermCondition Id
|
void |
performExecute()
Invoke prePerform() to get the ExtendedTermConditionAccessBean and get the tcSubType for the TC.
|
void |
setTermConditionId(java.lang.Long termConditionId)
Set the TermCondition Id
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetStoreId, setTargetStoreId, setTermConditionaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersgetTargetStoreId, setTargetStoreId, setTermConditioncheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public java.lang.Long getTermConditionId()
getTermConditionId in interface DeployExtendedTCCmdpublic void performExecute()
throws com.ibm.commerce.exception.ECException
performExecute in interface com.ibm.commerce.command.ECCommandperformExecute in class com.ibm.commerce.command.AbstractECTargetableCommandcom.ibm.commerce.exception.ECException - threw ECException if there are exception threw when initial
ExtendedTermConditionAccessBean.public void setTermConditionId(java.lang.Long termConditionId)
setTermConditionId in interface DeployExtendedTCCmdtermConditionId - is the TERMCOND_ID for the TermCondition which will be deployed.