Home
last modified time | relevance | path

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

/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
Dschedule.component.ts63 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/
Ddashboard.component.ts36 private scheduleService: ScheduleService, property in DashboardComponent
64 this.scheduleService.getSchedules(1, 0, '', 'timestamp', 'desc')