/* * Created on 2005-jun-07 * * To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ package se.idega.idegaweb.commune.school.business; import com.idega.business.IBOHome; /** * @author Malin * * To change the template for this generated type comment go to * Window - Preferences - Java - Code Generation - Code and Comments */ public interface SchoolCommuneSessionHome extends IBOHome { public SchoolCommuneSession create() throws javax.ejb.CreateException, java.rmi.RemoteException; }