com.ibm.commerce.negotiation.commands
Interface NotifyCreateAuctionCmd

All Superinterfaces:
ECCommand, 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
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
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
 
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

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.