| Modifier and Type | Method and Description |
|---|---|
static OperatingPlatform |
OperatingPlatformMapper.mapOmrsEntityDetailToOperatingPlatform(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
OperatingPlatformMapper.mapOperatingPlatformToOmrsEntityDetail(OperatingPlatform operatingPlatform)
Map (convert) the supplied OperatingPlatform to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected OperatingPlatform |
PlatformReference.operatingPlatform |
| Modifier and Type | Method and Description |
|---|---|
OperatingPlatform |
PlatformReference.getOperatingPlatform() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformReference.setOperatingPlatform(OperatingPlatform operatingPlatform) |
| Modifier and Type | Method and Description |
|---|---|
OperatingPlatform |
SubjectAreaBeansToAccessOMRS.addOperatingPlatformClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied operatingPlatform
|
OperatingPlatform |
SubjectAreaBeansToAccessOMRS.createOperatingPlatform(String userId,
OperatingPlatform operatingPlatform)
Create new operatingPlatform.
|
OperatingPlatform |
SubjectAreaBeansToAccessOMRS.deleteOperatingPlatformClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing operatingPlatform represented by a guid.
|
OperatingPlatform |
SubjectAreaBeansToAccessOMRS.getOperatingPlatformById(String userId,
String entityGuid)
Fetch complete definition of an operatingPlatform given its GUID.
|
OperatingPlatform |
SubjectAreaBeansToAccessOMRS.updateOperatingPlatform(String userId,
OperatingPlatform operatingPlatform)
Update operatingPlatform
|
OperatingPlatform |
SubjectAreaBeansToAccessOMRS.updateOperatingPlatformClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing operatingPlatform represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
OperatingPlatform |
SubjectAreaBeansToAccessOMRS.createOperatingPlatform(String userId,
OperatingPlatform operatingPlatform)
Create new operatingPlatform.
|
OperatingPlatform |
SubjectAreaBeansToAccessOMRS.updateOperatingPlatform(String userId,
OperatingPlatform operatingPlatform)
Update operatingPlatform
|
Copyright © 2018 ODPi. All rights reserved.