psdi.dm

Class DMPkgCfgGrpDef

    • Constructor Detail

      • DMPkgCfgGrpDef

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

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Mbo
        This is called when a new Mbo is added to the Mboset collection. It is called AFTER user defaults have been set from the data dictionary. Programmer should usually override this to set some defaults. Default behavior is to do nothing.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • setWhereClauses

        public void setWhereClauses(boolean init)
                             throws MXException,
                                    java.rmi.RemoteException
        Sets the where clauses for each config object in the group. This method is called when the Set Where dialog is opened or closed to transfer data between the non-persistent field DMCFGOBJECT.CONDITION and the persistent DMPKGCFGOBJDEF.WHERECLAUSE field .
        Specified by:
        setWhereClauses in interface DMPkgCfgGrpDefRemote
        Throws:
        MXException
        java.rmi.RemoteException
      • copy

        public MboRemote copy(MboSetRemote mboset,
                              long mboAddFlags)
                       throws MXException,
                              java.rmi.RemoteException
        Description copied from class: Mbo
        Adds a new mbo to the set passed in and copies the information for each of the fields into the new mbo from this. The new mbo will be added to the next of the current index.
        Specified by:
        copy in interface MboRemote
        Overrides:
        copy in class Mbo
        Parameters:
        mboset - The set into which the new mbo will be added.
        mboAddFlags - Flags to use when adding the new Mbo. Values on the attribute are always set with NOACCESSCHECK|NOVALIDATION_AND_NOACTION.
        Returns:
        The new mbo, with values copied from this mbo.
        Throws:
        MXException
        java.rmi.RemoteException
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        Description copied from class: Mbo
        Can the object be deleted ? This is object specific and should be overridden.
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException