public class CollectionMapper extends Object
| Constructor and Description |
|---|
CollectionMapper() |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
mapCollectionToOmrsEntityDetail(Collection collection)
Map (convert) the supplied Collection to an entityDetail.
|
static Collection |
mapOmrsEntityDetailToCollection(EntityDetail omrsEntityDetail) |
public static Collection mapOmrsEntityDetailToCollection(EntityDetail omrsEntityDetail) throws InvalidParameterException
omrsEntityDetail - the supplied EntityDetailInvalidParameterException - a parameter is null or an invalid value.public static EntityDetail mapCollectionToOmrsEntityDetail(Collection collection)
collection - supplied CollectionCopyright © 2018–2019 ODPi. All rights reserved.