com.ibm.tivoli.maximo.skd.app

Class SKDCapacityPlanParam

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


    public class SKDCapacityPlanParam
    extends Mbo
    implements SKDCapacityPlanParamRemote
    MBO object to represent SKDCapacityPlanParam.

    This is a system level object.

    The key attributes for this object are Inputname.

    The attributes in this object are as follows:

    INPUTNAMEIdentifies the capacity planning template.
    INPUTDESCRIPTIONDescribes the capacity planning template.
    CMATCHSKILLIndicates that the work's required skills must be met when capacity planning.
    CINCLUDEPRIORITYIndicates that priority is considered when capacity planning.
    CINCLUDEEXTLABORIndicates that using external labor is allowed when capacity planning.
    CSKDWINDOWIndicates that the schedule window is considered when capacity planning.
    VPRIORITYDIRIndicates whether priority is in ascending or descending order when capacity planning.
    VENFORCEAMSIndicates whether the capacity planning model should enforce the asset maintenance schedule when capacity planning. 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 capacity planning model should enforce the asset operating schedule when capacity planning. 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 capacity planning model should enforce the location maintenance schedule when capacity planning. 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 capacity planning model should enforce the location operating schedule when capacity planning. 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 capacity planning.
    OMINTASKINTERRUPTIndicates that the interruption of interruptible tasks should be minimized when capacity planning.
    AVITERATIONLIMITThe number of times the capacity planning 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 capacity planning template dialog or the default is set to 0.
    VRESOLUTIONMINThe increment of time used when capacity planning, in hours.
    VSTARTDATEStart Date.
    VENDDATEEnd Date.
    VPERCTAVAILPercentage Availability.
    AVSOLNPRECISIONSolution precision when capacity planning.
    • Constructor Detail

      • SKDCapacityPlanParam

        public SKDCapacityPlanParam(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 SKDCapacityPlanParam to the target SKDCapacityPlanParam.
        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