| Modifier and Type | Method and Description |
|---|---|
static Location |
LocationMapper.mapOmrsEntityDetailToLocation(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
LocationMapper.mapLocationToOmrsEntityDetail(Location location)
Map (convert) the supplied Location to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Location |
LocationsReference.location |
| Modifier and Type | Method and Description |
|---|---|
Location |
LocationsReference.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocationsReference.setLocation(Location location) |
| Modifier and Type | Field and Description |
|---|---|
protected Location |
PeerLocationReference.location |
protected Location |
KnownLocationsReference.location |
protected Location |
LocalAssetsReference.location |
protected Location |
NestedLocationReference.location |
protected Location |
GroupingLocationReference.location |
| Modifier and Type | Method and Description |
|---|---|
Location |
PeerLocationReference.getLocation() |
Location |
KnownLocationsReference.getLocation() |
Location |
LocalAssetsReference.getLocation() |
Location |
NestedLocationReference.getLocation() |
Location |
GroupingLocationReference.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerLocationReference.setLocation(Location location) |
void |
KnownLocationsReference.setLocation(Location location) |
void |
LocalAssetsReference.setLocation(Location location) |
void |
NestedLocationReference.setLocation(Location location) |
void |
GroupingLocationReference.setLocation(Location location) |
| Modifier and Type | Method and Description |
|---|---|
Location |
SubjectAreaBeansToAccessOMRS.addLocationClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied location
|
Location |
SubjectAreaBeansToAccessOMRS.createLocation(String userId,
Location location)
Create new location.
|
Location |
SubjectAreaBeansToAccessOMRS.deleteLocationClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing location represented by a guid.
|
Location |
SubjectAreaBeansToAccessOMRS.getLocationById(String userId,
String entityGuid)
Fetch complete definition of an location given its GUID.
|
Location |
SubjectAreaBeansToAccessOMRS.updateLocation(String userId,
Location location)
Update location
|
Location |
SubjectAreaBeansToAccessOMRS.updateLocationClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing location represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
SubjectAreaBeansToAccessOMRS.createLocation(String userId,
Location location)
Create new location.
|
Location |
SubjectAreaBeansToAccessOMRS.updateLocation(String userId,
Location location)
Update location
|
Copyright © 2018 ODPi. All rights reserved.