package is.idega.idegaweb.campus.block.mailinglist.business; public interface MailingListServiceHome extends com.idega.business.IBOHome { public MailingListService create() throws javax.ejb.CreateException, java.rmi.RemoteException; }