public interface AccountSaveCmd
extends com.ibm.commerce.command.ControllerCommand
AccountSaveCmdImpl.
The AccountSave URL is mapped to this command by default.| 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 name of this command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setLastUpdatedTime(java.lang.String lastUpdatedTime)
Sets the last updated time of the account.
|
void |
setXML(java.lang.String xmlString)
Sets the XML string of the account 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 accountvoid setXML(java.lang.String xmlString)
xmlString - the xml string which contains the account informationvoid setXSDValidation(boolean bValidation)
bValidation - the validation flag, true: validate, false: do not validate.