| Modifier and Type | Method and Description |
|---|---|
static GlossaryCategory |
GlossaryCategoryMapper.mapOmrsEntityDetailToGlossaryCategory(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
GlossaryCategoryMapper.mapGlossaryCategoryToOmrsEntityDetail(GlossaryCategory glossaryCategory)
Map (convert) the supplied GlossaryCategory to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryCategory |
LocalCategoriesReference.glossaryCategory |
| Modifier and Type | Method and Description |
|---|---|
GlossaryCategory |
LocalCategoriesReference.getGlossaryCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalCategoriesReference.setGlossaryCategory(GlossaryCategory glossaryCategory) |
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryCategory |
SubcategoriesReference.glossaryCategory |
protected GlossaryCategory |
SuperCategoryReference.glossaryCategory |
| Modifier and Type | Method and Description |
|---|---|
GlossaryCategory |
SubcategoriesReference.getGlossaryCategory() |
GlossaryCategory |
SuperCategoryReference.getGlossaryCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubcategoriesReference.setGlossaryCategory(GlossaryCategory glossaryCategory) |
void |
SuperCategoryReference.setGlossaryCategory(GlossaryCategory glossaryCategory) |
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryCategory |
CategoriesReference.glossaryCategory |
| Modifier and Type | Method and Description |
|---|---|
GlossaryCategory |
CategoriesReference.getGlossaryCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesReference.setGlossaryCategory(GlossaryCategory glossaryCategory) |
| Modifier and Type | Field and Description |
|---|---|
protected GlossaryCategory |
CategoriesReference.glossaryCategory |
| Modifier and Type | Method and Description |
|---|---|
GlossaryCategory |
CategoriesReference.getGlossaryCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoriesReference.setGlossaryCategory(GlossaryCategory glossaryCategory) |
| Modifier and Type | Method and Description |
|---|---|
GlossaryCategory |
SubjectAreaBeansToAccessOMRS.addGlossaryCategoryClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied glossaryCategory
|
GlossaryCategory |
SubjectAreaBeansToAccessOMRS.createGlossaryCategory(String userId,
GlossaryCategory glossaryCategory)
Create new glossaryCategory.
|
GlossaryCategory |
SubjectAreaBeansToAccessOMRS.deleteGlossaryCategoryClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing glossaryCategory represented by a guid.
|
GlossaryCategory |
SubjectAreaBeansToAccessOMRS.getGlossaryCategoryById(String userId,
String entityGuid)
Fetch complete definition of an glossaryCategory given its GUID.
|
GlossaryCategory |
SubjectAreaBeansToAccessOMRS.updateGlossaryCategory(String userId,
GlossaryCategory glossaryCategory)
Update glossaryCategory
|
GlossaryCategory |
SubjectAreaBeansToAccessOMRS.updateGlossaryCategoryClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing glossaryCategory represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryCategory |
SubjectAreaBeansToAccessOMRS.createGlossaryCategory(String userId,
GlossaryCategory glossaryCategory)
Create new glossaryCategory.
|
GlossaryCategory |
SubjectAreaBeansToAccessOMRS.updateGlossaryCategory(String userId,
GlossaryCategory glossaryCategory)
Update glossaryCategory
|
| Modifier and Type | Method and Description |
|---|---|
static GlossaryCategory |
CategoryMapper.mapCategoryToOMRSBean(Category category)
Map the Category to the generated GlossaryCategory
|
| Modifier and Type | Method and Description |
|---|---|
static Category |
CategoryMapper.mapOMRSBeantoCategory(GlossaryCategory omrsBean)
Map the GlossaryCategory OMRS Bean to the Catoegory exposed in the API
|
Copyright © 2018 ODPi. All rights reserved.