Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CategoriesService

service holder for the categories and provide some logic helpers

Hierarchy

  • CategoriesService

Index

Constructors

constructor

Properties

Private categoriesSparqlCacheSubject

categoriesSparqlCacheSubject: BehaviorSubject<IDashboardCategory[]> = new BehaviorSubject([])

Private categoriesSparqlGraph

categoriesSparqlGraph: string = this.vocabUrl + '/spq-categories/get'

Private http

http: Http

Private mainCategoriesQueryStrings

mainCategoriesQueryStrings: string[] = []

Private vocabUrl

vocabUrl: string

Methods

getAllCategories

getCildCategoryById

getMainCategoryForQueryString

Private handleError

  • handleError(errorResponse: Response): ErrorObservable

Private loadInitialCategories

updateQueryStringforChildCategory

Generated using TypeDoc