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 |
---|---|
ConceptAttributeType |
ConceptService.getConceptAttributeType(Integer id) |
ConceptAttributeType |
ConceptService.getConceptAttributeTypeByName(String exactName)
Retrieves a ConceptAttributeType object based on the name provided
|
ConceptAttributeType |
ConceptService.getConceptAttributeTypeByUuid(String uuid) |
ConceptAttributeType |
ConceptService.retireConceptAttributeType(ConceptAttributeType conceptAttributeType,
String reason)
Retire a concept attribute type
|
ConceptAttributeType |
ConceptService.saveConceptAttributeType(ConceptAttributeType conceptAttributeType)
Creates or updates the given concept attribute type in the database
|
ConceptAttributeType |
ConceptService.unretireConceptAttributeType(ConceptAttributeType conceptAttributeType)
Un-Retire a concept attribute type
|
Modifier and Type | Method and Description |
---|---|
List<ConceptAttributeType> |
ConceptService.getAllConceptAttributeTypes() |
List<ConceptAttributeType> |
ConceptService.getConceptAttributeTypes(String name)
Find concept attribute types matching the given parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConceptService.hasAnyConceptAttribute(ConceptAttributeType conceptAttributeType) |
void |
ConceptService.purgeConceptAttributeType(ConceptAttributeType conceptAttributeType)
Completely removes a concept attribute type from the database
|
ConceptAttributeType |
ConceptService.retireConceptAttributeType(ConceptAttributeType conceptAttributeType,
String reason)
Retire a concept attribute type
|
ConceptAttributeType |
ConceptService.saveConceptAttributeType(ConceptAttributeType conceptAttributeType)
Creates or updates the given concept attribute type in the database
|
ConceptAttributeType |
ConceptService.unretireConceptAttributeType(ConceptAttributeType conceptAttributeType)
Un-Retire a concept attribute type
|
Modifier and Type | Method and Description |
---|---|
ConceptAttributeType |
ConceptDAO.getConceptAttributeType(Integer id) |
ConceptAttributeType |
ConceptDAO.getConceptAttributeTypeByName(String exactName) |
ConceptAttributeType |
ConceptDAO.getConceptAttributeTypeByUuid(String uuid) |
ConceptAttributeType |
ConceptDAO.saveConceptAttributeType(ConceptAttributeType conceptAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<ConceptAttributeType> |
ConceptDAO.getAllConceptAttributeTypes() |
List<ConceptAttributeType> |
ConceptDAO.getConceptAttributeTypes(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ConceptDAO.deleteConceptAttributeType(ConceptAttributeType conceptAttributeType) |
long |
ConceptDAO.getConceptAttributeCount(ConceptAttributeType conceptAttributeType) |
ConceptAttributeType |
ConceptDAO.saveConceptAttributeType(ConceptAttributeType conceptAttributeType) |
Modifier and Type | Method and Description |
---|---|
ConceptAttributeType |
HibernateConceptDAO.getConceptAttributeType(Integer id) |
ConceptAttributeType |
HibernateConceptDAO.getConceptAttributeTypeByName(String exactName) |
ConceptAttributeType |
HibernateConceptDAO.getConceptAttributeTypeByUuid(String uuid) |
ConceptAttributeType |
HibernateConceptDAO.saveConceptAttributeType(ConceptAttributeType conceptAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<ConceptAttributeType> |
HibernateConceptDAO.getAllConceptAttributeTypes() |
List<ConceptAttributeType> |
HibernateConceptDAO.getConceptAttributeTypes(String name) |
Modifier and Type | Method and Description |
---|---|
void |
HibernateConceptDAO.deleteConceptAttributeType(ConceptAttributeType conceptAttributeType) |
long |
HibernateConceptDAO.getConceptAttributeCount(ConceptAttributeType conceptAttributeType) |
ConceptAttributeType |
HibernateConceptDAO.saveConceptAttributeType(ConceptAttributeType conceptAttributeType) |
Modifier and Type | Method and Description |
---|---|
ConceptAttributeType |
ConceptServiceImpl.getConceptAttributeType(Integer id) |
ConceptAttributeType |
ConceptServiceImpl.getConceptAttributeTypeByName(String exactName) |
ConceptAttributeType |
ConceptServiceImpl.getConceptAttributeTypeByUuid(String uuid) |
ConceptAttributeType |
ConceptServiceImpl.retireConceptAttributeType(ConceptAttributeType conceptAttributeType,
String reason) |
ConceptAttributeType |
ConceptServiceImpl.saveConceptAttributeType(ConceptAttributeType conceptAttributeType) |
ConceptAttributeType |
ConceptServiceImpl.unretireConceptAttributeType(ConceptAttributeType conceptAttributeType) |
Modifier and Type | Method and Description |
---|---|
List<ConceptAttributeType> |
ConceptServiceImpl.getAllConceptAttributeTypes() |
List<ConceptAttributeType> |
ConceptServiceImpl.getConceptAttributeTypes(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConceptServiceImpl.hasAnyConceptAttribute(ConceptAttributeType conceptAttributeType) |
void |
ConceptServiceImpl.purgeConceptAttributeType(ConceptAttributeType conceptAttributeType) |
ConceptAttributeType |
ConceptServiceImpl.retireConceptAttributeType(ConceptAttributeType conceptAttributeType,
String reason) |
ConceptAttributeType |
ConceptServiceImpl.saveConceptAttributeType(ConceptAttributeType conceptAttributeType) |
ConceptAttributeType |
ConceptServiceImpl.unretireConceptAttributeType(ConceptAttributeType conceptAttributeType) |
Modifier and Type | Method and Description |
---|---|
protected ConceptAttributeType |
ConceptAttributeTypeEditor.getObjectById(Integer id) |
protected ConceptAttributeType |
ConceptAttributeTypeEditor.getObjectByUuid(String uuid) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.