public interface AdministrationDAO
Context,
AdministrationService@Deprecated void createReport(Report r) throws DAOException
r - Report to createDAOException@Deprecated void updateReport(Report r) throws DAOException
r - Report to updateDAOException@Deprecated void deleteReport(Report r) throws DAOException
r - Report to deleteDAOException@Deprecated void createReportObject(AbstractReportObject ro) throws DAOException
ro - AbstractReportObject to createDAOException@Deprecated void updateReportObject(AbstractReportObject ro) throws DAOException
ro - AbstractReportObject to updateDAOException@Deprecated void deleteReportObject(Integer reportObjectId) throws DAOException
reportObjectId - Internal identifier for report object to deleteDAOExceptionvoid mrnGeneratorLog(String site, Integer start, Integer count) throws DAOException
Collection<?> getMRNGeneratorLog() throws DAOException
DAOExceptionAdministrationService.getMRNGeneratorLog()String getGlobalProperty(String propertyName) throws DAOException
DAOExceptionAdministrationService.getGlobalProperty(String)GlobalProperty getGlobalPropertyObject(String propertyName)
List<GlobalProperty> getAllGlobalProperties() throws DAOException
DAOExceptionAdministrationService.getAllGlobalProperties()GlobalProperty getGlobalPropertyByUuid(String uuid) throws DAOException
DAOExceptionList<GlobalProperty> getGlobalPropertiesByPrefix(String prefix)
List<GlobalProperty> getGlobalPropertiesBySuffix(String suffix)
void deleteGlobalProperty(GlobalProperty gp) throws DAOException
GlobalProperty saveGlobalProperty(GlobalProperty gp) throws DAOException
List<List<Object>> executeSQL(String sql, boolean selectOnly) throws DAOException
DAOExceptionexecuteSQL(java.lang.String, boolean)Copyright © 2018 OpenMRS LLC.. All Rights Reserved.