1 package edu.rice.rubis.beans; 2 3 import javax.ejb.*; 4 import java.rmi.*; 5 6 11 public interface SB_SearchItemsByRegion extends EJBObject, Remote { 12 13 19 public String getItems(Integer categoryId, Integer regionId, int page, int nbOfItems) throws RemoteException; 20 21 22 29 public String printItem(Item item) throws RemoteException; 30 31 32 } 33 | Popular Tags |