@Deprecated public interface ReportObjectDAO
Modifier and Type | Method and Description |
---|---|
void |
deleteReportObject(AbstractReportObject reportObj)
Deprecated.
Auto generated method comment
|
List<AbstractReportObject> |
getAllReportObjects()
Deprecated.
Auto generated method comment
|
AbstractReportObject |
getReportObject(Integer reportObjId)
Deprecated.
Auto generated method comment
|
List<AbstractReportObject> |
getReportObjectsByType(String reportObjectType)
Deprecated.
Auto generated method comment
|
AbstractReportObject |
saveReportObject(AbstractReportObject reportObj)
Deprecated.
Auto generated method comment
|
List<AbstractReportObject> getAllReportObjects() throws DAOException
DAOException
AbstractReportObject getReportObject(Integer reportObjId) throws DAOException
reportObjId
- DAOException
void deleteReportObject(AbstractReportObject reportObj) throws DAOException
reportObj
- DAOException
AbstractReportObject saveReportObject(AbstractReportObject reportObj) throws DAOException
reportObj
- DAOException
List<AbstractReportObject> getReportObjectsByType(String reportObjectType) throws DAOException
reportObjectType
- DAOException
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.