| Package | Description | 
|---|---|
| org.openmrs.api | 
 
The primary OpenMRS API interfaces. 
 | 
| org.openmrs.api.db | 
 
OpenMRS database layer interfaces. 
 | 
| org.openmrs.api.db.hibernate | 
 Resources for Hibernate ORM. 
 | 
| org.openmrs.api.impl | |
| org.openmrs.module | 
 OpenMRS Module classes 
 | 
| org.openmrs.order | |
| org.openmrs.util | 
 Shared utilities for OpenMRS classes 
 | 
| org.openmrs.web.controller | |
| org.openmrs.web.dwr | 
| Modifier and Type | Method and Description | 
|---|---|
GlobalProperty | 
AdministrationService.getGlobalPropertyByUuid(String uuid)
Get a global property by its uuid. 
 | 
GlobalProperty | 
AdministrationService.getGlobalPropertyObject(String propertyName)
Gets the global property that has the given  
propertyName | 
GlobalProperty | 
AdministrationService.saveGlobalProperty(GlobalProperty gp)
Save the given global property to the database 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<GlobalProperty> | 
AdministrationService.getAllGlobalProperties()
Get a list of all global properties in the system 
 | 
List<GlobalProperty> | 
AdministrationService.getGlobalProperties()
Deprecated. 
 
 | 
List<GlobalProperty> | 
AdministrationService.getGlobalPropertiesByPrefix(String prefix)
Gets all global properties that begin with  
prefix. | 
List<GlobalProperty> | 
AdministrationService.getGlobalPropertiesBySuffix(String suffix)
Gets all global properties that end with  
suffix. | 
List<GlobalProperty> | 
AdministrationService.saveGlobalProperties(List<GlobalProperty> props)
Save the given list of global properties to the database overwriting all values with the
 given values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdministrationService.addGlobalProperty(GlobalProperty gp)
Deprecated. 
 
 | 
void | 
GlobalPropertyListener.globalPropertyChanged(GlobalProperty newValue)
Called after a global property is created or updated 
 | 
void | 
AdministrationService.purgeGlobalProperty(GlobalProperty globalProperty)
Completely remove the given global property from the database 
 | 
GlobalProperty | 
AdministrationService.saveGlobalProperty(GlobalProperty gp)
Save the given global property to the database 
 | 
void | 
AdministrationService.setGlobalProperty(GlobalProperty gp)
Deprecated. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdministrationService.purgeGlobalProperties(List<GlobalProperty> globalProperties)
Completely remove the given global properties from the database 
 | 
List<GlobalProperty> | 
AdministrationService.saveGlobalProperties(List<GlobalProperty> props)
Save the given list of global properties to the database overwriting all values with the
 given values. 
 | 
void | 
AdministrationService.setGlobalProperties(List<GlobalProperty> props)
Deprecated. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GlobalProperty | 
AdministrationDAO.getGlobalPropertyByUuid(String uuid)  | 
GlobalProperty | 
AdministrationDAO.getGlobalPropertyObject(String propertyName)  | 
GlobalProperty | 
AdministrationDAO.saveGlobalProperty(GlobalProperty gp)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<GlobalProperty> | 
AdministrationDAO.getAllGlobalProperties()  | 
List<GlobalProperty> | 
AdministrationDAO.getGlobalPropertiesByPrefix(String prefix)  | 
List<GlobalProperty> | 
AdministrationDAO.getGlobalPropertiesBySuffix(String suffix)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdministrationDAO.deleteGlobalProperty(GlobalProperty gp)  | 
GlobalProperty | 
AdministrationDAO.saveGlobalProperty(GlobalProperty gp)  | 
| Modifier and Type | Method and Description | 
|---|---|
GlobalProperty | 
HibernateAdministrationDAO.getGlobalPropertyByUuid(String uuid)  | 
GlobalProperty | 
HibernateAdministrationDAO.getGlobalPropertyObject(String propertyName)  | 
GlobalProperty | 
HibernateAdministrationDAO.saveGlobalProperty(GlobalProperty gp)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<GlobalProperty> | 
HibernateAdministrationDAO.getAllGlobalProperties()  | 
List<GlobalProperty> | 
HibernateAdministrationDAO.getGlobalPropertiesByPrefix(String prefix)  | 
List<GlobalProperty> | 
HibernateAdministrationDAO.getGlobalPropertiesBySuffix(String suffix)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HibernateAdministrationDAO.deleteGlobalProperty(GlobalProperty property)  | 
GlobalProperty | 
HibernateAdministrationDAO.saveGlobalProperty(GlobalProperty gp)  | 
| Modifier and Type | Method and Description | 
|---|---|
GlobalProperty | 
AdministrationServiceImpl.getGlobalPropertyByUuid(String uuid)  | 
GlobalProperty | 
AdministrationServiceImpl.getGlobalPropertyObject(String propertyName)  | 
GlobalProperty | 
AdministrationServiceImpl.saveGlobalProperty(GlobalProperty gp)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<GlobalProperty> | 
AdministrationServiceImpl.getAllGlobalProperties()  | 
List<GlobalProperty> | 
AdministrationServiceImpl.getGlobalProperties()
Deprecated.   
 | 
List<GlobalProperty> | 
AdministrationServiceImpl.getGlobalPropertiesByPrefix(String prefix)  | 
List<GlobalProperty> | 
AdministrationServiceImpl.getGlobalPropertiesBySuffix(String suffix)  | 
List<GlobalProperty> | 
AdministrationServiceImpl.saveGlobalProperties(List<GlobalProperty> props)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdministrationServiceImpl.addGlobalProperty(GlobalProperty gp)
Deprecated.   
 | 
void | 
AdministrationServiceImpl.globalPropertyChanged(GlobalProperty newValue)  | 
void | 
GlobalLocaleList.globalPropertyChanged(GlobalProperty newValue)  | 
void | 
AdministrationServiceImpl.purgeGlobalProperty(GlobalProperty globalProperty)  | 
GlobalProperty | 
AdministrationServiceImpl.saveGlobalProperty(GlobalProperty gp)  | 
void | 
AdministrationServiceImpl.setGlobalProperty(GlobalProperty gp)
Deprecated.   
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdministrationServiceImpl.purgeGlobalProperties(List<GlobalProperty> globalProperties)  | 
List<GlobalProperty> | 
AdministrationServiceImpl.saveGlobalProperties(List<GlobalProperty> props)  | 
void | 
AdministrationServiceImpl.setGlobalProperties(List<GlobalProperty> props)
Deprecated.   
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<GlobalProperty> | 
ModuleFactory.getGlobalProperties()
Get a list of required GlobalProperties defined by the modules 
 | 
List<GlobalProperty> | 
Module.getGlobalProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Module.setGlobalProperties(List<GlobalProperty> globalProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DrugOrderSupport.globalPropertyChanged(GlobalProperty newValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<GlobalProperty> | 
OpenmrsConstants.CORE_GLOBAL_PROPERTIES()
At OpenMRS startup these global properties/default values/descriptions are inserted into the
 database if they do not exist yet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LocaleUtility.globalPropertyChanged(GlobalProperty newValue)  | 
void | 
LocationUtility.globalPropertyChanged(GlobalProperty newValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PseudoStaticContentController.globalPropertyChanged(GlobalProperty newValue)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DWRPatientService.globalPropertyChanged(GlobalProperty newValue)  | 
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.