com.ibm.commerce.negotiation.commands
Interface NotifyAuctionBaseCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Subinterfaces:
- NotifyBidOverrideCmd, NotifyCloseAuctionCmd, NotifyCompleteOrderCmd, NotifyCreateAuctionCmd, NotifyModifyAuctionCmd, NotifyStartAuctionCmd
- All Known Implementing Classes:
- NotifyAuctionBaseCmdImpl
- public interface NotifyAuctionBaseCmd
- extends TaskCommand
Base interface for auction notification related commands.
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
setAuctionAccessBean
public void setAuctionAccessBean(AuctionAccessBean i)
throws javax.ejb.FinderException,
java.rmi.RemoteException,
javax.naming.NamingException,
javax.ejb.CreateException
- Abstract method for setting auctionAccessBean
- Parameters:
i
- The auction access bean object.- Throws:
FinderException,
- RemoteException, NamingException, CreateException
setAuctionReferenceNumber
public void setAuctionReferenceNumber(java.lang.Long l)
throws ECApplicationException
- Abstract method for setting auction reference number.
- Parameters:
l
- The auction Id.- Throws:
com.ibm.commerce.exception.ECApplicationException.
-