package se.idega.idegaweb.commune.accounting.invoice.business; public interface RegularPaymentBusinessHome extends com.idega.business.IBOHome { public RegularPaymentBusiness create() throws javax.ejb.CreateException, java.rmi.RemoteException; }