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