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

Uses of Interface
psdi.app.common.receipt.ReceiptMboRemote

  • Packages that use ReceiptMboRemote 
    Package Description
    psdi.app.common.receipt  
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    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.
    • Uses of ReceiptMboRemote in psdi.app.common.receipt

      Classes in psdi.app.common.receipt that implement ReceiptMboRemote 
      Modifier and Type Class and Description
      class  ReceiptMbo
      This receipt class is the super class for both Material and Service receipts represented by MatRecTrans and ServRecTrans respectively.
    • Uses of ReceiptMboRemote in psdi.app.inventory

      Subinterfaces of ReceiptMboRemote in psdi.app.inventory 
      Modifier and Type Interface and Description
      interface  MatRecTransRemote
      Remote Interface to the MatRecTrans object.
      Classes in psdi.app.inventory that implement ReceiptMboRemote 
      Modifier and Type Class and Description
      class  MatRecTrans
      Mbo object to represent MatRecTrans.
    • Uses of ReceiptMboRemote in psdi.app.invoice

      Methods in psdi.app.invoice that return ReceiptMboRemote 
      Modifier and Type Method and Description
      ReceiptMboRemote InvoiceMatchRemote.getReceipt()
      Get the receipt corressponding to this match.
      ReceiptMboRemote InvoiceMatch.getReceipt()
      Get the receipt corressponding to this match.
      Methods in psdi.app.invoice with parameters of type ReceiptMboRemote 
      Modifier and Type Method and Description
      void InvoiceMatchRemote.setReceipt(ReceiptMboRemote receiptMboRemote)
      Set the matching receipt reference to the passed in receipt (ReceiptMboRemote).
      void InvoiceMatch.setReceipt(ReceiptMboRemote receiptMboRemote)
      Set the matching receipt reference to the passed in receipt (ReceiptMboRemote).
    • Uses of ReceiptMboRemote in psdi.app.labor

      Classes in psdi.app.labor that implement ReceiptMboRemote 
      Modifier and Type Class and Description
      class  ServRecTrans
      Mbo object to represent ServRecTrans.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes