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.propertyeditor |
Modifier and Type | Method and Description |
---|---|
LocationAttributeType |
LocationService.getLocationAttributeType(Integer id) |
LocationAttributeType |
LocationService.getLocationAttributeTypeByName(String locationAttributeTypeName)
Retrieves a LocationAttributeType object based on the name provided
|
LocationAttributeType |
LocationService.getLocationAttributeTypeByUuid(String uuid) |
LocationAttributeType |
LocationService.retireLocationAttributeType(LocationAttributeType locationAttributeType,
String reason)
Retires the given location attribute type in the database
|
LocationAttributeType |
LocationService.saveLocationAttributeType(LocationAttributeType locationAttributeType)
Creates or updates the given location attribute type in the database
|
LocationAttributeType |
LocationService.unretireLocationAttributeType(LocationAttributeType locationAttributeType)
Restores a location attribute type that was previous retired in the database
|
Modifier and Type | Method and Description |
---|---|
List<LocationAttributeType> |
LocationService.getAllLocationAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
LocationService.purgeLocationAttributeType(LocationAttributeType locationAttributeType)
Completely removes a location attribute type from the database
|
LocationAttributeType |
LocationService.retireLocationAttributeType(LocationAttributeType locationAttributeType,
String reason)
Retires the given location attribute type in the database
|
LocationAttributeType |
LocationService.saveLocationAttributeType(LocationAttributeType locationAttributeType)
Creates or updates the given location attribute type in the database
|
LocationAttributeType |
LocationService.unretireLocationAttributeType(LocationAttributeType locationAttributeType)
Restores a location attribute type that was previous retired in the database
|
Modifier and Type | Method and Description |
---|---|
List<Location> |
LocationService.getLocations(String nameFragment,
Location parent,
Map<LocationAttributeType,Object> attributeValues,
boolean includeRetired,
Integer start,
Integer length)
Gets the locations matching the specified arguments.
|
Modifier and Type | Method and Description |
---|---|
LocationAttributeType |
LocationDAO.getLocationAttributeType(Integer id) |
LocationAttributeType |
LocationDAO.getLocationAttributeTypeByName(String name) |
LocationAttributeType |
LocationDAO.getLocationAttributeTypeByUuid(String uuid) |
LocationAttributeType |
LocationDAO.saveLocationAttributeType(LocationAttributeType locationAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<LocationAttributeType> |
LocationDAO.getAllLocationAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
LocationDAO.deleteLocationAttributeType(LocationAttributeType locationAttributeType) |
LocationAttributeType |
LocationDAO.saveLocationAttributeType(LocationAttributeType locationAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<Location> |
LocationDAO.getLocations(String nameFragment,
Location parent,
Map<LocationAttributeType,String> serializedAttributeValues,
boolean includeRetired,
Integer start,
Integer length)
Gets the locations matching the specified arguments
|
Modifier and Type | Method and Description |
---|---|
LocationAttributeType |
HibernateLocationDAO.getLocationAttributeType(Integer id) |
LocationAttributeType |
HibernateLocationDAO.getLocationAttributeTypeByName(String name) |
LocationAttributeType |
HibernateLocationDAO.getLocationAttributeTypeByUuid(String uuid) |
LocationAttributeType |
HibernateLocationDAO.saveLocationAttributeType(LocationAttributeType locationAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<LocationAttributeType> |
HibernateLocationDAO.getAllLocationAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
HibernateLocationDAO.deleteLocationAttributeType(LocationAttributeType locationAttributeType) |
LocationAttributeType |
HibernateLocationDAO.saveLocationAttributeType(LocationAttributeType locationAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<Location> |
HibernateLocationDAO.getLocations(String nameFragment,
Location parent,
Map<LocationAttributeType,String> serializedAttributeValues,
boolean includeRetired,
Integer start,
Integer length) |
Modifier and Type | Method and Description |
---|---|
LocationAttributeType |
LocationServiceImpl.getLocationAttributeType(Integer id) |
LocationAttributeType |
LocationServiceImpl.getLocationAttributeTypeByName(String name) |
LocationAttributeType |
LocationServiceImpl.getLocationAttributeTypeByUuid(String uuid) |
LocationAttributeType |
LocationServiceImpl.retireLocationAttributeType(LocationAttributeType locationAttributeType,
String reason) |
LocationAttributeType |
LocationServiceImpl.saveLocationAttributeType(LocationAttributeType locationAttributeType) |
LocationAttributeType |
LocationServiceImpl.unretireLocationAttributeType(LocationAttributeType locationAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<LocationAttributeType> |
LocationServiceImpl.getAllLocationAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
LocationServiceImpl.purgeLocationAttributeType(LocationAttributeType locationAttributeType) |
LocationAttributeType |
LocationServiceImpl.retireLocationAttributeType(LocationAttributeType locationAttributeType,
String reason) |
LocationAttributeType |
LocationServiceImpl.saveLocationAttributeType(LocationAttributeType locationAttributeType) |
LocationAttributeType |
LocationServiceImpl.unretireLocationAttributeType(LocationAttributeType locationAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<Location> |
LocationServiceImpl.getLocations(String nameFragment,
Location parent,
Map<LocationAttributeType,Object> attributeValues,
boolean includeRetired,
Integer start,
Integer length) |
Modifier and Type | Method and Description |
---|---|
protected LocationAttributeType |
LocationAttributeTypeEditor.getObjectById(Integer id) |
protected LocationAttributeType |
LocationAttributeTypeEditor.getObjectByUuid(String uuid) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.