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(ItemLocal item)
Item related printed function |
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(ItemLocal item)
throws java.rmi.RemoteException
- Item related printed function
- Parameters:
item
- the item to display- Returns:
- a string in html format
- Since:
- 1.1
Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.