Uses of Class
it.eng.spagobi.bo.Subreport

Packages that use Subreport
it.eng.spagobi.bo.dao   
it.eng.spagobi.bo.dao.hibernate   
 

Uses of Subreport in it.eng.spagobi.bo.dao
 

Methods in it.eng.spagobi.bo.dao with parameters of type Subreport
 void ISubreportDAO.insertSubreport(Subreport aSubreport)
           
 

Uses of Subreport in it.eng.spagobi.bo.dao.hibernate
 

Methods in it.eng.spagobi.bo.dao.hibernate that return Subreport
 Subreport SubreportDAOHibImpl.toSubreport(SbiSubreports hibSubreports)
          From the hibernate subreports at input, gives the corrispondent Subreports object.
 

Methods in it.eng.spagobi.bo.dao.hibernate with parameters of type Subreport
 void SubreportDAOHibImpl.insertSubreport(Subreport aSubreport)