| Modifier and Type | Method and Description |
|---|---|
static HostCluster |
HostClusterMapper.mapOmrsEntityDetailToHostCluster(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
HostClusterMapper.mapHostClusterToOmrsEntityDetail(HostCluster hostCluster)
Map (convert) the supplied HostCluster to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected HostCluster |
HostClusterReference.hostCluster |
| Modifier and Type | Method and Description |
|---|---|
HostCluster |
HostClusterReference.getHostCluster() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostClusterReference.setHostCluster(HostCluster hostCluster) |
| Modifier and Type | Method and Description |
|---|---|
HostCluster |
SubjectAreaBeansToAccessOMRS.addHostClusterClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied hostCluster
|
HostCluster |
SubjectAreaBeansToAccessOMRS.createHostCluster(String userId,
HostCluster hostCluster)
Create new hostCluster.
|
HostCluster |
SubjectAreaBeansToAccessOMRS.deleteHostClusterClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing hostCluster represented by a guid.
|
HostCluster |
SubjectAreaBeansToAccessOMRS.getHostClusterById(String userId,
String entityGuid)
Fetch complete definition of an hostCluster given its GUID.
|
HostCluster |
SubjectAreaBeansToAccessOMRS.restoreHostCluster(String userId,
String entityGuid)
Restore an HostCluster identified by its GUID.
|
HostCluster |
SubjectAreaBeansToAccessOMRS.updateHostCluster(String userId,
HostCluster hostCluster)
Update hostCluster
|
HostCluster |
SubjectAreaBeansToAccessOMRS.updateHostClusterClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing hostCluster represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
HostCluster |
SubjectAreaBeansToAccessOMRS.createHostCluster(String userId,
HostCluster hostCluster)
Create new hostCluster.
|
HostCluster |
SubjectAreaBeansToAccessOMRS.updateHostCluster(String userId,
HostCluster hostCluster)
Update hostCluster
|
Copyright © 2018–2019 ODPi. All rights reserved.