psdi.app.report

Class ReportExpValueSet

    • Constructor Detail

      • ReportExpValueSet

        public ReportExpValueSet(MboServerInterface ms)
                          throws java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - the MboServerInterface
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Description copied from class: MboSet
        Factory to create the business objects This must be overridden in derived class
        Specified by:
        getMboInstance in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        public void save(long flags)
                  throws MXException,
                         java.rmi.RemoteException
        Description copied from class: MboSet
        Save the object with the specified flags. Possible flags are :- REBUILD - Maintains the result set after the save. This is more expensive than the default save() option.
        Specified by:
        save in interface MboSetRemote
        Overrides:
        save in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException