public interface DeployExtendedTCCmd extends DeployTCCmd
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.
|
static java.lang.String |
defaultCommandClassName
The fully qualified name of the default implementation class.
|
static java.lang.String |
NAME
The fully qualified name of this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getTermConditionId()
get the TermCondition Id
|
void |
setTermConditionId(java.lang.Long termConditionId)
Set the TermCondition Id
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTargetStoreId, setTargetStoreId, setTermCondition
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
java.lang.Long getTermConditionId()
void setTermConditionId(java.lang.Long termConditionId)
termConditionId
- is the TERMCOND_ID for the TermCondition which will be deployed.