|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdministrationDAO
Database methods for the AdministrationService
Context,
AdministrationService| Method Summary | |
|---|---|
void |
createReport(Report r)
Deprecated. see reportingcompatibility module |
void |
createReportObject(AbstractReportObject ro)
Deprecated. see reportingcompatibility module |
void |
deleteGlobalProperty(GlobalProperty gp)
|
void |
deleteReport(Report r)
Deprecated. see reportingcompatibility module |
void |
deleteReportObject(java.lang.Integer reportObjectId)
Deprecated. see reportingcompatibility module |
java.util.List<java.util.List<java.lang.Object>> |
executeSQL(java.lang.String sql,
boolean selectOnly)
|
java.util.List<GlobalProperty> |
getAllGlobalProperties()
|
java.util.List<GlobalProperty> |
getGlobalPropertiesByPrefix(java.lang.String prefix)
|
java.util.List<GlobalProperty> |
getGlobalPropertiesBySuffix(java.lang.String suffix)
|
java.lang.String |
getGlobalProperty(java.lang.String propertyName)
|
GlobalProperty |
getGlobalPropertyByUuid(java.lang.String uuid)
|
GlobalProperty |
getGlobalPropertyObject(java.lang.String propertyName)
|
java.util.Collection<?> |
getMRNGeneratorLog()
|
void |
mrnGeneratorLog(java.lang.String site,
java.lang.Integer start,
java.lang.Integer count)
|
GlobalProperty |
saveGlobalProperty(GlobalProperty gp)
|
void |
updateReport(Report r)
Deprecated. see reportingcompatibility module |
void |
updateReportObject(AbstractReportObject ro)
Deprecated. see reportingcompatibility module |
| Method Detail |
|---|
@Deprecated
void createReport(Report r)
throws DAOException
r - Report to create
DAOException
@Deprecated
void updateReport(Report r)
throws DAOException
r - Report to update
DAOException
@Deprecated
void deleteReport(Report r)
throws DAOException
r - Report to delete
DAOException
@Deprecated
void createReportObject(AbstractReportObject ro)
throws DAOException
ro - AbstractReportObject to create
DAOException
@Deprecated
void updateReportObject(AbstractReportObject ro)
throws DAOException
ro - AbstractReportObject to update
DAOException
@Deprecated
void deleteReportObject(java.lang.Integer reportObjectId)
throws DAOException
reportObjectId - Internal identifier for report object to delete
DAOException
void mrnGeneratorLog(java.lang.String site,
java.lang.Integer start,
java.lang.Integer count)
throws DAOException
DAOExceptionAdministrationService.mrnGeneratorLog(java.lang.String,
java.lang.Integer, java.lang.Integer)
java.util.Collection<?> getMRNGeneratorLog()
throws DAOException
DAOExceptionAdministrationService.getMRNGeneratorLog()
java.lang.String getGlobalProperty(java.lang.String propertyName)
throws DAOException
DAOExceptionAdministrationService.getGlobalProperty(String)GlobalProperty getGlobalPropertyObject(java.lang.String propertyName)
AdministrationService.getGlobalPropertyObject(java.lang.String)
java.util.List<GlobalProperty> getAllGlobalProperties()
throws DAOException
DAOExceptionAdministrationService.getAllGlobalProperties()
GlobalProperty getGlobalPropertyByUuid(java.lang.String uuid)
throws DAOException
DAOExceptionjava.util.List<GlobalProperty> getGlobalPropertiesByPrefix(java.lang.String prefix)
AdministrationService.getGlobalPropertiesByPrefix(java.lang.String)java.util.List<GlobalProperty> getGlobalPropertiesBySuffix(java.lang.String suffix)
AdministrationService.getGlobalPropertiesBySuffix(java.lang.String)
void deleteGlobalProperty(GlobalProperty gp)
throws DAOException
DAOExceptionAdministrationService.purgeGlobalProperty(org.openmrs.GlobalProperty)
GlobalProperty saveGlobalProperty(GlobalProperty gp)
throws DAOException
DAOExceptionAdministrationService.saveGlobalProperty(org.openmrs.GlobalProperty)
java.util.List<java.util.List<java.lang.Object>> executeSQL(java.lang.String sql,
boolean selectOnly)
throws DAOException
DAOExceptionexecuteSQL(java.lang.String, boolean)
|
OpenMRS-1.7.x | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||