psdi.webclient.beans.report

Class ReportProcTimezoneBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class ReportProcTimezoneBean
    extends DataBean
    Bean class ReportProcSchedBean shows a Schedule Only report's times during which it may be scheduled. When a report's request page is brought up, or the Scheduling Status tab report details are shown, this bean calls the method, resetScheduleAvailability, to update the ReportProcSched table with the exact reverse mirroring of time periods from those that are in the ReportProcReserve table for the same appname/reportname combination.
    • Constructor Detail

      • ReportProcTimezoneBean

        public ReportProcTimezoneBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        Initialize the ReportProcSched MboSet in order by appname, reportname daynum, and startschedulable time.
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException