com.ibm.commerce.negotiation.commands
Class DutchBidsTaskCmdImpl
com.ibm.commerce.negotiation.commands.ProcessTaskCmdImpl
|
+--com.ibm.commerce.negotiation.commands.DutchBidsTaskCmdImpl
- All Implemented Interfaces:
- DutchBidsTaskCmd, ECCommand, ProcessTaskCmd
- public class DutchBidsTaskCmdImpl
- extends ProcessTaskCmdImpl
- implements DutchBidsTaskCmd
Dutch auction bid processing task.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class com.ibm.commerce.negotiation.commands.ProcessTaskCmdImpl |
getActiveBids, getAuction, getAuctionId, getDefaultBestBidValue, getDefaultBidCount, getErrorTaskName, handleException, isReadyToCallExecute, reset, setActiveBids, setDataHandle, setErrorTaskName |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
DutchBidsTaskCmdImpl
public DutchBidsTaskCmdImpl()
- DutchBidsTaskCmdImpl default constructor.
performExecute
public void performExecute()
throws ECException
- Process Dutch auction bids. Set instant winners for Dutch auctions.
- Specified by:
performExecute
in interface ECCommand
- Following copied from interface:
com.ibm.commerce.command.ECCommand
- Throws:
com.ibm.commerce.command.CommandException
- The superclass for all ECExceptions.