psdi.app.reconlink

Class ReconLink

  • java.lang.Object
    • Constructor Detail

      • ReconLink

        public ReconLink(MboSet ms)
                  throws java.rmi.RemoteException
        Creates a new ReconLink.
        Parameters:
        ms - MboSet
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • init

        public void init()
                  throws MXException
        Make all object fields Read-Only, but still allow deleting the object as a whole
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • delete

        public void delete()
                    throws MXException,
                           java.rmi.RemoteException
        If Select Rows is not checked, delete all the records. Otherwise delete only the records selected for deletion all the work is done in the bean
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)