| Modifier and Type | Method and Description |
|---|---|
static Host |
HostMapper.mapOmrsEntityDetailToHost(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
HostMapper.mapHostToOmrsEntityDetail(Host host)
Map (convert) the supplied Host to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Host |
ManagedHostsReference.host |
| Modifier and Type | Method and Description |
|---|---|
Host |
ManagedHostsReference.getHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedHostsReference.setHost(Host host) |
| Modifier and Type | Field and Description |
|---|---|
protected Host |
LocalHostsReference.host |
| Modifier and Type | Method and Description |
|---|---|
Host |
LocalHostsReference.getHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalHostsReference.setHost(Host host) |
| Modifier and Type | Field and Description |
|---|---|
protected Host |
ConnectedHostsReference.host |
| Modifier and Type | Method and Description |
|---|---|
Host |
ConnectedHostsReference.getHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectedHostsReference.setHost(Host host) |
| Modifier and Type | Field and Description |
|---|---|
protected Host |
HostsReference.host |
| Modifier and Type | Method and Description |
|---|---|
Host |
HostsReference.getHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostsReference.setHost(Host host) |
| Modifier and Type | Field and Description |
|---|---|
protected Host |
HostsReference.host |
| Modifier and Type | Method and Description |
|---|---|
Host |
HostsReference.getHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
HostsReference.setHost(Host host) |
| Modifier and Type | Method and Description |
|---|---|
Host |
SubjectAreaBeansToAccessOMRS.addHostClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied host
|
Host |
SubjectAreaBeansToAccessOMRS.createHost(String userId,
Host host)
Create new host.
|
Host |
SubjectAreaBeansToAccessOMRS.deleteHostClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing host represented by a guid.
|
Host |
SubjectAreaBeansToAccessOMRS.getHostById(String userId,
String entityGuid)
Fetch complete definition of an host given its GUID.
|
Host |
SubjectAreaBeansToAccessOMRS.restoreHost(String userId,
String entityGuid)
Restore an Host identified by its GUID.
|
Host |
SubjectAreaBeansToAccessOMRS.updateHost(String userId,
Host host)
Update host
|
Host |
SubjectAreaBeansToAccessOMRS.updateHostClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing host represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Host |
SubjectAreaBeansToAccessOMRS.createHost(String userId,
Host host)
Create new host.
|
Host |
SubjectAreaBeansToAccessOMRS.updateHost(String userId,
Host host)
Update host
|
Copyright © 2018–2019 ODPi. All rights reserved.