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

Uses of Interface
psdi.app.po.PORemote

  • Packages that use PORemote 
    Package Description
    psdi.app.common.receipt  
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    psdi.app.inventory.unittest  
    psdi.app.invoice
    The invoice package is a collection of MBOs used for creating and maintaining invoices.
    psdi.app.labor
    The Labor package includes Mbos related to those who perform work.
    psdi.app.po
    The PO package includes MBOs related to Purchase Orders (POs).
    psdi.app.po.unittest  
    psdi.app.po.virtual  
    • Uses of PORemote in psdi.app.common.receipt

      Methods in psdi.app.common.receipt that return PORemote 
      Modifier and Type Method and Description
      PORemote ReceiptMboRemote.getPO() 
      PORemote ReceiptMbo.getPO()
      Returns poMbo if it has been set.
      PORemote ReceiptMbo.getPOReference()
      Get the PO reference.
      Methods in psdi.app.common.receipt with parameters of type PORemote 
      Modifier and Type Method and Description
      void ReceiptMboRemote.setPOMbo(PORemote po) 
      void ReceiptMbo.setPOMbo(PORemote po)
      Sets PO object.
      void ReceiptMbo.setPOReference(PORemote poRef)
      Used by invoice line to set the PO reference when it is creating receipts.
    • Uses of PORemote in psdi.app.inventory

      Methods in psdi.app.inventory that return PORemote 
      Modifier and Type Method and Description
      PORemote ReorderRemote.generatePOHeader(POSetRemote poSet) 
      PORemote Reorder.generatePOHeader(POSetRemote poSet)
      Add a new PO to prSet, and update it with the information in this reorder item.
      Methods in psdi.app.inventory with parameters of type PORemote 
      Modifier and Type Method and Description
      void MatRecTrans.onlyPayOnReceipt(PORemote poMbo, POLineRemote poLineMbo) 
      void MatRecTrans.updateInventory(InventoryRemote invmbo, PORemote poMbo, InvCost invcost)
      This method performs the update to the InvCost record passed in.
    • Uses of PORemote in psdi.app.inventory.unittest

      Methods in psdi.app.inventory.unittest with parameters of type PORemote 
      Modifier and Type Method and Description
      static POLineRemote ReceivingLibrary.fetchPOLine(PORemote po, java.lang.String lineNum)
      Fetch a POLine.
      static void ReceivingLibrary.setPOStatus(PORemote po, java.lang.String status)
      Set PO status
    • Uses of PORemote in psdi.app.invoice

      Methods in psdi.app.invoice with parameters of type PORemote 
      Modifier and Type Method and Description
      void Invoice.setPOHash(PORemote thePO)
      Used while creating receipts from invoice to keep track of and use the correct po instance which will be later used while closing the po.
    • Uses of PORemote in psdi.app.labor

      Methods in psdi.app.labor that return PORemote 
      Modifier and Type Method and Description
      PORemote LabTrans.getPO()
      Deprecated.  
    • Uses of PORemote in psdi.app.po

      Classes in psdi.app.po that implement PORemote 
      Modifier and Type Class and Description
      class  PO
      MBO to represent a Purchase Order in a Maximo System
      A Purchase Order is an authorized order from a purchasing agent or department to an external vendor.
      Methods in psdi.app.po with parameters of type PORemote 
      Modifier and Type Method and Description
      void POServiceRemote.changeStatus(PORemote po, java.lang.String status, java.util.Date date, java.lang.String memo) 
      void POService.changeStatus(PORemote po, java.lang.String status, java.util.Date date, java.lang.String memo)
      Service Method used to change status.
      void PO.copyBlanketLinesToRelease(PORemote toPOMbo)
      This method copies all the lines of the blanket PO to the Release PO called by createRelease.
      void PO.copySelectedLinesToRelease(PORemote toPOMbo)
      This method copies all selected lines of the blanket PO, using line defaults, to the Release PO.
    • Uses of PORemote in psdi.app.po.unittest

      Methods in psdi.app.po.unittest with parameters of type PORemote 
      Modifier and Type Method and Description
      void poRevInvoiceUnitTest.createPOLine(PORemote owningMbo, java.lang.String itemnum) 
    • Uses of PORemote in psdi.app.po.virtual

      Methods in psdi.app.po.virtual with parameters of type PORemote 
      Modifier and Type Method and Description
      void ReceiptInputRemote.setPOMbo(PORemote po) 
      void ReceiptInput.setPOMbo(PORemote po)
      Sets the related PO Mbo that is used to create this ReceiptInput Mbo.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes