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.
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
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.