Validate the Business policy in the specified contract for the specified store (WebSphere Commerce Business Edition only). Calling command: ContractDeploy
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The name of the default implementation class. |
static java.lang.String |
NAME The name of this interface. |
Method Summary | |
---|---|
java.lang.Long |
getContractId() Returns ID of the contract to be validated. |
TypedProperty |
getResponseProperties() Returns the response properties. |
void |
otherValidateCheck() Other validation check |
void |
setContractId(java.lang.Long contractId) Sets the ID of the contract to validate. |
void |
setResponseProperties(
TypedProperty respProps) Sets the response properties. |
void |
setReturnViewForTools(java.lang.String returnView) Sets the return view for the tools GUI |
void |
setStoreId(java.lang.Integer storeId) Sets the ID of the store. |
void |
validateBusinessPolicies()
Validates if the business policies referred by the specified contract
are valid in the |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public java.lang.Long getContractId()
public TypedProperty getResponseProperties()
public void otherValidateCheck() throws ECException, CreateException, java.rmi.RemoteException, FinderException, javax.naming.NamingException
com.ibm.commerce.exception.ECException.
java.rmi.RemoteException.
javax.ejb.CreateException.
javax.ejb.FinderException.
javax.naming.NamingException.
ECException
CreateException
java.rmi.RemoteException
FinderException
javax.naming.NamingException
public void setContractId(java.lang.Long contractId)
contractId
- the contract IDpublic void setResponseProperties(TypedProperty respProps)
respProps
- the response propertiespublic void setReturnViewForTools(java.lang.String returnView)
returnView
- the return view namepublic void setStoreId(java.lang.Integer storeId)
storeId
- the store IDpublic void validateBusinessPolicies() throws ECException, CreateException, java.rmi.RemoteException, FinderException, javax.naming.NamingException, java.sql.SQLException
com.ibm.commerce.exception.ECException.
java.rmi.RemoteException.
javax.ejb.CreateException.
javax.ejb.FinderException.
javax.naming.NamingException.
java.sql.SQLException
ECException
CreateException
java.rmi.RemoteException
FinderException
javax.naming.NamingException