com.ibm.commerce.negotiation.commands
Interface NotifyCreateAuctionCmd

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

public interface NotifyCreateAuctionCmd
extends NotifyAuctionBaseCmd

Command interface for notification of creating an auction.


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 setAuctionReferenceNumber(java.lang.Long l)
          Abstract method to set auction refernece number
 
Methods inherited from interface com.ibm.commerce.negotiation.commands. NotifyAuctionBaseCmd
setAuctionAccessBean
 

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

setAuctionReferenceNumber

public void setAuctionReferenceNumber(java.lang.Long l)
                               throws ECApplicationException
Abstract method to set auction refernece number
Specified by:
setAuctionReferenceNumber in interface NotifyAuctionBaseCmd
Parameters:
l - The auction Id.
Throws:
ECApplicationException - The exception description.