psdi.app.rcncmprule

Class ReconCompFilter

  • java.lang.Object
    • Constructor Detail

      • ReconCompFilter

        public ReconCompFilter(MboSet ms)
                        throws java.rmi.RemoteException
        Default Constructor.
        Parameters:
        ms -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a new ReconCompFilter, setting any field defaults.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • delete

        public void delete(long modifier)
                    throws MXException,
                           java.rmi.RemoteException
        Delete this ReconCompFilter and any references to it.
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        modifier - the 'accessModifier' flag
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)
      • save

        public void save()
                  throws MXException,
                         java.rmi.RemoteException
        issue#83268 - (ReconCompRule) save() method is called ONLY when there are changes to the ReconCompRule set. Therefore, changes to child set of ReconCompRule should trigger the parent save validation
        Overrides:
        save in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException