|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.reporting.db.hibernate.HibernateReportObjectDAO
@Deprecated public class HibernateReportObjectDAO
Field Summary | |
---|---|
protected org.apache.commons.logging.Log |
log
Deprecated. |
Constructor Summary | |
---|---|
HibernateReportObjectDAO()
Deprecated. |
Method Summary | |
---|---|
void |
deleteReportObject(AbstractReportObject reportObj)
Deprecated. Auto generated method comment |
java.util.List<AbstractReportObject> |
getAllReportObjects()
Deprecated. Auto generated method comment |
AbstractReportObject |
getReportObject(java.lang.Integer reportObjId)
Deprecated. Auto generated method comment |
java.util.List<AbstractReportObject> |
getReportObjectsByType(java.lang.String reportObjectType)
Deprecated. Auto generated method comment |
AbstractReportObject |
saveReportObject(AbstractReportObject reportObj)
Deprecated. Auto generated method comment |
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory)
Deprecated. Set session factory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.apache.commons.logging.Log log
Constructor Detail |
---|
public HibernateReportObjectDAO()
Method Detail |
---|
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
sessionFactory
- public java.util.List<AbstractReportObject> getAllReportObjects()
ReportObjectDAO
getAllReportObjects
in interface ReportObjectDAO
ReportObjectDAO.getAllReportObjects()
public AbstractReportObject getReportObject(java.lang.Integer reportObjId) throws DAOException
ReportObjectDAO
getReportObject
in interface ReportObjectDAO
DAOException
ReportObjectDAO.getReportObject(java.lang.Integer)
public void deleteReportObject(AbstractReportObject reportObj) throws DAOException
ReportObjectDAO
deleteReportObject
in interface ReportObjectDAO
DAOException
ReportObjectDAO.deleteReportObject(org.openmrs.reporting.AbstractReportObject)
public AbstractReportObject saveReportObject(AbstractReportObject reportObj) throws DAOException
ReportObjectDAO
saveReportObject
in interface ReportObjectDAO
DAOException
ReportObjectDAO.saveReportObject(org.openmrs.reporting.AbstractReportObject)
public java.util.List<AbstractReportObject> getReportObjectsByType(java.lang.String reportObjectType) throws DAOException
ReportObjectDAO
getReportObjectsByType
in interface ReportObjectDAO
DAOException
ReportObjectDAO.getReportObjectsByType(java.lang.String)
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |