public interface UpdateContractCmd
extends com.ibm.commerce.command.TaskCommand
UpdateContractCmdImpl.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation of this command.
|
static java.lang.String |
NAME
The full name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getContractId()
Returns the ID of the updated contract.
|
void |
setContractElement(org.w3c.dom.Element contractElement)
Sets the contract Element object.
|
void |
setContractId(java.lang.Long contractId)
Sets the id of the contract to update.
|
void |
setTermConditionId(java.lang.Long tcId)
Sets the Id of the term and condition
|
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
java.lang.Long getContractId()
void setContractElement(org.w3c.dom.Element contractElement)
contractElement - the Element object of the contractvoid setContractId(java.lang.Long contractId)
contractId - the id of the contractvoid setTermConditionId(java.lang.Long tcId)
tcId - the term condition ID