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.
|
CLASSNAME
defaultCommandClassName, 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, wait
getTargetStoreId, setTargetStoreId, setTermCondition
accessControlCheck, 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, validateParameters
getTargetStoreId, setTargetStoreId, setTermCondition
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
public static final java.lang.String COPYRIGHT
public java.lang.Long getTermConditionId()
getTermConditionId
in interface DeployExtendedTCCmd
public void performExecute() throws com.ibm.commerce.exception.ECException
performExecute
in interface com.ibm.commerce.command.ECCommand
performExecute
in class com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.exception.ECException
- threw ECException if there are exception threw when initial
ExtendedTermConditionAccessBean.public void setTermConditionId(java.lang.Long termConditionId)
setTermConditionId
in interface DeployExtendedTCCmd
termConditionId
- is the TERMCOND_ID for the TermCondition which will be deployed.