• Packages that use TracePrimary 
    Package Description
    psdi.app.resourcelevels  
    psdi.mbo  
    psdi.server  
    psdi.webclient.system.session  
    • Uses of TracePrimary in psdi.app.resourcelevels

      Methods in psdi.app.resourcelevels with annotations of type TracePrimary 
      Modifier and Type Method and Description
      protected void ResourceByLevel.save() 
    • Uses of TracePrimary in psdi.mbo

      Methods in psdi.mbo with annotations of type TracePrimary 
      Modifier and Type Method and Description
      MboRemote MboSet.addAtIndex(long accessModifier, int ind)
      Adds a new object to the collection at the index specified.
      protected void MboSet.addMbo(Mbo mbo, int i)
      Add a new instance of a Mbo at the specified index.
      void MboSet.commit()
      Makes all changes sent to the database since the last commit() or rollback() call, permanent.
      protected void MboSet.deleteMbo(java.sql.Connection con, Mbo mbo)
      Fires a SQL DELETE statement Syntax: DELETE tablename WHERE whereclause
      MboSetRemote Mbo.getMboSet(java.lang.String name, java.lang.String objectName, java.lang.String relationship)
      Retrieve the named(1st parameter) Mboset if it has been instanciated or create a new MboSet using the name(1st parameter) if it has not been instanciated.
      MboValueData[][] MboSet.getMboValueData(int rowStart, int rowCount, java.lang.String[] attribute)
      Get MboValueData for the specified rows and attributes.
      MboValueData Mbo.getMboValueData(java.lang.String attribute)
      Returns the MboValueData for the specified attribute.
      MboValueData[] Mbo.getMboValueData(java.lang.String[] attribute)
      Returns an array of MboValue objects for the specified attributes.
      MboValueData Mbo.getMboValueData(java.lang.String attribute, boolean ignoreFieldFlags)
      Overloaded method of getMboValueData() to take a flag indicating if the logic of attribute readonlyness can be ignored.
      MboValueData[] Mbo.getMboValueDataForDownload(java.lang.String[] attribute) 
      MboValueInfoStatic Mbo.getMboValueInfoStatic(java.lang.String attribute)
      Get MboValueInfoStatic object of the attribute.
      MboValueInfoStatic[] Mbo.getMboValueInfoStatic(java.lang.String[] attribute)
      Get a list of MboValueInfoStatic for an array of attributes.
      void MboSet.rollback()
      Discards all changes sent to the database since the last commit() or rollback() call.
      void MboSet.save()
      Sends changes to the database for all objects in the collection.
      protected void Mbo.save()
      Save the object and other linked objects.
      void MboSet.save(long flags)
      Save the object with the specified flags.
      void MboSet.saveTransaction(MXTransaction txn)
      Save the object on the specified transaction.
      void MboSet.setQbe(java.lang.String[] attribute, java.lang.String expression)
      Similar to setQbe(String attribute, String expression), except that this will OR together the same expression for multiple attributes.
      void MboSet.setQbe(java.lang.String[] attribute, java.lang.String[] expression)
      Similar to setQbe(String attribute, String expression), except that this will take array of expression and attributes.
      void MboSet.setQbe(java.lang.String attribute, MboSetRemote lookup)
      Set QBE for this attribute to the values derived from the multiple selection of the lookup mbo set passed in.
      void MboSet.setQbe(java.lang.String attribute, java.lang.String expression)
      Add an expression to the existing Qbe.
      void MboSet.setQbe(java.lang.String attribute, java.lang.String[] expression) 
      void Mbo.setValue(java.lang.String attributeName, float val, long accessModifier)
      Sets a float value to an attribute identified by name within the current object and access to the value is controlled by the access modifier.
      MboSetRemote Mbo.smartFill(java.lang.String attribute, java.lang.String value, boolean exact)
      Similar to getList().
      MboSetRemote Mbo.smartFind(java.lang.String attribute, java.lang.String value, boolean exact, boolean isRecordHover)
      Similar to getList().
      MboSetRemote Mbo.smartFind(java.lang.String appName, java.lang.String attribute, java.lang.String value, boolean exact)
      Find a set of records of the object of the specified the application by the specifyed attribute and value of the current record.
      protected void MboSet.updateMbo(java.sql.Connection con, Mbo mbo)
      Fires a SQL UPDATE statement Syntax: UPDATE tablename SET columnname = value WHERE whereclause
    • Uses of TracePrimary in psdi.server

      Methods in psdi.server with annotations of type TracePrimary 
      Modifier and Type Method and Description
      java.util.Map MXServer.getLoadedTenants()
      unload tenant from all maximo caches
      java.util.Set MXServer.getLoadedTenants(java.lang.String cacheName)
      remove tenant from specific cache
      void MXServer.reloadMaximoCache(boolean flag)
      reloads all maximo caches
      void MXServer.reloadMaximoCache(java.lang.String cacheName, boolean updateAllServers)
      reloads specific cache
      void MXServer.reloadMaximoCache(java.lang.String cacheName, java.lang.String key, boolean flag)
      Reloads a specific sub component of the cache object.
      void MXServer.unloadInactiveCaches(long interval)
      unload tenant from all maximo caches
      void MXServer.unloadTenantCache()
      unload tenant from all maximo caches
      void MXServer.unloadTenantCache(java.lang.String cacheName)
      remove tenant from specific cache
    • Uses of TracePrimary in psdi.webclient.system.session

      Methods in psdi.webclient.system.session with annotations of type TracePrimary 
      Modifier and Type Method and Description
      int WebClientSession.handleEvent(WebClientEvent event) 
      void WebClientSession.handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) 
      boolean WebClientSessionFactory.hasAvailableSessions()
      Returns a boolean on whether or not the factory can create a new session.
      Constructors in psdi.webclient.system.session with annotations of type TracePrimary 
      Constructor and Description
      WebClientSession(javax.servlet.http.HttpSession httpSession)
      Deprecated. 
      WebClientSessions should be created via the WebClientSessionFactory createSession method.