package is.idega.idegaweb.travel.service.business; public interface ProductCategoryFactoryHome extends com.idega.business.IBOHome { public ProductCategoryFactory create() throws javax.ejb.CreateException, java.rmi.RemoteException; }