| Modifier and Type | Method and Description |
|---|---|
static Network |
NetworkMapper.mapOmrsEntityDetailToNetwork(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
NetworkMapper.mapNetworkToOmrsEntityDetail(Network network)
Map (convert) the supplied Network to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Network |
NetworkConnectionsReference.network |
| Modifier and Type | Method and Description |
|---|---|
Network |
NetworkConnectionsReference.getNetwork() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkConnectionsReference.setNetwork(Network network) |
| Modifier and Type | Field and Description |
|---|---|
protected Network |
NetworkConnectionsReference.network |
| Modifier and Type | Method and Description |
|---|---|
Network |
NetworkConnectionsReference.getNetwork() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkConnectionsReference.setNetwork(Network network) |
| Modifier and Type | Method and Description |
|---|---|
Network |
SubjectAreaBeansToAccessOMRS.addNetworkClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied network
|
Network |
SubjectAreaBeansToAccessOMRS.createNetwork(String userId,
Network network)
Create new network.
|
Network |
SubjectAreaBeansToAccessOMRS.deleteNetworkClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing network represented by a guid.
|
Network |
SubjectAreaBeansToAccessOMRS.getNetworkById(String userId,
String entityGuid)
Fetch complete definition of an network given its GUID.
|
Network |
SubjectAreaBeansToAccessOMRS.updateNetwork(String userId,
Network network)
Update network
|
Network |
SubjectAreaBeansToAccessOMRS.updateNetworkClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing network represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Network |
SubjectAreaBeansToAccessOMRS.createNetwork(String userId,
Network network)
Create new network.
|
Network |
SubjectAreaBeansToAccessOMRS.updateNetwork(String userId,
Network network)
Update network
|
Copyright © 2018 ODPi. All rights reserved.