arlas-web-components / Exports / BaseCollectionService
Class: BaseCollectionService
Hierarchy
BaseCollectionService
Table of contents
Constructors
Methods
Constructors
constructor
• new BaseCollectionService()
Methods
_initDisplayNames
▸ Protected
Abstract
_initDisplayNames(): any
Returns
any
Defined in
projects/arlas-components/src/lib/services/collection.service.ts:24
_initUnits
▸ Protected
Abstract
_initUnits(): any
Returns
any
Defined in
projects/arlas-components/src/lib/services/collection.service.ts:23
getAllUnits
▸ Abstract
getAllUnits(): any
[]
Returns
any
[]
Defined in
projects/arlas-components/src/lib/services/collection.service.ts:28
getDisplayFieldName
▸ Abstract
getDisplayFieldName(fieldName
): string
Parameters
Name | Type |
---|---|
fieldName |
string |
Returns
string
Defined in
projects/arlas-components/src/lib/services/collection.service.ts:26
getDisplayName
▸ Abstract
getDisplayName(collectionName
): string
Parameters
Name | Type |
---|---|
collectionName |
string |
Returns
string
Defined in
projects/arlas-components/src/lib/services/collection.service.ts:25
getUnit
▸ Abstract
getUnit(collectionName
): string
Parameters
Name | Type |
---|---|
collectionName |
string |
Returns
string
Defined in
projects/arlas-components/src/lib/services/collection.service.ts:27