com.ibm.tivoli.maximo.skd.app

Class SKDProjectScenario

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


    public class SKDProjectScenario
    extends Mbo
    implements SKDProjectScenarioRemote
    MBO object to represent SKDProjectScenario.

    This is a system level object.

    The key attributes for this object are projectname,scenarioname,odmappname.

    The attributes in this object are as follows:

    PROJECTNAMEIdentifies the name of the project.
    SCENARIONAMEIdentifies the name of the project scenario.
    ODMAPPNAMEIdentifies the name of the ODM application.
    INPUTOBJ"Indicates the input parameter object name of the ODM application.
    INPUTOBJID"Indicates the input parameter object identification of the ODM application.
    SKDPROJECTSCENARIOIDUnique identification of the project scenario.
    • Constructor Detail

      • SKDProjectScenario

        public SKDProjectScenario(MboSet ms)
                           throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • init

        public void init()
                  throws MXException
        Description copied from class: Mbo
        Called by the framework when the Mbo has been constructed and the MboValues have been initialized. This can be overridden by the programmer to provide any custom initialization they would like to do.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • 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
      • delete

        public void delete(long accessModifier)
                    throws MXException,
                           java.rmi.RemoteException
        Delete's Scenario record and associated objects.
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - The bitwise flag specified to determine if certain normal security checks are to be bypassed for this delete request. For example: if the accessModifer is NOACCESSCHECK, then the check for the object's NODELETE flag and the call to the object's canDelete() method will not be performed. If the accessModifer is NONE, then all the access checks are performed before this object is marked delete.
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        SKDProject.delete(long)
      • modify

        public void modify()
                    throws MXException,
                           java.rmi.RemoteException
        called whenever a field is modified to update the change date,change by attributes.
        Overrides:
        modify in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException