com.ibm.commerce.negotiation.commands
Interface ProcessToolsControllerCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable, ToolsControllerCommand
- All Known Implementing Classes:
- ProcessToolsControllerCmdImpl
- public interface ProcessToolsControllerCmd
- extends ToolsControllerCommand
Process Controller Command Interface.
Field Summary |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
NAME
|
Method Summary |
java.util.Hashtable |
getAllExceptions()
Get 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 |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
NAME
public static final java.lang.String NAME
getAllExceptions
public java.util.Hashtable getAllExceptions()
- Get a list of all the exceptions generated by this process.
- Returns:
- Hashtable - Exceptions table
setErrorTaskName
public void setErrorTaskName(java.lang.String taskName)
- Sets this command's error task name
- Parameters:
taskName
- String