psdi.app.report

Class ReportSet

    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generate a new Report object
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - Mbo object
        Returns:
        Mbo instance
        Throws:
        MXException
        java.rmi.RemoteException
      • getMaxAppsWhere

        public java.lang.String getMaxAppsWhere()
                                         throws MXException,
                                                java.rmi.RemoteException
        Description copied from class: MboSet
        Provide a application restriction where clause from maxapps table
        Overrides:
        getMaxAppsWhere in class MboSet
        Returns:
        The app restriction where clause
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Calls this method.
      • doNotRunInitForMbo

        public void doNotRunInitForMbo()
                                throws java.rmi.RemoteException
        Return from Report.init without doing any action. This should be called only from the code which creates Menu. Once this is called Report mbo's init will return without doing any readonly and required setting.
        Specified by:
        doNotRunInitForMbo in interface ReportSetRemote
        Throws:
        java.rmi.RemoteException