@Deprecated
public interface ReportObjectDAO
Modifier and Type | Method and Description |
---|---|
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
|
java.util.List<AbstractReportObject> getAllReportObjects() throws DAOException
DAOException
AbstractReportObject getReportObject(java.lang.Integer reportObjId) throws DAOException
reportObjId
- DAOException
void deleteReportObject(AbstractReportObject reportObj) throws DAOException
reportObj
- DAOException
AbstractReportObject saveReportObject(AbstractReportObject reportObj) throws DAOException
reportObj
- DAOException
java.util.List<AbstractReportObject> getReportObjectsByType(java.lang.String reportObjectType) throws DAOException
reportObjectType
- DAOException
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.