public interface DeployPriceTCCmd extends DeployTCCmd
DeployPriceTCCmd Task Command to deploy the
Price Terms&Conditions defined in a Trading Agreement.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default name of this command.
|
static java.lang.String |
NAME
The name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setTermCondition(com.ibm.commerce.contract.objects.TermConditionAccessBean aTCAB)
Sets the Term&Condition Access Bean to be deployed.
|
void |
setXMLFlag(boolean aXMLFlag)
Sets the indicator for XML creation (not being used).
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetStoreId, setTargetStoreIdcheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setTermCondition(com.ibm.commerce.contract.objects.TermConditionAccessBean aTCAB)
setTermCondition in interface DeployTCCmdaTCAB - TermConditionAccessBeanvoid setXMLFlag(boolean aXMLFlag)
aXMLFlag - The indicator for XML creation.