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.web.controller.location |
Modifier and Type | Method and Description |
---|---|
LocationAttributeType |
LocationService.getLocationAttributeType(java.lang.Integer id) |
LocationAttributeType |
LocationService.getLocationAttributeTypeByUuid(java.lang.String uuid) |
LocationAttributeType |
LocationService.retireLocationAttributeType(LocationAttributeType locationAttributeType,
java.lang.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 |
---|---|
java.util.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,
java.lang.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 |
---|---|
java.util.List<Location> |
LocationService.getLocations(java.lang.String nameFragment,
Location parent,
java.util.Map<LocationAttributeType,java.lang.Object> attributeValues,
boolean includeRetired,
java.lang.Integer start,
java.lang.Integer length)
Gets the locations matching the specified arguments.
|
Modifier and Type | Method and Description |
---|---|
LocationAttributeType |
LocationDAO.getLocationAttributeType(java.lang.Integer id) |
LocationAttributeType |
LocationDAO.getLocationAttributeTypeByUuid(java.lang.String uuid) |
LocationAttributeType |
LocationDAO.saveLocationAttributeType(LocationAttributeType locationAttributeType) |
Modifier and Type | Method and Description |
---|---|
java.util.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 |
---|---|
java.util.List<Location> |
LocationDAO.getLocations(java.lang.String nameFragment,
Location parent,
java.util.Map<LocationAttributeType,java.lang.String> serializedAttributeValues,
boolean includeRetired,
java.lang.Integer start,
java.lang.Integer length)
Gets the locations matching the specified arguments
|
Modifier and Type | Method and Description |
---|---|
LocationAttributeType |
HibernateLocationDAO.getLocationAttributeType(java.lang.Integer id) |
LocationAttributeType |
HibernateLocationDAO.getLocationAttributeTypeByUuid(java.lang.String uuid) |
LocationAttributeType |
HibernateLocationDAO.saveLocationAttributeType(LocationAttributeType locationAttributeType) |
Modifier and Type | Method and Description |
---|---|
java.util.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 |
---|---|
java.util.List<Location> |
HibernateLocationDAO.getLocations(java.lang.String nameFragment,
Location parent,
java.util.Map<LocationAttributeType,java.lang.String> serializedAttributeValues,
boolean includeRetired,
java.lang.Integer start,
java.lang.Integer length) |
Modifier and Type | Method and Description |
---|---|
LocationAttributeType |
LocationServiceImpl.getLocationAttributeType(java.lang.Integer id) |
LocationAttributeType |
LocationServiceImpl.getLocationAttributeTypeByUuid(java.lang.String uuid) |
LocationAttributeType |
LocationServiceImpl.retireLocationAttributeType(LocationAttributeType locationAttributeType,
java.lang.String reason) |
LocationAttributeType |
LocationServiceImpl.saveLocationAttributeType(LocationAttributeType locationAttributeType) |
LocationAttributeType |
LocationServiceImpl.unretireLocationAttributeType(LocationAttributeType locationAttributeType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LocationAttributeType> |
LocationServiceImpl.getAllLocationAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
LocationServiceImpl.purgeLocationAttributeType(LocationAttributeType locationAttributeType) |
LocationAttributeType |
LocationServiceImpl.retireLocationAttributeType(LocationAttributeType locationAttributeType,
java.lang.String reason) |
LocationAttributeType |
LocationServiceImpl.saveLocationAttributeType(LocationAttributeType locationAttributeType) |
LocationAttributeType |
LocationServiceImpl.unretireLocationAttributeType(LocationAttributeType locationAttributeType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Location> |
LocationServiceImpl.getLocations(java.lang.String nameFragment,
Location parent,
java.util.Map<LocationAttributeType,java.lang.Object> attributeValues,
boolean includeRetired,
java.lang.Integer start,
java.lang.Integer length) |
Modifier and Type | Method and Description |
---|---|
LocationAttributeType |
LocationAttributeTypeFormController.formBackingObject(LocationAttributeType attrType)
Put existing or newly-instantiated attribute type in the model
|
Modifier and Type | Method and Description |
---|---|
LocationAttributeType |
LocationAttributeTypeFormController.formBackingObject(LocationAttributeType attrType)
Put existing or newly-instantiated attribute type in the model
|
java.lang.String |
LocationAttributeTypeFormController.handleSubmit(org.springframework.web.context.request.WebRequest request,
LocationAttributeType attributeType,
org.springframework.validation.BindingResult errors)
Handle submission for create or edit
|
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.