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 |
---|---|
OrderGroupAttributeType |
OrderService.getOrderGroupAttributeType(Integer orderGroupAttributeTypeId)
Fetches order group attribute type using provided Id
|
OrderGroupAttributeType |
OrderService.getOrderGroupAttributeTypeByName(String orderGroupAttributeTypeName)
Retrieves an order group attribute type object based on the name provided
|
OrderGroupAttributeType |
OrderService.getOrderGroupAttributeTypeByUuid(String uuid)
Fetches order group attribute type using provided uuid
|
OrderGroupAttributeType |
OrderService.retireOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType,
String reason)
Retires the given order group attribute type in the database
|
OrderGroupAttributeType |
OrderService.saveOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType)
Creates or updates the given order group attribute type in the database
|
OrderGroupAttributeType |
OrderService.unretireOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType)
Restores an order group attribute type that was previously retired in the database
|
Modifier and Type | Method and Description |
---|---|
List<OrderGroupAttributeType> |
OrderService.getAllOrderGroupAttributeTypes()
Returns all order group attribute types
|
Modifier and Type | Method and Description |
---|---|
void |
OrderService.purgeOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType)
Completely removes an order group attribute type from the database
|
OrderGroupAttributeType |
OrderService.retireOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType,
String reason)
Retires the given order group attribute type in the database
|
OrderGroupAttributeType |
OrderService.saveOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType)
Creates or updates the given order group attribute type in the database
|
OrderGroupAttributeType |
OrderService.unretireOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType)
Restores an order group attribute type that was previously retired in the database
|
Modifier and Type | Method and Description |
---|---|
OrderGroupAttributeType |
OrderDAO.getOrderGroupAttributeType(Integer orderGroupAttributeTypeId) |
OrderGroupAttributeType |
OrderDAO.getOrderGroupAttributeTypeByName(String name) |
OrderGroupAttributeType |
OrderDAO.getOrderGroupAttributeTypeByUuid(String uuid) |
OrderGroupAttributeType |
OrderDAO.saveOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<OrderGroupAttributeType> |
OrderDAO.getAllOrderGroupAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
OrderDAO.deleteOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
OrderGroupAttributeType |
OrderDAO.saveOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
Modifier and Type | Method and Description |
---|---|
OrderGroupAttributeType |
HibernateOrderDAO.getOrderGroupAttributeType(Integer orderGroupAttributeTypeId) |
OrderGroupAttributeType |
HibernateOrderDAO.getOrderGroupAttributeTypeByName(String name) |
OrderGroupAttributeType |
HibernateOrderDAO.getOrderGroupAttributeTypeByUuid(String uuid) |
OrderGroupAttributeType |
HibernateOrderDAO.saveOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<OrderGroupAttributeType> |
HibernateOrderDAO.getAllOrderGroupAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
HibernateOrderDAO.deleteOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
OrderGroupAttributeType |
HibernateOrderDAO.saveOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
Modifier and Type | Method and Description |
---|---|
OrderGroupAttributeType |
OrderServiceImpl.getOrderGroupAttributeType(Integer id) |
OrderGroupAttributeType |
OrderServiceImpl.getOrderGroupAttributeTypeByName(String orderGroupAttributeTypeName) |
OrderGroupAttributeType |
OrderServiceImpl.getOrderGroupAttributeTypeByUuid(String uuid) |
OrderGroupAttributeType |
OrderServiceImpl.retireOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType,
String reason) |
OrderGroupAttributeType |
OrderServiceImpl.saveOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
OrderGroupAttributeType |
OrderServiceImpl.unretireOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<OrderGroupAttributeType> |
OrderServiceImpl.getAllOrderGroupAttributeTypes() |
Modifier and Type | Method and Description |
---|---|
void |
OrderServiceImpl.purgeOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
OrderGroupAttributeType |
OrderServiceImpl.retireOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType,
String reason) |
OrderGroupAttributeType |
OrderServiceImpl.saveOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
OrderGroupAttributeType |
OrderServiceImpl.unretireOrderGroupAttributeType(OrderGroupAttributeType orderGroupAttributeType) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.