com.ibm.commerce.negotiation.commands
Interface NotifyCompleteOrderCmd

All Superinterfaces:
NotifyAuctionBaseCmd, TaskCommand
All Known Implementing Classes:
NotifyCompleteOrderCmdImpl

public interface NotifyCompleteOrderCmd
extends NotifyAuctionBaseCmd

Defines the command interface for notification of a completed order.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String defaultCommandClassName
          The default implementation class name.
static java.lang.String NAME
          The full class name for this interface file.
 
Method Summary
 void setBidAccessBean(BidAccessBean bBean)
          Abstract method for setting BidAccessBean
 void setBidReferenceNumber(java.lang.Long l)
          Abstract method to set auction refernece number
 void setOrderId(java.lang.Long id)
          Abstract method to set OrderId
 
Methods inherited from interface com.ibm.commerce.negotiation.commands. NotifyAuctionBaseCmd
setAuctionAccessBean, setAuctionReferenceNumber
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The full class name for this interface file.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.
See Also:
Constant Field Values
Method Detail

setBidAccessBean

public void setBidAccessBean(BidAccessBean bBean)
Abstract method for setting BidAccessBean
Parameters:
bBean - The BidAccessBean

setBidReferenceNumber

public void setBidReferenceNumber(java.lang.Long l)
                           throws ECApplicationException
Abstract method to set auction refernece number
Parameters:
l - Bid Id
Throws:
ECApplicationException

setOrderId

public void setOrderId(java.lang.Long id)
Abstract method to set OrderId
Parameters:
id - java.lang.Long