Class EditScheduleEntryHooker
java.lang.Object
net.datenwerke.rs.scheduler.client.scheduler.schedulereportlist.hookers.EditScheduleEntryHooker
- All Implemented Interfaces:
Hook,ScheduledReportListDetailToolbarHook
-
Constructor Summary
ConstructorsConstructorDescriptionEditScheduleEntryHooker(LoginService loginService, SchedulerDao schedulerDao, ToolbarService toolbarService, <any> multiDialogProvider, SendToDao sendToDao, SecurityUIService securityService) -
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
-
EditScheduleEntryHooker
public EditScheduleEntryHooker(LoginService loginService, SchedulerDao schedulerDao, ToolbarService toolbarService, <any> multiDialogProvider, SendToDao sendToDao, SecurityUIService securityService)
-
-
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
-