Class RemoveScheduleEntryHooker
java.lang.Object
net.datenwerke.rs.scheduler.client.scheduler.schedulereportlist.hookers.RemoveScheduleEntryHooker
- All Implemented Interfaces:
Hook,ScheduledReportListDetailToolbarHook
public class RemoveScheduleEntryHooker
extends Object
implements ScheduledReportListDetailToolbarHook
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveScheduleEntryHooker(SchedulerDao schedulerDao, LoginService loginService, 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
-
RemoveScheduleEntryHooker
public RemoveScheduleEntryHooker(SchedulerDao schedulerDao, LoginService loginService, 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
-