com.ibm.tivoli.maximo.map

Class AuditLBSLocation

  • java.lang.Object
    • com.ibm.tivoli.maximo.map.AuditLBSLocation


  • public class AuditLBSLocation
    extends java.lang.Object
    Manages the queries for LBSLOCATION audit table. Used by MapControl and AuditLBSLocationTableBean.
    • Constructor Summary

      Constructors 
      Constructor and Description
      AuditLBSLocation() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected int getMaxAuditQueryLimit() 
      com.ibm.json.java.JSONObject queryAuditLBSLocation(MapControlAccessor map, java.util.Date startDate, java.util.Date endDate)
      Gets the audit information about the main record (if it is an instance of LBS, i.e.
      • Methods inherited from class java.lang.Object

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

      • AuditLBSLocation

        public AuditLBSLocation()
    • Method Detail

      • queryAuditLBSLocation

        public com.ibm.json.java.JSONObject queryAuditLBSLocation(MapControlAccessor map,
                                                                  java.util.Date startDate,
                                                                  java.util.Date endDate)
                                                           throws java.rmi.RemoteException,
                                                                  MXException
        Gets the audit information about the main record (if it is an instance of LBS, i.e. if its location is based on the LBSLOCATION table)
        Returns:
        the audit data (JSONObject with an array of records containing the same current record data and specific audit lbs data)
        Throws:
        java.rmi.RemoteException - the remote exception
        MXException - the mX exception
      • getMaxAuditQueryLimit

        protected int getMaxAuditQueryLimit()
                                     throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException