psdi.app.rcnresult

Class ReconResultSet

    • Constructor Detail

      • ReconResultSet

        public ReconResultSet(MboServerInterface ms)
                       throws java.rmi.RemoteException
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • deleteAll

        public void deleteAll()
                       throws MXException,
                              java.rmi.RemoteException
        Description copied from class: MboSet
        Delete all the members of the set - be very very carefull ! The deletions are not performed in the database, until save is called. If any one of the objects in the collection fails, the undelete method will be called on each object that had been deleted.
        Specified by:
        deleteAll in interface MboSetRemote
        Overrides:
        deleteAll in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboSet.deleteAll()