| Modifier and Type | Method and Description |
|---|---|
static MapSchemaType |
MapSchemaTypeMapper.mapOmrsEntityDetailToMapSchemaType(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
MapSchemaTypeMapper.mapMapSchemaTypeToOmrsEntityDetail(MapSchemaType mapSchemaType)
Map (convert) the supplied MapSchemaType to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected MapSchemaType |
ParentMapToReference.mapSchemaType |
protected MapSchemaType |
ParentMapFromReference.mapSchemaType |
| Modifier and Type | Method and Description |
|---|---|
MapSchemaType |
ParentMapToReference.getMapSchemaType() |
MapSchemaType |
ParentMapFromReference.getMapSchemaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParentMapToReference.setMapSchemaType(MapSchemaType mapSchemaType) |
void |
ParentMapFromReference.setMapSchemaType(MapSchemaType mapSchemaType) |
| Modifier and Type | Method and Description |
|---|---|
MapSchemaType |
SubjectAreaBeansToAccessOMRS.addMapSchemaTypeClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied mapSchemaType
|
MapSchemaType |
SubjectAreaBeansToAccessOMRS.createMapSchemaType(String userId,
MapSchemaType mapSchemaType)
Create new mapSchemaType.
|
MapSchemaType |
SubjectAreaBeansToAccessOMRS.deleteMapSchemaTypeClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing mapSchemaType represented by a guid.
|
MapSchemaType |
SubjectAreaBeansToAccessOMRS.getMapSchemaTypeById(String userId,
String entityGuid)
Fetch complete definition of an mapSchemaType given its GUID.
|
MapSchemaType |
SubjectAreaBeansToAccessOMRS.updateMapSchemaType(String userId,
MapSchemaType mapSchemaType)
Update mapSchemaType
|
MapSchemaType |
SubjectAreaBeansToAccessOMRS.updateMapSchemaTypeClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing mapSchemaType represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
MapSchemaType |
SubjectAreaBeansToAccessOMRS.createMapSchemaType(String userId,
MapSchemaType mapSchemaType)
Create new mapSchemaType.
|
MapSchemaType |
SubjectAreaBeansToAccessOMRS.updateMapSchemaType(String userId,
MapSchemaType mapSchemaType)
Update mapSchemaType
|
Copyright © 2018 ODPi. All rights reserved.