com.ibm.commerce.negotiation.commands
Interface ProcessTaskCmd
- All Superinterfaces:
- ECCommand
- All Known Subinterfaces:
- AutoBidsTaskCmd, DutchBidsTaskCmd, OpenCryBidsTaskCmd
- All Known Implementing Classes:
- ProcessTaskCmdImpl
- public interface ProcessTaskCmd
- extends ECCommand
Process Task Command Interface.
Field Summary |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
NAME
|
Method Summary |
void |
setDataHandle(java.lang.Object handle)
Set the handle for the data to be processed. |
void |
setErrorTaskName(java.lang.String errorTaskName)
Set error task name that will be returned by the exceptions. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
NAME
public static final java.lang.String NAME
setDataHandle
public void setDataHandle(java.lang.Object handle)
- Set the handle for the data to be processed.
The handle type varies based on the requirement of the user of this class.
- Parameters:
handle
- Object - A handle to the data to be processed.
setErrorTaskName
public void setErrorTaskName(java.lang.String errorTaskName)
- Set error task name that will be returned by the exceptions.
- Parameters:
errorTaskName
- String - Error Task Name.