com.ibm.commerce.negotiation.commands
Class ProcessAutoBidsCmdImpl

com.ibm.commerce.negotiation.commands.ProcessControllerCmdImpl
  |
  +--com.ibm.commerce.negotiation.commands.ProcessAutoBidsCmdImpl
All Implemented Interfaces:
AccCommand, ControllerCommand, ECCommand, ProcessAutoBidsCmd, ProcessControllerCmd, Protectable

public class ProcessAutoBidsCmdImpl
extends ProcessControllerCmdImpl
implements ProcessAutoBidsCmd

Process Auto Bids (submitted by users).


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String EC_PROCESS_AUTO_BIDS_ERROR_VIEW_CMD
           
 
Fields inherited from interface com.ibm.commerce.negotiation.commands.ProcessAutoBidsCmd
defaultCommandClassName, NAME
 
Constructor Summary
ProcessAutoBidsCmdImpl()
          ProcessOpenCryBidsCmdImpl default constructor.
 
Method Summary
 void performExecute()
          Retrieve all active Open Cry (AutoBid) auctions sorted by earliest book-keeping time first.
 
Methods inherited from class com.ibm.commerce.negotiation.commands.ProcessControllerCmdImpl
dispatchJob, getAllExceptions, getErrorTaskName, handleException, isReadyToCallExecute, reset, retrieveActiveAuctions, setErrorTaskName, setRequestProperties
 
Methods inherited from interface com.ibm.commerce.negotiation.commands.ProcessControllerCmd
getAllExceptions, setErrorTaskName
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
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, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

EC_PROCESS_AUTO_BIDS_ERROR_VIEW_CMD

public static final java.lang.String EC_PROCESS_AUTO_BIDS_ERROR_VIEW_CMD
Constructor Detail

ProcessAutoBidsCmdImpl

public ProcessAutoBidsCmdImpl()
ProcessOpenCryBidsCmdImpl default constructor.
Method Detail

performExecute

public void performExecute()
                    throws ECException
Retrieve all active Open Cry (AutoBid) auctions sorted by earliest book-keeping time first. For each auction: Create an Open Cry Auto Bids runner, and set the auction data handle, task command name, command context and error task name. Create and start a thread on behalf of the runner.
Specified by:
performExecute in interface ECCommand
Throws:
ECException - - Exception during procesing auctions.