com.ibm.commerce.negotiation.commands
Interface AutoBidsInitTaskCmd

All Superinterfaces:
ECCommand
All Known Implementing Classes:
AutoBidsInitTaskCmdImpl

public interface AutoBidsInitTaskCmd
extends ECCommand

Auto Bids Process Initialization Interface.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setAuction(AuctionAccessBean auction)
          Sets the current auction bean
 void setErrorTaskName(java.lang.String errorTaskName)
          Set error task name that will be returned by the exceptions.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setAuction

public void setAuction(AuctionAccessBean auction)
Sets the current auction bean
Parameters:
auction - AuctionAccessBean

setErrorTaskName

public void setErrorTaskName(java.lang.String errorTaskName)
Set error task name that will be returned by the exceptions.
Parameters:
errorTaskName - java.lang.String