java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.ControllerCommandImpl | +--com.ibm.commerce.command.AsyncControllerCommandImpl | +--com.ibm.commerce.contract.commands.ScheduledContractDeployCmdImpl
Deploy the specified contract to the specified store (WebSphere Commerce Business Edition only).
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME The name of this class. |
static java.lang.String |
COPYRIGHT The internal copyright field. |
Fields inherited from class com.ibm.commerce.command. AsyncControllerCommandImpl |
jobInstanceId,
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.contract.commands. ScheduledContractDeployCmd |
defaultCommandClassName,
NAME |
Constructor Summary | |
---|---|
ScheduledContractDeployCmdImpl() |
Method Summary | |
---|---|
AccessVector |
getResources()
Gets the access vector accessed by this command.
The default implementation returns ContractAccessBean of contract to be
deployed. |
void |
performExecute() Submits the contract deployment job to scheduler |
Methods inherited from class com.ibm.commerce.command. AsyncControllerCommandImpl |
getJobInstanceId,
getJobReferenceId,
setJobInstanceId,
setJobReferenceId |
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,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
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. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRequestProperties,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getStoreId,
getUser,
getUserId,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
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 CLASSNAME
Constructor Detail |
---|
public ScheduledContractDeployCmdImpl()
Method Detail |
---|
public AccessVector getResources() throws ECException
getResources
in interface
ECCommand
getResources
in class
AbstractECTargetableCommand
ECException
- Raised with error message _ERR_MISSING_CMD_PARAMETER
when
contractId cannot be found in the request properties._ERR_CREATE_EXCEPTION
whenever a
CreateException
is occured._ERR_FINDER_EXCEPTION
whenever a
FinderException
is occured._ERR_REMOTE_EXCEPTION
whenever a
RemoteException
is occured._ERR_NAMING_EXCEPTION
whenever a
NamingException
is occured.AbstractECTargetableCommand.getResources()
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
AbstractECTargetableCommand.performExecute()