package se.idega.idegaweb.commune.accounting.regulations.data; public interface VATRegulationHome extends com.idega.data.IDOHome { public VATRegulation create() throws javax.ejb.CreateException; public VATRegulation findByPrimaryKey(Object pk) throws javax.ejb.FinderException; public java.util.Collection findAll()throws javax.ejb.FinderException; public java.util.Collection findByCategory(java.lang.String p0)throws javax.ejb.FinderException; public java.util.Collection findByPeriod(java.sql.Date p0,java.sql.Date p1,java.lang.String p2)throws javax.ejb.FinderException; }