edu.rice.rubis.beans
Interface SB_ViewBidHistory
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface SB_ViewBidHistory
- extends javax.ejb.EJBObject, java.rmi.Remote
This is the Remote Interface of the SB_ViewBidHistory Bean
- Version:
- 1.1
- Author:
- Emmanuel Cecchet and Julie Marguerite
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
printBidHistoryHeader
public java.lang.String printBidHistoryHeader()
throws java.rmi.RemoteException
- Bids list header printed function
- Returns:
- a string in html format
- Since:
- 1.1
printBidHistoryFooter
public java.lang.String printBidHistoryFooter()
throws java.rmi.RemoteException
- Bids list footer printed function
- Returns:
- a string in html format
- Since:
- 1.1
getBidHistory
public java.lang.String getBidHistory(java.lang.Integer itemId)
throws java.rmi.RemoteException
- Get the list of bids related to a specific item.
- Returns:
- a string in html format
- Since:
- 1.1
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.