psdi.app.reconlink

Class ReconLinkSet

    • Constructor Detail

      • ReconLinkSet

        public ReconLinkSet(MboServerInterface ms)
                     throws java.rmi.RemoteException
        Creates a new ReconLinkSet.
        Parameters:
        ms - MboServerInterface
        Throws:
        java.rmi.RemoteException - If an RMI error occurs.
    • Method Detail

      • getViewCriteria

        protected java.lang.String getViewCriteria()
        Returns the current view criteria. This method returns null because it's associated with an actual table. Subclasses should override this method to return actual view criteria.
        Returns:
        The view criteria.
      • deleteAll

        public void deleteAll()
                       throws MXException,
                              java.rmi.RemoteException
        Overrides the "deleteAll" action functionality to delete only those records that fall into the current view and the current search criteria.
        Specified by:
        deleteAll in interface MboSetRemote
        Overrides:
        deleteAll in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        MboSet.deleteAll()