|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Update a contract based on the given Contract element (WebSphere Commerce Business Edition only). Calling commands: ContractSave, ContractUpdate
Field Summary | |
static java.lang.String |
COPYRIGHT
The internal copyright field. |
static java.lang.String |
defaultCommandClassName
The default implementation class is "com.ibm.commerce.contract.commands.UpdateContractCmdImpl". |
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.contract.commands.UpdateContractCmd". |
Method Summary | |
java.lang.Long |
getContractId()
Return id of the updated contract |
void |
setContractElement(org.w3c.dom.Element contractElement)
Set Contract Element |
void |
setContractId(java.lang.Long contractId)
Set the id of the contract to update |
void |
setTermConditionId(java.lang.Long tcId)
Set the id of the term and condition |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
public java.lang.Long getContractId()
public void setContractElement(org.w3c.dom.Element contractElement)
contractElement
- org.w3c.dom.Elementpublic void setContractId(java.lang.Long contractId)
contractId
- java.lang.Longpublic void setTermConditionId(java.lang.Long tcId)
tcId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |