psdi.app.report

Class ReportFileEmailSet

    • Constructor Detail

      • ReportFileEmailSet

        public ReportFileEmailSet(MboServerInterface ms)
                           throws MXException,
                                  java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - Mbo server interface
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generate a new ReportFileEmail object
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - Mbo object
        Returns:
        Mbo instance
        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