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 |
Modifier and Type | Method and Description |
---|---|
OrderAttributeType |
OrderService.getOrderAttributeTypeById(Integer orderAttributeTypeId)
Fetches order attribute type using provided Id
|
OrderAttributeType |
OrderService.getOrderAttributeTypeByName(String orderAttributeTypeName)
Retrieves an order attribute type object based on the name provided
|
OrderAttributeType |
OrderService.getOrderAttributeTypeByUuid(String uuid)
Fetches order attribute type using provided uuid
|
OrderAttributeType |
OrderService.retireOrderAttributeType(OrderAttributeType orderAttributeType,
String reason)
Retires the given order attribute type in the database
|
OrderAttributeType |
OrderService.saveOrderAttributeType(OrderAttributeType orderAttributeType)
Creates or updates the given order attribute type in the database
|
OrderAttributeType |
OrderService.unretireOrderAttributeType(OrderAttributeType orderAttributeType)
Restores an order attribute type that was previously retired in the database
|
Modifier and Type | Method and Description |
---|---|
List<OrderAttributeType> |
OrderService.getAllOrderAttributeTypes()
Returns all order attribute types
|
Modifier and Type | Method and Description |
---|---|
void |
OrderService.purgeOrderAttributeType(OrderAttributeType orderAttributeType)
Completely removes an order attribute type from the database
|
OrderAttributeType |
OrderService.retireOrderAttributeType(OrderAttributeType orderAttributeType,
String reason)
Retires the given order attribute type in the database
|
OrderAttributeType |
OrderService.saveOrderAttributeType(OrderAttributeType orderAttributeType)
Creates or updates the given order attribute type in the database
|
OrderAttributeType |
OrderService.unretireOrderAttributeType(OrderAttributeType orderAttributeType)
Restores an order attribute type that was previously retired in the database
|
Modifier and Type | Method and Description |
---|---|
OrderAttributeType |
OrderDAO.getOrderAttributeTypeById(Integer orderAttributeTypeId) |
OrderAttributeType |
OrderDAO.getOrderAttributeTypeByName(String name) |
OrderAttributeType |
OrderDAO.getOrderAttributeTypeByUuid(String uuid) |
OrderAttributeType |
OrderDAO.saveOrderAttributeType(OrderAttributeType orderAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<OrderAttributeType> |
OrderDAO.getAllOrderAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
OrderDAO.deleteOrderAttributeType(OrderAttributeType orderAttributeType) |
OrderAttributeType |
OrderDAO.saveOrderAttributeType(OrderAttributeType orderAttributeType) |
Modifier and Type | Method and Description |
---|---|
OrderAttributeType |
HibernateOrderDAO.getOrderAttributeTypeById(Integer orderAttributeTypeId) |
OrderAttributeType |
HibernateOrderDAO.getOrderAttributeTypeByName(String name) |
OrderAttributeType |
HibernateOrderDAO.getOrderAttributeTypeByUuid(String uuid) |
OrderAttributeType |
HibernateOrderDAO.saveOrderAttributeType(OrderAttributeType orderAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<OrderAttributeType> |
HibernateOrderDAO.getAllOrderAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
HibernateOrderDAO.deleteOrderAttributeType(OrderAttributeType orderAttributeType) |
OrderAttributeType |
HibernateOrderDAO.saveOrderAttributeType(OrderAttributeType orderAttributeType) |
Modifier and Type | Method and Description |
---|---|
OrderAttributeType |
OrderServiceImpl.getOrderAttributeTypeById(Integer id) |
OrderAttributeType |
OrderServiceImpl.getOrderAttributeTypeByName(String orderAttributeTypeName) |
OrderAttributeType |
OrderServiceImpl.getOrderAttributeTypeByUuid(String uuid) |
OrderAttributeType |
OrderServiceImpl.retireOrderAttributeType(OrderAttributeType orderAttributeType,
String reason) |
OrderAttributeType |
OrderServiceImpl.saveOrderAttributeType(OrderAttributeType orderAttributeType) |
OrderAttributeType |
OrderServiceImpl.unretireOrderAttributeType(OrderAttributeType orderAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<OrderAttributeType> |
OrderServiceImpl.getAllOrderAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
OrderServiceImpl.purgeOrderAttributeType(OrderAttributeType orderAttributeType) |
OrderAttributeType |
OrderServiceImpl.retireOrderAttributeType(OrderAttributeType orderAttributeType,
String reason) |
OrderAttributeType |
OrderServiceImpl.saveOrderAttributeType(OrderAttributeType orderAttributeType) |
OrderAttributeType |
OrderServiceImpl.unretireOrderAttributeType(OrderAttributeType orderAttributeType) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.