Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
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.handler | |
org.openmrs.api.impl | |
org.openmrs.layout.address | |
org.openmrs.layout.name | |
org.openmrs.logging | |
org.openmrs.module |
OpenMRS Module classes
|
org.openmrs.util |
Shared utilities for OpenMRS classes
|
org.openmrs.web | |
org.openmrs.web.controller |
Modifier and Type | Method and Description |
---|---|
GlobalProperty |
GlobalProperty.getDescriptor() |
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.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.
|
Modifier and Type | Method and Description |
---|---|
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
|
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.
|
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 |
---|---|
void |
ExistingOrNewVisitAssignmentHandler.globalPropertyChanged(GlobalProperty newValue) |
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.getGlobalPropertiesByPrefix(String prefix) |
List<GlobalProperty> |
AdministrationServiceImpl.getGlobalPropertiesBySuffix(String suffix) |
List<GlobalProperty> |
AdministrationServiceImpl.saveGlobalProperties(List<GlobalProperty> props) |
Modifier and Type | Method and Description |
---|---|
void |
PersonNameGlobalPropertyListener.globalPropertyChanged(GlobalProperty newValue) |
void |
OrderServiceImpl.globalPropertyChanged(GlobalProperty newValue) |
void |
GlobalLocaleList.globalPropertyChanged(GlobalProperty newValue) |
void |
AdministrationServiceImpl.globalPropertyChanged(GlobalProperty newValue) |
void |
AdministrationServiceImpl.purgeGlobalProperty(GlobalProperty globalProperty) |
GlobalProperty |
AdministrationServiceImpl.saveGlobalProperty(GlobalProperty gp) |
Modifier and Type | Method and Description |
---|---|
void |
AdministrationServiceImpl.purgeGlobalProperties(List<GlobalProperty> globalProperties) |
List<GlobalProperty> |
AdministrationServiceImpl.saveGlobalProperties(List<GlobalProperty> props) |
Modifier and Type | Method and Description |
---|---|
void |
AddressSupport.globalPropertyChanged(GlobalProperty newValue) |
Modifier and Type | Method and Description |
---|---|
void |
NameSupport.globalPropertyChanged(GlobalProperty newValue) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingConfigurationGlobalPropertyListener.globalPropertyChanged(GlobalProperty newValue) |
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 |
---|---|
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 |
LocationUtility.globalPropertyChanged(GlobalProperty newValue) |
void |
LocaleUtility.globalPropertyChanged(GlobalProperty newValue) |
void |
ConfigUtil.globalPropertyChanged(GlobalProperty newValue) |
Modifier and Type | Method and Description |
---|---|
void |
WebUtil.globalPropertyChanged(GlobalProperty newValue) |
Modifier and Type | Method and Description |
---|---|
void |
PseudoStaticContentController.globalPropertyChanged(GlobalProperty newValue) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.