com.ibm.tivoli.maximo.skd.app

Class SKDResLevelParam

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.skd.app.SKDResLevelParam
  • All Implemented Interfaces:
    SKDResLevelParamRemote, java.rmi.Remote, MboConstants, MboRemote, MaxRemoteProxy


    public class SKDResLevelParam
    extends Mbo
    implements SKDResLevelParamRemote
    MBO object to represent SKDResLevelParam.

    This is a system level object.

    The key attributes for this object are Inputname.

    The attributes in this object are as follows:

    INPUTNAMEIdentifies the resource leveling template.
    INPUTDESCRIPTIONDescribes the resource leveling template.
    CMATCHSKILLIndicates that the work's required skills must be met when leveling resources.
    CINCLUDEPRIORITYIndicates that priority is considered when leveling resources.
    CINCLUDEEXTLABORIndicates that using external labor is allowed when leveling resources.
    CSKDWINDOWIndicates that the schedule window is considered when leveling resources.
    VPRIORITYDIRIndicates whether priority is in ascending or descending order when leveling resources.
    VENFORCEAMSIndicates whether the resource leveling model should enforce the asset maintenance schedule when leveling resources. Select Enforce to schedule work during the asset maintenance schedule. Select Ignore to schedule work at the earliest available time. Select Consider to allow the model to schedule work outside of the maintenance schedule if necessary.
    VENFORCEAOSIndicates whether the resource leveling model should enforce the asset operating schedule when leveling resources. Select Enforce to schedule work when the asset is not operating. Select Ignore to schedule work at the earliest available time. Select Consider to allow the model to schedule work during asset operation if necessary.
    VENFORCELMSIndicates whether the resource leveling model should enforce the location maintenance schedule when leveling resources. Select Enforce to schedule work during the location maintenance schedule. Select Ignore to schedule work at the earliest available time. Select Consider to allow the model to schedule work outside of the maintenance schedule if necessary.
    VENFORCELOSIndicates whether the resource leveling model should enforce the location operating schedule when leveling resources. Select Enforce to schedule work when the location is not operating. Select Ignore to schedule work at the earliest available time. Select Consider to allow the model to schedule work during location operation if necessary.
    OMINCOSTIndicates that labor costs should be minimized when leveling resources.
    OMINTASKINTERRUPTIndicates that the interruption of interruptible tasks should be minimized when leveling resources.
    AVITERATIONLIMITThe number of times the resource leveling model runs before returning a result. The higher the limit is, the more precise the results are.
    ISTEMPLATESet to 1 if parameters are specified through resourse leveling template dialog or the default is set to 0.
    VRESOLUTIONMINThe increment of time used when leveling resources, in hours.
    VSTARTDATEStart Date.
    AVSOLNPRECISIONSolution precision when leveling resources.
    • Constructor Detail

      • SKDResLevelParam

        public SKDResLevelParam(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