com.ibm.tivoli.maximo.skd.app

Class SKDEmergencyWo

  • java.lang.Object
  • All Implemented Interfaces:
    SKDEmergencyWoRemote, java.rmi.Remote, MboConstants, MboRemote, MaxRemoteProxy


    public class SKDEmergencyWo
    extends Mbo
    implements SKDEmergencyWoRemote
    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.
    • Constructor Detail

      • SKDEmergencyWo

        public SKDEmergencyWo(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
      • saveQuickQueryQbe

        public void saveQuickQueryQbe(java.util.Hashtable savedQbeAttributes)
                               throws MXException,
                                      java.rmi.RemoteException
        This method will be called from the data bean to save the quick query qbe in the hashtable.
        Specified by:
        saveQuickQueryQbe in interface SKDEmergencyWoRemote
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        com.ibm.tivoli.maximo.skd.app.SKDEmergencyWo#saveQuickQueryQbe( HashtablesavedQbeAttributes)
      • getQuickQueryQbe

        public java.util.Hashtable getQuickQueryQbe()
                                             throws MXException,
                                                    java.rmi.RemoteException
        This method returns the hash table for the given queryid. If the queryid is not found, it will return null.
        Specified by:
        getQuickQueryQbe in interface SKDEmergencyWoRemote
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        com.ibm.tivoli.maximo.skd.app.SKDEmergencyWo#Hashtable getQBE(long skdprojectid)
      • 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