public interface ImportDTDContractApprovedVersionCmd
extends com.ibm.commerce.command.TaskCommand
ImportDTDContractApprovedVersionCmdImpl.
The ImportDTDContractApprovedVersion 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 |
setContractXML(java.io.InputStream iInputStreamContractXML)
Sets the contract XML instance.
|
void |
setContractXMLFileName(java.lang.String istrContractFileName)
Sets the contract XML file name.
|
void |
setIbXSDValidation(boolean ibXSDValidation)
Set the value of xsd validation, default is true.
|
void |
setStoreId(java.lang.Integer storeId)
Sets The store ID to which the contract will be deployed.
|
void |
setSynchronousDeployment(boolean synchronousDeploymentFlag)
Sets the synchronousDeployment flag to indicate contract should be deployed synchronously.
|
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 setContractXML(java.io.InputStream iInputStreamContractXML)
contractXML - an InputStream object contains the contract XML instancevoid setContractXMLFileName(java.lang.String istrContractFileName)
istrContractFileName - The name of the contract XML file.void setIbXSDValidation(boolean ibXSDValidation)
ibXSDValidation - void setStoreId(java.lang.Integer storeId)
storeId - The ID of the store.void setSynchronousDeployment(boolean synchronousDeploymentFlag)
synchronousDeploymentFlag - true for synchronous deployment, false for asynchronous deploymentvoid 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)