psdi.app.configure

Class MaxViewCfg

  • java.lang.Object
    • Constructor Detail

      • MaxViewCfg

        public MaxViewCfg(MboSet ms)
                   throws java.rmi.RemoteException
        Construct the MaxViewCfg object
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Add a mbo, defaulting the attributes shown below.
        Attribute NameAttribute Value
        AutoSelectTrue
        ViewNamevalue of EntityName from the owner MaxObjectCfg
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • skipCopyField

        protected boolean skipCopyField(MboValueInfo mvi)
                                 throws java.rmi.RemoteException,
                                        MXException
        Skip viewname when copying mbo.
        Overrides:
        skipCopyField in class Mbo
        Parameters:
        mvi - The MboValueInfo describing this attribute
        Returns:
        True to skip this attribute
        Throws:
        java.rmi.RemoteException
        MXException
      • delete

        public void delete(long accessModifier)
                    throws MXException,
                           java.rmi.RemoteException
        The MaxViewCfg is deleted only when initiated from its MaxObjectCfg parent. Therefore, we can assume this was initiated from MaxObjectCfg.
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - See Mbo delete.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        Mbo.delete(long)
      • undelete

        public void undelete()
                      throws MXException,
                             java.rmi.RemoteException
        Set the value of "changed" to indicate undeletion for maxviewcolumncfg. This does NOT "undelete" the Mbo in the usual manner.
        Specified by:
        undelete in interface MboRemote
        Overrides:
        undelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException