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 |
---|---|
ConceptStopWord |
ConceptService.saveConceptStopWord(ConceptStopWord conceptStopWord)
Save the given
ConceptStopWord in the database
If this is a new concept stop word, the returned concept stop word will have a new
getConceptStopWordId() inserted into it that was
generated by the database
|
Modifier and Type | Method and Description |
---|---|
List<ConceptStopWord> |
ConceptService.getAllConceptStopWords()
Get all the concept stop words
|
Modifier and Type | Method and Description |
---|---|
ConceptStopWord |
ConceptService.saveConceptStopWord(ConceptStopWord conceptStopWord)
Save the given
ConceptStopWord in the database
If this is a new concept stop word, the returned concept stop word will have a new
getConceptStopWordId() inserted into it that was
generated by the database
|
Modifier and Type | Method and Description |
---|---|
ConceptStopWord |
ConceptDAO.saveConceptStopWord(ConceptStopWord conceptStopWord) |
Modifier and Type | Method and Description |
---|---|
List<ConceptStopWord> |
ConceptDAO.getAllConceptStopWords() |
Modifier and Type | Method and Description |
---|---|
ConceptStopWord |
ConceptDAO.saveConceptStopWord(ConceptStopWord conceptStopWord) |
Modifier and Type | Method and Description |
---|---|
ConceptStopWord |
HibernateConceptDAO.saveConceptStopWord(ConceptStopWord conceptStopWord) |
Modifier and Type | Method and Description |
---|---|
List<ConceptStopWord> |
HibernateConceptDAO.getAllConceptStopWords() |
Modifier and Type | Method and Description |
---|---|
ConceptStopWord |
HibernateConceptDAO.saveConceptStopWord(ConceptStopWord conceptStopWord) |
Modifier and Type | Method and Description |
---|---|
ConceptStopWord |
ConceptServiceImpl.saveConceptStopWord(ConceptStopWord conceptStopWord) |
Modifier and Type | Method and Description |
---|---|
List<ConceptStopWord> |
ConceptServiceImpl.getAllConceptStopWords() |
Modifier and Type | Method and Description |
---|---|
ConceptStopWord |
ConceptServiceImpl.saveConceptStopWord(ConceptStopWord conceptStopWord) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.