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

Uses of Interface
psdi.app.po.POLineRemote

  • Packages that use POLineRemote 
    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.virtual  
    • Uses of POLineRemote in psdi.app.common.receipt

      Methods in psdi.app.common.receipt that return POLineRemote 
      Modifier and Type Method and Description
      POLineRemote ReceiptMboRemote.getPOLine() 
      POLineRemote ReceiptMbo.getPOLine()
      Returns PoLineMbo if it has been set.
      POLineRemote ReceiptMbo.refetchPOLine()
      Return poline after refetching from the database.
      Methods in psdi.app.common.receipt with parameters of type POLineRemote 
      Modifier and Type Method and Description
      void ReceiptMboRemote.setPOLineMbo(POLineRemote poLine) 
      void ReceiptMbo.setPOLineMbo(POLineRemote poLine)
      Sets POLine object.
    • Uses of POLineRemote in psdi.app.inventory

      Methods in psdi.app.inventory with parameters of type POLineRemote 
      Modifier and Type Method and Description
      void MatRecTrans.onlyPayOnReceipt(PORemote poMbo, POLineRemote poLineMbo) 
    • Uses of POLineRemote in psdi.app.inventory.unittest

      Methods in psdi.app.inventory.unittest that return POLineRemote 
      Modifier and Type Method and Description
      static POLineRemote ReceivingLibrary.fetchPOLine(PORemote po, java.lang.String lineNum)
      Fetch a POLine.
    • Uses of POLineRemote in psdi.app.invoice

      Methods in psdi.app.invoice with parameters of type POLineRemote 
      Modifier and Type Method and Description
      java.util.Vector Invoice.findMatch(boolean exactFirst, java.util.Vector uninvoicedReceipts, double value, boolean byCost, InvoiceLineRemote invoiceLine, POLineRemote poline)
      A simplified format of findMatch() method.
      java.util.Vector InvoiceRemote.findMatch(boolean exactFirst, java.util.Vector uninvoicedReceipts, double value, boolean byCost, InvoiceLineRemote invoiceLine, POLineRemote poline)
      A simplified format of findMatch() method.
      java.util.Vector Invoice.findMatch(boolean exactFirst, java.util.Vector uninvoicedReceipts, double minimumSigned, double maximumSigned, boolean byCost, boolean considerTax, boolean partialAllowed, InvoiceLineRemote invoiceLine, POLineRemote poline)
      This method implements the algorithm to find one or multiple receipts from a list of receipts ordered by date in order to have their sum of line cost or qty fall within the range required.
    • Uses of POLineRemote in psdi.app.labor

      Methods in psdi.app.labor that return POLineRemote 
      Modifier and Type Method and Description
      POLineRemote LabTrans.validatePOLineforApproval()
      The PoLine specified must be a service line and the PoLine must not be complete for approval and the POLINE must not be PRORATED.
    • Uses of POLineRemote in psdi.app.po

      Classes in psdi.app.po that implement POLineRemote 
      Modifier and Type Class and Description
      class  POLine
      MBO to represent a Purchase Order Line in the MAXIMO System.
      Methods in psdi.app.po with parameters of type POLineRemote 
      Modifier and Type Method and Description
      void PO.determineReceiptStatus(POLineRemote poLine) 
      void PORemote.determineReceiptStatus(POLineRemote poLine) 
    • Uses of POLineRemote in psdi.app.po.virtual

      Methods in psdi.app.po.virtual with parameters of type POLineRemote 
      Modifier and Type Method and Description
      void ReceiptInputRemote.setPOLineMbo(POLineRemote poLine) 
      void ReceiptInput.setPOLineMbo(POLineRemote poLine)
      Sets the related POLine 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