src/app/services/count-cache/count-cache.service.ts
A count cache service.
Properties |
|
Methods |
|
Accessors |
constructor(uiService: UiService, tagCloudProcessorService: TagCloudProcessorService, model: ModelModel, chartService: ChartService)
|
||||||||||||||||||||
Constructs the count cache service. ~constructor
Parameters :
|
Public calcCountCache | ||||||
calcCountCache(propertyNames: string[])
|
||||||
Calculates the count cache and refreshes project charts.
Parameters :
Returns :
void
|
Public checkToggleCollapsed | ||||||||
checkToggleCollapsed(propertyName?: string)
|
||||||||
Checkes if the section toggle state is collapsed.
Parameters :
Returns :
boolean
Whether the section toggle state is collapsed. |
Public getDecryptedProjectPeriod | ||||||||
getDecryptedProjectPeriod(project: Project)
|
||||||||
Gets the project period decrypted for a project
Parameters :
Returns :
string
|
Public getProjectIsOnePersonTeam | ||||||||
getProjectIsOnePersonTeam(project: Project)
|
||||||||
One person team project indicator.
Parameters :
Returns :
boolean
|
Public decryptedPeriod |
Type : Indexable
|
Default value : {}
|
Project period decrypted. |
Public Readonly uiService |
Type : UiService
|
The UI service injected dependency.
|
countCache | ||||
getcountCache()
|
||||
Aggregation count cache getter. |
||||
setcountCache(value)
|
||||
Aggregation count cache setter.
Parameters :
Returns :
void
|
frequenciesCache | ||||
getfrequenciesCache()
|
||||
Frequencies cache getter. |
||||
setfrequenciesCache(value)
|
||||
Frequencies cache setter.
Parameters :
Returns :
void
|
filtered |
getfiltered()
|
Filtered getter. |