@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
DAOExceptionAbstractReportObject getReportObject(Integer reportObjId) throws DAOException
reportObjId - DAOExceptionvoid deleteReportObject(AbstractReportObject reportObj) throws DAOException
reportObj - DAOExceptionAbstractReportObject saveReportObject(AbstractReportObject reportObj) throws DAOException
reportObj - DAOExceptionList<AbstractReportObject> getReportObjectsByType(String reportObjectType) throws DAOException
reportObjectType - DAOExceptionCopyright © 2018 OpenMRS LLC.. All Rights Reserved.