com.ibm.commerce.negotiation.commands
Interface ProcessControllerCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
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
static java.lang.String COPYRIGHT
Copyright statement.
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
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.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, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
Field Detail

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
Method Detail

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