com.ibm.tivoli.maximo.srvad.app.common

Class SACommonAssetLoc

  • java.lang.Object
    • com.ibm.tivoli.maximo.srvad.app.common.SACommonAssetLoc


  • public class SACommonAssetLoc
    extends java.lang.Object
    Common class for centralizing Asset/Location common code for retrieving GIS data.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SACommonAssetLoc() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isGISDataReadonly(MboRemote currentMbo) 
      void saveGISData(MboRemote currentMbo, java.lang.String address, java.lang.String lat, java.lang.String lng, java.lang.String srvardRelationshipName)
      Saves all values modified in the map component.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SACommonAssetLoc

        public SACommonAssetLoc()
    • Method Detail

      • saveGISData

        public void saveGISData(MboRemote currentMbo,
                                java.lang.String address,
                                java.lang.String lat,
                                java.lang.String lng,
                                java.lang.String srvardRelationshipName)
                         throws MXException,
                                java.rmi.RemoteException
        Saves all values modified in the map component. If the current Mbo does not have a related SA, a new one will be created. If the Hierarchy maxvar is enabled and the currentMbo has already a ServiceAddress it will throw an MXApplicationException.
        Throws:
        MXException
        java.rmi.RemoteException
      • isGISDataReadonly

        public boolean isGISDataReadonly(MboRemote currentMbo)
                                  throws java.rmi.RemoteException,
                                         MXException
        Throws:
        java.rmi.RemoteException
        MXException