com.ibm.commerce.negotiation.commands
Interface NotifyBidOverrideCmd

All Superinterfaces:
ECCommand, NotifyAuctionBaseCmd, TaskCommand
All Known Implementing Classes:
NotifyBidOverrideCmdImpl

public interface NotifyBidOverrideCmd
extends NotifyAuctionBaseCmd

Defines the interface for bid override notification command.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setBidDataLight(com.ibm.commerce.negotiation.commands.BidDataLight aBidDataLight)
          Set a BidDataLight instance.
 
Methods inherited from interface com.ibm.commerce.negotiation.commands.NotifyAuctionBaseCmd
setAuctionAccessBean, setAuctionReferenceNumber
 
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

setBidDataLight

public void setBidDataLight(com.ibm.commerce.negotiation.commands.BidDataLight aBidDataLight)
Set a BidDataLight instance.
Parameters:
aBidDataLight - The object that has the bid information.