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 deleteDAOException
void mrnGeneratorLog(String site, Integer start, Integer count) throws DAOException
Collection<?> getMRNGeneratorLog() throws DAOException
DAOException
AdministrationService.getMRNGeneratorLog()
String getGlobalProperty(String propertyName) throws DAOException
DAOException
AdministrationService.getGlobalProperty(String)
GlobalProperty getGlobalPropertyObject(String propertyName)
List<GlobalProperty> getAllGlobalProperties() throws DAOException
DAOException
AdministrationService.getAllGlobalProperties()
GlobalProperty getGlobalPropertyByUuid(String uuid) throws DAOException
DAOException
List<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
DAOException
executeSQL(java.lang.String, boolean)
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.