public interface ImportDTDContractDraftVersionCmd
extends com.ibm.commerce.command.TaskCommand
com.ibm.commerce.contract.commands.ImportDTDContractDraftVersionCmdImpl>. The ImportDTDContractDraftVersion URL is
mapped to this command by default.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name of this interface.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.commerce.datatype.TypedProperty |
getResponseProperties()
Returns the responseProperties of the command.
|
void |
setContractXMLFileName(java.lang.String istrContractFileName)
Sets the contract XML file name.
|
void |
setUrl(java.lang.String astrUrl)
Sets the redirection URL to be called when the command completes successfully.
|
void |
setXMLEntityPath(java.lang.String path)
Sets the XML entity path.
|
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
com.ibm.commerce.datatype.TypedProperty getResponseProperties()
void setContractXMLFileName(java.lang.String istrContractFileName)
istrContractFileName - The name of the contract XML file.void setUrl(java.lang.String astrUrl)
astrUrl - The redirection URL string.void setXMLEntityPath(java.lang.String path)
path - the path where it can find the DTD file(s)