Class ScheduleNowHooker
java.lang.Object
net.datenwerke.rs.scheduler.client.scheduler.schedulereportlist.hookers.ScheduleNowHooker
- All Implemented Interfaces:
Hook,ScheduledReportListDetailToolbarHook
-
Constructor Summary
ConstructorsConstructorDescriptionScheduleNowHooker(LoginService loginService, SchedulerDao schedulerDao, SecurityUIService securityService, ToolbarService toolbarService) -
Method Summary
Modifier and TypeMethodDescriptionvoidstatusBarToolbarHook_addLeft(ToolBar toolbar, ReportScheduleJobListInformation info, ReportScheduleJobInformation detailInfo, ScheduledReportListPanel reportListPanel) voidstatusBarToolbarHook_addRight(ToolBar toolbar, ReportScheduleJobListInformation info, ReportScheduleJobInformation detailInfo, ScheduledReportListPanel reportListPanel)
-
Constructor Details
-
ScheduleNowHooker
public ScheduleNowHooker(LoginService loginService, SchedulerDao schedulerDao, SecurityUIService securityService, ToolbarService toolbarService)
-
-
Method Details
-
statusBarToolbarHook_addLeft
public void statusBarToolbarHook_addLeft(ToolBar toolbar, ReportScheduleJobListInformation info, ReportScheduleJobInformation detailInfo, ScheduledReportListPanel reportListPanel) - Specified by:
statusBarToolbarHook_addLeftin interfaceScheduledReportListDetailToolbarHook
-
statusBarToolbarHook_addRight
public void statusBarToolbarHook_addRight(ToolBar toolbar, ReportScheduleJobListInformation info, ReportScheduleJobInformation detailInfo, ScheduledReportListPanel reportListPanel) - Specified by:
statusBarToolbarHook_addRightin interfaceScheduledReportListDetailToolbarHook
-