java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.negotiation.commands.AutoBidsInitTaskCmdImpl
This task initializes the active auto bids created for future auctions.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
static java.lang.String |
EC_AUTOBIDS_INIT_ERROR_VIEW_CMD AutoBidSubmitCmd default Error View |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.negotiation.commands. AutoBidsInitTaskCmd |
defaultCommandClassName,
NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
AutoBidsInitTaskCmdImpl() ProcessAutoBidsInitCmdImpl default constructor. |
Method Summary | |
---|---|
boolean |
isReadyToCallExecute() Verifies that the this command is ready to be executed. |
void |
performExecute() Looks up all Auto Bids previously created for Future auctions, and currently has a Current status. |
void |
reset() This resets the output properties to the values they had prior to calling the execute method, so that the get methods no longer work but the isReadyToCallExecute returns true. |
void |
setAuction(AuctionAccessBean auction) Sets the current auction Id value, |
void |
setErrorTaskName(java.lang.String errorTaskName) Set error task name that will be returned by the exceptions. |
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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String EC_AUTOBIDS_INIT_ERROR_VIEW_CMD
Constructor Detail |
---|
public AutoBidsInitTaskCmdImpl()
Method Detail |
---|
public void setAuction(AuctionAccessBean auction)
setAuction
in interface
AutoBidsInitTaskCmd
auction
- AuctionAccessBean - Auction beanpublic void setErrorTaskName(java.lang.String errorTaskName)
setErrorTaskName
in interface
AutoBidsInitTaskCmd
errorTaskName
- java.lang.Stringpublic boolean isReadyToCallExecute()
isReadyToCallExecute
in class
AbstractECTargetableCommand
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
public void reset()
reset
in class
AbstractECTargetableCommand