public interface AdministrationDAO
Context,
AdministrationService| Modifier and Type | Method and Description |
|---|---|
void |
deleteGlobalProperty(GlobalProperty gp) |
List<List<Object>> |
executeSQL(String sql,
boolean selectOnly) |
List<GlobalProperty> |
getAllGlobalProperties() |
List<GlobalProperty> |
getGlobalPropertiesByPrefix(String prefix) |
List<GlobalProperty> |
getGlobalPropertiesBySuffix(String suffix) |
String |
getGlobalProperty(String propertyName) |
GlobalProperty |
getGlobalPropertyByUuid(String uuid) |
GlobalProperty |
getGlobalPropertyObject(String propertyName) |
int |
getMaximumPropertyLength(Class<? extends OpenmrsObject> aClass,
String fieldName) |
boolean |
isDatabaseStringComparisonCaseSensitive() |
GlobalProperty |
saveGlobalProperty(GlobalProperty gp) |
void |
updatePostgresSequence() |
void |
validate(Object object,
org.springframework.validation.Errors errors) |
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)int getMaximumPropertyLength(Class<? extends OpenmrsObject> aClass, String fieldName)
void validate(Object object, org.springframework.validation.Errors errors) throws DAOException
DAOExceptionAdministrationService.validate(Object, Errors)boolean isDatabaseStringComparisonCaseSensitive()
throws DAOException
DAOExceptionAdministrationService.isDatabaseStringComparisonCaseSensitive()void updatePostgresSequence()
throws DAOException
DAOExceptionAdministrationService.updatePostgresSequence()Copyright © 2024 OpenMRS Inc.. All rights reserved.