Imports an approved contract from a specified XML file (WebSphere Commerce Business Edition only). The state of the contract in the XML file has to be either Approved or Active.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The default implementation class name of this interface. |
Method Summary | |
---|---|
TypedProperty |
getResponseProperties() Returns the responseProperties of the command. |
void |
setContractXMLFileName(java.lang.String istrContractFileName) Sets the contract XML file name. |
void |
setStoreId(java.lang.Integer storeId) Sets The store ID to which the contract will be deployed. |
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. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public TypedProperty getResponseProperties()
public void setContractXMLFileName(java.lang.String istrContractFileName)
istrContractFileName
- The name of the contract XML
file.public void setStoreId(java.lang.Integer storeId)
storeId
- The ID of the store.public void setUrl(java.lang.String astrUrl)
astrUrl
- The redirection URL string.public void setXMLEntityPath(java.lang.String path)
path
- the path where can find the DTD
file(s)