Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.mbo.DBShortcut

  • Packages that use DBShortcut 
    Package Description
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    psdi.app.recontask.engine  
    psdi.app.recontask.engine.write  
    • Uses of DBShortcut in psdi.app.inventory

      Methods in psdi.app.inventory with parameters of type DBShortcut 
      Modifier and Type Method and Description
      void ReorderService.addFromWPItem(DBShortcut dbShortcut, UserInfo userInfo, java.lang.String userForThisSet, int allowanceDays, java.lang.String siteIDForThisSet, java.lang.String orgIDForThisSet)
      Directly write items of direct orders to the reorder table from wpitem The method bypasses MboSet and Mbo.
    • Uses of DBShortcut in psdi.app.recontask.engine

      Methods in psdi.app.recontask.engine that return DBShortcut 
      Modifier and Type Method and Description
      DBShortcut ReconContext.getDBShortcut()
      Convenience method to provide data set providers a valid DBShortcut object.
      Methods in psdi.app.recontask.engine with parameters of type DBShortcut 
      Modifier and Type Method and Description
      void AutocommitCounter.checkCounter(DBShortcut dbShortcut) 
      protected void ReconLinkProcessor.deleteFromLinkTable(java.lang.String tableName, DBShortcut dbShortcut, java.util.Iterator keys) 
      protected void ReconLinkProcessor.deleteFromReconlink(DBShortcut dbShortcut, java.util.Iterator keys)
      Deletes from table reconlink old results.
      protected void ReconLinkProcessor.deleteFromReconMultilink(DBShortcut dbShortcut, java.util.Iterator keys) 
      protected void ReconLinkProcessor.deleteListedKeys(DBShortcut dbShortcut, java.lang.String partialDeleteStatement, java.util.List keyGroup)
      Appends key values to a partial delete statement and executes it.
      void ReconContext.releaseDBShortcut(DBShortcut dbShortcut)
      Release a previously obtained DBShortcut
      protected void ReconLinkProcessor.writeLeadingSetErrors(java.util.List failedLinks, DBShortcut dbShortcut)
      Writes out the errors from linking the data from the leading set.
      protected void ReconLinkProcessor.writeLinkSuccessPairs(DBShortcut dbShortcut, java.util.List successfulLinks, java.util.Map[][] ret)
      Writes out the successfully linked items.
      protected void ReconLinkProcessor.writeSubordinateSetErrors(DBShortcut dbShortcut, java.util.List failedLinks)
      Writes out the errors from linking data from the subordinate data set.
    • Uses of DBShortcut in psdi.app.recontask.engine.write

      Methods in psdi.app.recontask.engine.write with parameters of type DBShortcut 
      Modifier and Type Method and Description
      protected void ReconResultWriter.cacheExistingReconResults(DBShortcut dbShortcut, java.lang.String resultTypeExt)
      Retrieves and caches existing reconciliation results for comparison rules
      protected java.lang.Number ReconResultWriter.getReconResultId(DBShortcut dbShortcut)
      Retrieves the reconresultid column value from the database based on the values from the execution of the recontask
      void ReconResultWriter.write(DBShortcut dbShortcut)
      Writes out the values to the reconresult table.
      void ReconMultiLinkWriter.write(DBShortcut dbShortcut) 
      void ReconLinkWriter.write(DBShortcut dbShortcut) 
      void ResultWriter.write(DBShortcut dbShortcut)
      Writes out the results altogether to the database.
      void AbstractResultWriter.write(DBShortcut dbShortcut)
      Writes out the compiled SQL statement created by the setValue() method calls.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes