| Modifier and Type | Method and Description |
|---|---|
static Collection |
CollectionMapper.mapOmrsEntityDetailToCollection(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
CollectionMapper.mapCollectionToOmrsEntityDetail(Collection collection)
Map (convert) the supplied Collection to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection |
ActorCollectionsReference.collection |
| Modifier and Type | Method and Description |
|---|---|
Collection |
ActorCollectionsReference.getCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActorCollectionsReference.setCollection(Collection collection) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
SubjectAreaBeansToAccessOMRS.addCollectionClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied collection
|
Collection |
SubjectAreaBeansToAccessOMRS.createCollection(String userId,
Collection collection)
Create new collection.
|
Collection |
SubjectAreaBeansToAccessOMRS.deleteCollectionClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing collection represented by a guid.
|
Collection |
SubjectAreaBeansToAccessOMRS.getCollectionById(String userId,
String entityGuid)
Fetch complete definition of an collection given its GUID.
|
Collection |
SubjectAreaBeansToAccessOMRS.updateCollection(String userId,
Collection collection)
Update collection
|
Collection |
SubjectAreaBeansToAccessOMRS.updateCollectionClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing collection represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
SubjectAreaBeansToAccessOMRS.createCollection(String userId,
Collection collection)
Create new collection.
|
Collection |
SubjectAreaBeansToAccessOMRS.updateCollection(String userId,
Collection collection)
Update collection
|
Copyright © 2018 ODPi. All rights reserved.