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
public void setContractId(java.lang.Long contractId)
public void setResponseProperties(TypedProperty respProps)
public void setReturnViewForTools(java.lang.String returnView)
public void setStoreId(java.lang.Integer storeId)
public void validateBusinessPolicies() throws ECException, CreateException, java.rmi.RemoteException, FinderException, javax.naming.NamingException, java.sql.SQLException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.