Skip to content

arlas-web-components / Exports / CollectionService

Class: CollectionService

Table of contents

Constructors

Methods

Constructors

constructor

new CollectionService(baseCollectionService)

Parameters

Name Type
baseCollectionService BaseCollectionService

Defined in

projects/arlas-components/src/lib/services/collection.service.ts:57

Methods

getAllUnits

getAllUnits(): any[]

Returns

any[]

Defined in

projects/arlas-components/src/lib/services/collection.service.ts:71


getDisplayFieldName

getDisplayFieldName(fieldName): string

Parameters

Name Type
fieldName string

Returns

string

Defined in

projects/arlas-components/src/lib/services/collection.service.ts:63


getDisplayName

getDisplayName(collectionName): string

Parameters

Name Type
collectionName string

Returns

string

Defined in

projects/arlas-components/src/lib/services/collection.service.ts:59


getUnit

getUnit(collectionName): string

Parameters

Name Type
collectionName string

Returns

string

Defined in

projects/arlas-components/src/lib/services/collection.service.ts:67