com.ibm.commerce.negotiation.commands
Interface NotifyAuctionBaseCmd
- All Superinterfaces:
- TaskCommand
- All Known Subinterfaces:
- NotifyBidOverrideCmd, NotifyCloseAuctionCmd, NotifyCompleteOrderCmd, NotifyCreateAuctionCmd, NotifyModifyAuctionCmd, NotifyStartAuctionCmd
- All Known Implementing Classes:
- NotifyAuctionBaseCmdImpl, NotifyBidOverrideCmdImpl, NotifyCloseAuctionCmdImpl, NotifyCompleteOrderCmdImpl, NotifyCreateAuctionCmdImpl, NotifyModifyAuctionCmdImpl, NotifyStartAuctionCmdImpl
- public interface NotifyAuctionBaseCmd
- extends TaskCommand
Base interface for auction notification related commands.
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. |
COPYRIGHT
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
setAuctionAccessBean
public void setAuctionAccessBean(AuctionAccessBean i)
throws FinderException,
java.rmi.RemoteException,
javax.naming.NamingException,
CreateException
- Abstract method for setting auctionAccessBean
-
- Parameters:
- i - The auction access bean object.
- Throws:
- FinderException, - RemoteException, NamingException, CreateException
- FinderException
- java.rmi.RemoteException
- javax.naming.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.
- ECApplicationException
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.