com.ibm.commerce.negotiation.commands
Interface ProcessControllerCmd
-
- All Superinterfaces:
- AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
- All Known Subinterfaces:
- ProcessAutoBidsCmd, ProcessDutchBidsCmd, ProcessOpenCryBidsCmd
- All Known Implementing Classes:
- ProcessAutoBidsCmdImpl, ProcessControllerCmdImpl, ProcessDutchBidsCmdImpl, ProcessOpenCryBidsCmdImpl
public interface ProcessControllerCmd extends ControllerCommand
Process controller command interface.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.static java.lang.String
NAME
The full class name for this interface file.-
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.Hashtable
getAllExceptions()
Gets a list of all the exceptions generated by this process.void
setErrorTaskName(java.lang.String taskName)
Sets this command's error task name-
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.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
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, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
The full class name for this interface file.- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllExceptions
java.util.Hashtable getAllExceptions()
Gets a list of all the exceptions generated by this process.- Returns:
- Hashtable - Exceptions table
-
setErrorTaskName
void setErrorTaskName(java.lang.String taskName)
Sets this command's error task name- Parameters:
taskName
- String
-
-