com.ibm.commerce.negotiation.commands
Interface PlaceAuctionOrderCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
PlaceAuctionOrderCmdImpl

public interface PlaceAuctionOrderCmd
extends TaskCommand

Interface to place an order for a winning bid.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setBidReferenceNumber(java.lang.Long i)
          Stores the incoming value for the bid reference number.
 void setOrderReferenceNumber(java.lang.Long l)
          Stores the incoming value for the order reference number.
 void setStatus(java.lang.String s)
          Stores the incoming value for the status.
 
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

setBidReferenceNumber

public void setBidReferenceNumber(java.lang.Long i)
Stores the incoming value for the bid reference number.
Parameters:
i - java.lang.Integer

setOrderReferenceNumber

public void setOrderReferenceNumber(java.lang.Long l)
Stores the incoming value for the order reference number.
Parameters:
l - java.lang.Long

setStatus

public void setStatus(java.lang.String s)
Stores the incoming value for the status.
Parameters:
s - java.lang.String