| Package | Description | 
|---|---|
| org.openmrs.api | 
 
The primary OpenMRS API interfaces. 
 | 
| org.openmrs.api.impl | |
| org.openmrs.layout.web.address | |
| 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 | 
|---|---|
java.util.List<GlobalPropertyListener> | 
EventListeners.getGlobalPropertyListeners()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdministrationService.addGlobalPropertyListener(GlobalPropertyListener listener)
Allows code to be notified when a global property is created/edited/deleted. 
 | 
void | 
AdministrationService.removeGlobalPropertyListener(GlobalPropertyListener listener)
Removes a GlobalPropertyListener previously registered by
  
AdministrationService.addGlobalPropertyListener(GlobalPropertyListener) | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EventListeners.setGlobalPropertyListeners(java.util.List<GlobalPropertyListener> globalPropertyListeners)
This setter acts more like an "appender". 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AdministrationServiceImpl
Default implementation of the administration services. 
 | 
class  | 
GlobalLocaleList
A utility class which caches the current list of allowed locales, rebuilding the list whenever
 the global properties are updated. 
 | 
class  | 
OrderServiceImpl
Default implementation of the Order-related services class. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AdministrationServiceImpl.addGlobalPropertyListener(GlobalPropertyListener listener)  | 
void | 
AdministrationServiceImpl.removeGlobalPropertyListener(GlobalPropertyListener listener)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddressSupport  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DrugOrderSupport  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocaleUtility
A utility class for working with Locales. 
 | 
class  | 
LocationUtility
A utility class for working with locations 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PseudoStaticContentController
This controller basically passes requests straight through to their views. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DWRPatientService
DWR patient methods. 
 | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.