psdi.webclient.beans.report

Class SchedConfirmBean

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


    public class SchedConfirmBean
    extends ReportScheduleCommonBean
    Birt report scheduling bean that handles the birt confirmation popup and its methods as well as the 'Schedule Detail' button functionality.
    See Also:
    ReportScheduleCommonBean}
    • Constructor Detail

      • SchedConfirmBean

        public SchedConfirmBean()
    • Method Detail

      • scheduledetail

        public int scheduledetail()
                           throws MXException,
                                  java.rmi.RemoteException,
                                  java.sql.SQLException
        Popup a panel to show the Birt report details just scheduled
        Throws:
        MXException
        java.rmi.RemoteException
        java.sql.SQLException
      • deleteschedule

        public int deleteschedule()
                           throws MXException,
                                  java.rmi.RemoteException,
                                  java.sql.SQLException
        Delete the Birt report schedule just scheduled and the crontaskinstance created
        Throws:
        MXException
        java.rmi.RemoteException
        java.sql.SQLException
      • save

        public void save()
                  throws MXException
        Save the Birt report schedule MboSet and the crontaskinstance created
        Overrides:
        save in class DataBean
        Throws:
        MXException