| Modifier and Type | Method and Description |
|---|---|
static ComplexSchemaType |
ComplexSchemaTypeMapper.mapOmrsEntityDetailToComplexSchemaType(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
ComplexSchemaTypeMapper.mapComplexSchemaTypeToOmrsEntityDetail(ComplexSchemaType complexSchemaType)
Map (convert) the supplied ComplexSchemaType to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected ComplexSchemaType |
ParentSchemasReference.complexSchemaType |
| Modifier and Type | Method and Description |
|---|---|
ComplexSchemaType |
ParentSchemasReference.getComplexSchemaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParentSchemasReference.setComplexSchemaType(ComplexSchemaType complexSchemaType) |
| Modifier and Type | Method and Description |
|---|---|
ComplexSchemaType |
SubjectAreaBeansToAccessOMRS.addComplexSchemaTypeClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied complexSchemaType
|
ComplexSchemaType |
SubjectAreaBeansToAccessOMRS.createComplexSchemaType(String userId,
ComplexSchemaType complexSchemaType)
Create new complexSchemaType.
|
ComplexSchemaType |
SubjectAreaBeansToAccessOMRS.deleteComplexSchemaTypeClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing complexSchemaType represented by a guid.
|
ComplexSchemaType |
SubjectAreaBeansToAccessOMRS.getComplexSchemaTypeById(String userId,
String entityGuid)
Fetch complete definition of an complexSchemaType given its GUID.
|
ComplexSchemaType |
SubjectAreaBeansToAccessOMRS.updateComplexSchemaType(String userId,
ComplexSchemaType complexSchemaType)
Update complexSchemaType
|
ComplexSchemaType |
SubjectAreaBeansToAccessOMRS.updateComplexSchemaTypeClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing complexSchemaType represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexSchemaType |
SubjectAreaBeansToAccessOMRS.createComplexSchemaType(String userId,
ComplexSchemaType complexSchemaType)
Create new complexSchemaType.
|
ComplexSchemaType |
SubjectAreaBeansToAccessOMRS.updateComplexSchemaType(String userId,
ComplexSchemaType complexSchemaType)
Update complexSchemaType
|
Copyright © 2018 ODPi. All rights reserved.