Home
last modified time | relevance | path

Searched refs:jobService (Results 1 – 1 of 1) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.component.ts87 constructor(private jobService: JobService, property in JobComponent
107 this.jobService.getCount(filterJSON).subscribe(observer);
117 this.jobService.getJobs(size, offset, filterJSON, this.sort, this.sortDirection)
170 this.jobService.getJobs(0, 0, timeFilterString, '', '')