Package | Description |
---|---|
org.openmrs.api.context |
This package describes the context framework through which
authentication is performed and services provided for the OpenMRS system.
|
org.openmrs.api.impl |
Modifier and Type | Method and Description |
---|---|
LocationService |
ServiceContext.getLocationService() |
static LocationService |
Context.getLocationService() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceContext.setLocationService(LocationService locationService) |
Modifier and Type | Class and Description |
---|---|
class |
LocationServiceImpl
Default implementation of the
LocationService
This class should not be instantiated alone, get a service class from the Context:
Context.getLocationService(); |
Copyright © 2024 OpenMRS Inc.. All rights reserved.