com.ibm.tivoli.maximo.weather.app

Class WeatherOrganization

  • java.lang.Object
    • psdi.mbo.Mbo
      • com.ibm.tivoli.maximo.weather.app.WeatherOrganization
    • Constructor Detail

      • WeatherOrganization

        public WeatherOrganization(MboSet ms)
                            throws MXException,
                                   java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The Weather Organization Mbo.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • delete

        public void delete(long accessModifier)
                    throws MXException,
                           java.rmi.RemoteException
        delete object structure record
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - Access Modifier
        Throws:
        MXException - throws MXException
        java.rmi.RemoteException - throws RemoteException
        See Also:
        Mbo.delete(long)
      • save

        protected void save()
                     throws MXException,
                            java.rmi.RemoteException
        Save the object and other linked objects. Subclasses can code their save() logic to include any appropriate updates to other linked objects and call super.save().
        Overrides:
        save in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException