edu.rice.rubis.beans
Interface SB_SearchItemsByRegion

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface SB_SearchItemsByRegion
extends javax.ejb.EJBObject, java.rmi.Remote

This is the Remote Interface of the SB_SearchItemsByRegion Bean

Version:
1.1
Author:
Emmanuel Cecchet and Julie Marguerite

Method Summary
 java.lang.String getItems(java.lang.Integer categoryId, java.lang.Integer regionId, int page, int nbOfItems)
          Get the items in a specific category in a specific region.
 java.lang.String printItem(ItemLocal item)
          Item related printed function
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getItems

public java.lang.String getItems(java.lang.Integer categoryId,
                                 java.lang.Integer regionId,
                                 int page,
                                 int nbOfItems)
                          throws java.rmi.RemoteException
Get the items in a specific category in a specific region.
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.