public interface ContractSaveCmd
extends com.ibm.commerce.command.ControllerCommand
ContractSaveCmdImpl. The ContractSaveURL URL is
mapped to this command by default.CreateXSDContractCmd,
UpdateXSDContractCmd| 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 is "com.ibm.commerce.contract.commands.ContractSaveCmdImpl".
|
static java.lang.String |
NAME
The name of this interface is "com.ibm.commerce.contract.commands.ContractSaveCmd".
|
| Modifier and Type | Method and Description |
|---|---|
void |
setLastUpdatedTime(java.lang.String lastUpdatedTime)
Sets the last updated time of the contract.
|
void |
setXML(java.lang.String xmlString)
Sets the xml string of the contract to save.
|
void |
setXSDValidation(boolean bValidation)
Sets the XSD validation flag.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
void setLastUpdatedTime(java.lang.String lastUpdatedTime)
lastUpdatedTime - last update time of the specified contractvoid setXML(java.lang.String xmlString)
xmlString - the xml string which contains the contract informationvoid setXSDValidation(boolean bValidation)
bValidation - the validation flag, true: validate, false: do not validate.