src/app/services/entities/entities.service.ts
A entities service.
Properties |
|
Methods |
|
Accessors |
constructor(generalTimelineService: GeneralTimelineService, uiService: UiService, excelDateFormatterService: ExcelDateFormatterService, model: ModelModel)
|
||||||||||||||||||||
Constructs the entities service. ~constructor
Parameters :
|
Public count | ||||||||||||||||||||
count(collection: Indexable[], propertyName: string, splitter: string)
|
||||||||||||||||||||
Calculates the number of items in an aggregation string based on a splitter character/string.
Parameters :
Returns :
number
The number of items in an aggregation string. |
Public getCountValue | ||||||
getCountValue(key: string)
|
||||||
Count cache, aggregation or fixed collection length value.
Parameters :
Returns :
number
|
Public getCountValueFormatted | ||||||
getCountValueFormatted(key: string)
|
||||||
Formatted count value.
Parameters :
Returns :
string
|
Public Readonly generalTimelineService |
Type : GeneralTimelineService
|
The general timeline service injected dependency.
|
Public Readonly model |
Type : ModelModel
|
The model injected dependency.
|
Public Readonly uiService |
Type : UiService
|
The UI service injected dependency.
|
entities |
getentities()
|
Entities getter delegate. |