Deploys the specified terms and conditions (WebSphere Commerce Business Edition only).
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The default implementation class name of this interface. |
static java.lang.String |
NAME The name of this interface. |
static java.lang.String |
URLNAME The URL name of this interface |
Method Summary | |
---|---|
java.lang.Long |
getContractId() Returns the ID of the contract to be updated. |
void |
setContractId(java.lang.Long contractId) Sets the ID of the contract to be updated. |
void |
setRedirectURL(java.lang.String url) Sets the redirect URL. |
void |
setTCIds(java.lang.String[] tcIds) Sets the IDs of the terms and conditions to be deployed. |
Methods inherited from interface com.ibm.commerce.command. AsyncCommand |
getJobInstanceId,
getJobReferenceId,
setJobInstanceId,
setJobReferenceId |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String URLNAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public java.lang.Long getContractId()
public void setContractId(java.lang.Long contractId)
contractId
- The contract ID.public void setTCIds(java.lang.String[] tcIds)
public void setRedirectURL(java.lang.String url)
url
- The the redirect URL.