Searched refs:scheduleService (Results 1 – 2 of 2) sorted by relevance
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/ |
D | schedule.component.ts | 63 constructor(private scheduleService: ScheduleService, property in ScheduleComponent 78 this.scheduleService.getCount(filterJSON).subscribe(observer); 88 this.scheduleService.getSchedules(size, offset, filterJSON, '', '') 128 this.scheduleService.suspendSchedule(schedules)
|
/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/ |
D | dashboard.component.ts | 36 private scheduleService: ScheduleService, property in DashboardComponent 64 this.scheduleService.getSchedules(1, 0, '', 'timestamp', 'desc')
|