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
Method Summary |
java.lang.String |
getBidHistory(java.lang.Integer itemId)
Get the list of bids related to a specific item. |
java.lang.String |
printBidHistory(int userId,
java.lang.String bidderName,
float bid,
java.lang.String date)
Display bid history information as an HTML table row |
java.lang.String |
printBidHistoryFooter()
Bids list footer printed function |
java.lang.String |
printBidHistoryHeader()
Bids list header printed function |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
printBidHistory
public java.lang.String printBidHistory(int userId,
java.lang.String bidderName,
float bid,
java.lang.String date)
throws java.rmi.RemoteException
- Display bid history information as an HTML table row
- Returns:
- a
String
containing HTML code - Throws:
java.rmi.RemoteException
- if an error occurs- Since:
- 1.0
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.