com.ibm.commerce.negotiation.commands
Class DutchBidsTaskCmdImpl

java.lang.Object
  |
  +--CacheableCommandImpl
        |
        +--com.ibm.commerce.command.AbstractECTargetableCommand
              |
              +--com.ibm.commerce.command.TaskCommandImpl
                    |
                    +--com.ibm.commerce.negotiation.commands.ProcessTaskCmdImpl
                          |
                          +--com.ibm.commerce.negotiation.commands.DutchBidsTaskCmdImpl
All Implemented Interfaces:
DutchBidsTaskCmd, ECCommand, ECTargetableCommand, ProcessTaskCmd, TaskCommand

public class DutchBidsTaskCmdImpl
extends ProcessTaskCmdImpl
implements DutchBidsTaskCmd

Dutch auction bid processing task.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
 
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.negotiation.commands. DutchBidsTaskCmd
defaultCommandClassName, NAME
 
Fields inherited from interface com.ibm.commerce.command. ECCommand
defaultCommandClassName
 
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 class com.ibm.commerce.command. AbstractECTargetableCommand
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.negotiation.commands. ProcessTaskCmd
setDataHandle, setErrorTaskName
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values
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
Overrides:
performExecute in class AbstractECTargetableCommand
Throws:
ECException