| Modifier and Type | Method and Description |
|---|---|
static PropertyFacet |
PropertyFacetMapper.mapOmrsEntityDetailToPropertyFacet(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
PropertyFacetMapper.mapPropertyFacetToOmrsEntityDetail(PropertyFacet propertyFacet)
Map (convert) the supplied PropertyFacet to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected PropertyFacet |
FacetsReference.propertyFacet |
| Modifier and Type | Method and Description |
|---|---|
PropertyFacet |
FacetsReference.getPropertyFacet() |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetsReference.setPropertyFacet(PropertyFacet propertyFacet) |
| Modifier and Type | Method and Description |
|---|---|
PropertyFacet |
SubjectAreaBeansToAccessOMRS.addPropertyFacetClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied propertyFacet
|
PropertyFacet |
SubjectAreaBeansToAccessOMRS.createPropertyFacet(String userId,
PropertyFacet propertyFacet)
Create new propertyFacet.
|
PropertyFacet |
SubjectAreaBeansToAccessOMRS.deletePropertyFacetClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing propertyFacet represented by a guid.
|
PropertyFacet |
SubjectAreaBeansToAccessOMRS.getPropertyFacetById(String userId,
String entityGuid)
Fetch complete definition of an propertyFacet given its GUID.
|
PropertyFacet |
SubjectAreaBeansToAccessOMRS.updatePropertyFacet(String userId,
PropertyFacet propertyFacet)
Update propertyFacet
|
PropertyFacet |
SubjectAreaBeansToAccessOMRS.updatePropertyFacetClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing propertyFacet represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyFacet |
SubjectAreaBeansToAccessOMRS.createPropertyFacet(String userId,
PropertyFacet propertyFacet)
Create new propertyFacet.
|
PropertyFacet |
SubjectAreaBeansToAccessOMRS.updatePropertyFacet(String userId,
PropertyFacet propertyFacet)
Update propertyFacet
|
Copyright © 2018 ODPi. All rights reserved.