edu.rice.rubis.beans
Interface SB_SearchItemsByCategory
- All Superinterfaces:
- javax.ejb.EJBObject, java.rmi.Remote
- public interface SB_SearchItemsByCategory
- extends javax.ejb.EJBObject, java.rmi.Remote
This is the Remote Interface of the SB_SearchItemsByCategory Bean
- Version:
- 1.1
- Author:
- Emmanuel Cecchet and Julie Marguerite
Method Summary |
java.lang.String |
getItems(java.lang.Integer categoryId,
int page,
int nbOfItems)
Get the items in a specific category. |
java.lang.String |
printItem(java.lang.String name,
int id,
float maxBid,
int nbOfBids,
java.lang.String endDate)
Display item information as an HTML table row |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getItems
public java.lang.String getItems(java.lang.Integer categoryId,
int page,
int nbOfItems)
throws java.rmi.RemoteException
- Get the items in a specific category.
- Returns:
- a string that is the list of items in html format
- Since:
- 1.1
printItem
public java.lang.String printItem(java.lang.String name,
int id,
float maxBid,
int nbOfBids,
java.lang.String endDate)
throws java.rmi.RemoteException
- Display item information as an HTML table row
- Returns:
- a
String
containing HTML code - Throws:
java.rmi.RemoteException
- if an error occurs- Since:
- 1.0
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.