com.ibm.commerce.contract.commands
Class DeployContractProcess
java.lang.Object
CacheableCommandImpl
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).
- See Also:
- Serialized Form
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl |
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setRequestProperties, setResponseProperties, setRetriable, setViewInputProperties |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- The internal copyright field.
- See Also:
- Constant Field Values
CLASSNAME
public static final java.lang.String CLASSNAME
- The class name
- See Also:
- Constant Field Values
jobReferenceId
protected java.lang.Long jobReferenceId
- The job instance ID
jobInstanceId
protected java.lang.Long jobInstanceId
- The job reference ID
isDeployStoreProperties
protected boolean isDeployStoreProperties
- If deploy store properties. Default value is false.
DeployContractProcess
public DeployContractProcess()
- The default class constructor.
getJobInstanceId
public java.lang.Long getJobInstanceId()
- Gets the job instance Id
-
- Returns:
- Job instance Id
getJobReferenceId
public java.lang.Long getJobReferenceId()
- Gets the job reference Id
-
- Returns:
- job reference Id
run
public void run()
- Execute the job
-
- Specified by:
- run in interface java.lang.Runnable
setJobInstanceId
public void setJobInstanceId(java.lang.Long val)
- Sets the job instance Id
-
- Parameters:
- val - Job instance Id
setJobReferenceId
public void setJobReferenceId(java.lang.Long val)
- Sets the job reference Id
-
- Parameters:
- val - Job reference Id
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.