public interface CheckContractHasPriceRuleTCCmd
extends com.ibm.commerce.command.TaskCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class.
|
static java.lang.String |
NAME
The name of this interface.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPriceRuleTC()
Whether the contract has PriceRule term and condition.
|
void |
setContractId(java.lang.String contractId)
Sets the contract id.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckIsAllowed, 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
boolean hasPriceRuleTC()
throws com.ibm.commerce.exception.ECException
com.ibm.commerce.exception.ECExceptionvoid setContractId(java.lang.String contractId)
contractId - Can not be null. If you pass the null, the behavior is undefined.