com.ibm.commerce.contract.tc.commands
Interface ContractTCDeployCmd

All Superinterfaces:
AsyncCommand
All Known Implementing Classes:
ContractTCDeployCmdImpl

public interface ContractTCDeployCmd
extends AsyncCommand

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
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface.
See Also:
Constant Field Values

URLNAME

public static final java.lang.String URLNAME
The URL name of this interface
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name of this interface.
See Also:
Constant Field Values
Method Detail

getContractId

public java.lang.Long getContractId()
Returns the ID of the contract to be updated.
Returns:
the ID of the contract to be updated.

setContractId

public void setContractId(java.lang.Long contractId)
Sets the ID of the contract to be updated.
Parameters:
contractId - The contract ID.

setTCIds

public void setTCIds(java.lang.String[] tcIds)
Sets the IDs of the terms and conditions to be deployed.

setRedirectURL

public void setRedirectURL(java.lang.String url)
Sets the redirect URL.
Parameters:
url - The the redirect URL.