it.eng.spagobi.bo.dao.hibernate
Class SubreportDAOHibImpl
java.lang.Object
it.eng.spagobi.bo.dao.hibernate.AbstractHibernateDAO
it.eng.spagobi.bo.dao.hibernate.SubreportDAOHibImpl
- All Implemented Interfaces:
- ISubreportDAO
public class SubreportDAOHibImpl
- extends AbstractHibernateDAO
- implements ISubreportDAO
- Author:
- Gioia
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubreportDAOHibImpl
public SubreportDAOHibImpl()
loadSubreportsByMasterRptId
public java.util.List loadSubreportsByMasterRptId(java.lang.Integer master_rpt_id)
throws it.eng.spago.error.EMFUserError
- Specified by:
loadSubreportsByMasterRptId
in interface ISubreportDAO
- Throws:
it.eng.spago.error.EMFUserError
loadSubreportsBySubRptId
public java.util.List loadSubreportsBySubRptId(java.lang.Integer sub_rpt_id)
throws it.eng.spago.error.EMFUserError
- Specified by:
loadSubreportsBySubRptId
in interface ISubreportDAO
- Throws:
it.eng.spago.error.EMFUserError
insertSubreport
public void insertSubreport(Subreport aSubreport)
throws it.eng.spago.error.EMFUserError
- Specified by:
insertSubreport
in interface ISubreportDAO
- Throws:
it.eng.spago.error.EMFUserError
eraseSubreportByMasterRptId
public void eraseSubreportByMasterRptId(java.lang.Integer master_rpt_id)
throws it.eng.spago.error.EMFUserError
- Specified by:
eraseSubreportByMasterRptId
in interface ISubreportDAO
- Throws:
it.eng.spago.error.EMFUserError
eraseSubreportBySubRptId
public void eraseSubreportBySubRptId(java.lang.Integer sub_rpt_id)
throws it.eng.spago.error.EMFUserError
- Specified by:
eraseSubreportBySubRptId
in interface ISubreportDAO
- Throws:
it.eng.spago.error.EMFUserError
toSubreport
public Subreport toSubreport(SbiSubreports hibSubreports)
- From the hibernate subreports at input, gives
the corrispondent
Subreports
object.
- Parameters:
hibParameters
- The hybernate parameter
- Returns:
- The corrispondent
Parameter
object