com.ibm.commerce.contract.commands
Class DeployContractProcess

com.ibm.commerce.command.AbstractECTargetableCommand
  |
  +--com.ibm.commerce.command.ControllerCommandImpl
        |
        +--com.ibm.commerce.contract.commands.DeployContractProcess
All Implemented Interfaces:
AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, Protectable, java.lang.Runnable

public class DeployContractProcess
extends ControllerCommandImpl
implements java.lang.Runnable

Deploy a contract (WebSphere Commerce Business Edition only).


Field Summary
static java.lang.String COPYRIGHT
           
protected  boolean isDeployStoreProperties
           
protected  java.lang.Long jobInstanceId
           
protected  java.lang.Long jobReferenceId
           
 
Fields inherited from class com.ibm.commerce.command.ControllerCommandImpl
requestProperties, responseProperties, retriable, viewReqProperties
 
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Constructor Summary
DeployContractProcess()
          PublishStoreProcess constructor comment.
 
Method Summary
 java.lang.Long getJobInstanceId()
          Return id of job instance
 java.lang.Long getJobReferenceId()
          Return id of job reference
 void run()
          DeployContractProcess constructor comment.
 void setJobInstanceId(java.lang.Long val)
          Set the id of job instance.
 void setJobReferenceId(java.lang.Long val)
          Set the id of job reference.
 
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl
fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setRequestProperties, setResponseProperties, setRetriable, setViewInputProperties
 
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute
 
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, setAccCheck
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

isDeployStoreProperties

protected boolean isDeployStoreProperties

jobInstanceId

protected java.lang.Long jobInstanceId

jobReferenceId

protected java.lang.Long jobReferenceId
Constructor Detail

DeployContractProcess

public DeployContractProcess()
PublishStoreProcess constructor comment.
Method Detail

getJobInstanceId

public java.lang.Long getJobInstanceId()
Return id of job instance
Returns:
java.lang.Long

getJobReferenceId

public java.lang.Long getJobReferenceId()
Return id of job reference
Returns:
java.lang.Long

run

public void run()
DeployContractProcess constructor comment.
Specified by:
run in interface java.lang.Runnable

setJobInstanceId

public void setJobInstanceId(java.lang.Long val)
Set the id of job instance.
Parameters:
val - java.lang.Long

setJobReferenceId

public void setJobReferenceId(java.lang.Long val)
Set the id of job reference.
Parameters:
val - java.lang.Long