package is.idega.idegaweb.golf.tournament.business; public interface TournamentBusinessHome extends com.idega.business.IBOHome { public TournamentBusiness create() throws javax.ejb.CreateException, java.rmi.RemoteException; }