com.ibm.tivoli.maximo.skd.app

Class SKDOPASCPSParam

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.skd.app.SKDOPASCPSParam
    • Constructor Detail

      • SKDOPASCPSParam

        public SKDOPASCPSParam(MboSet ms)
                        throws java.rmi.RemoteException
        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
      • init

        public void init()
                  throws MXException
        Initialization routine.
        Set record to READONLY when owner is skdprojectscenario and record has istemplate is true
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • skipCopyField

        protected boolean skipCopyField(MboValueInfo mvi)
                                 throws java.rmi.RemoteException,
                                        MXException
        This method overrides the skipCopyField() in the Mbo. This method takes the MboValueInfo as its parameter to see if this field needs to be copied or skipped.If this field does not need to be copied, it returns true. The following fields do not get copied from the source SKDResLevelParam to the target SKDResLevelParam.
        1. INPUTNAME
        2. INPUTOBJID
        Overrides:
        skipCopyField in class Mbo
        Parameters:
        mvi - The MboValueInfo object of the MboValue that needs to be copied.
        Returns:
        True,if the field does not need to be copied.In all other cases return false.
        Throws:
        MXException
        java.rmi.RemoteException
      • propagateKeyValue

        public void propagateKeyValue(java.lang.String keyName,
                                      java.lang.String keyValue)
                               throws MXException,
                                      java.rmi.RemoteException
        Set value for NAME.
        Specified by:
        propagateKeyValue in interface MboRemote
        Overrides:
        propagateKeyValue in class Mbo
        Parameters:
        keyName - Should equal "INPUTNAME" or else nothing will be propagated.
        keyValue - The new value of INPUTNAME.
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        protected void save()
                     throws MXException,
                            java.rmi.RemoteException
        need save to skdoptparam for opt input
        Overrides:
        save in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • getSKDOptParmMbos

        public MboSetRemote getSKDOptParmMbos(java.lang.String[] varNames)
                                       throws MXException,
                                              java.rmi.RemoteException
        Get the SKDOPTPARAM records
        Throws:
        MXException
        java.rmi.RemoteException
      • getSKDOptParmMbos

        public MboSetRemote getSKDOptParmMbos(java.lang.String varwhere)
                                       throws MXException,
                                              java.rmi.RemoteException
        Get the skdopacpsparam records
        Throws:
        MXException
        java.rmi.RemoteException