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
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)
int getMaximumPropertyLength(Class<? extends OpenmrsObject> aClass, String fieldName)
void validate(Object object, org.springframework.validation.Errors errors) throws DAOException
DAOException
AdministrationService.validate(Object, Errors)
boolean isDatabaseStringComparisonCaseSensitive() throws DAOException
DAOException
AdministrationService.isDatabaseStringComparisonCaseSensitive()
void updatePostgresSequence() throws DAOException
DAOException
AdministrationService.updatePostgresSequence()
Copyright © 2024 OpenMRS Inc.. All rights reserved.