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
Copyright statement. |
static java.lang.String |
NAME
The full class name for this interface file. |
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 |
checkPermission, 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, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright statement.
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- The full class name for this interface file.
- See Also:
- Constant Field Values
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
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.