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
           
 
Fields inherited from interface com.ibm.commerce.negotiation.commands.DutchBidsTaskCmd
defaultCommandClassName, NAME
 
Constructor Summary
DutchBidsTaskCmdImpl()
          DutchBidsTaskCmdImpl default constructor.
 
Method Summary
 void performExecute()
          Process Dutch auction bids.
 
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.negotiation.commands.ProcessTaskCmd
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

DutchBidsTaskCmdImpl

public DutchBidsTaskCmdImpl()
DutchBidsTaskCmdImpl default constructor.
Method Detail

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.