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

Uses of Interface
psdi.app.pr.PRRemote

  • Packages that use PRRemote 
    Package Description
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    psdi.app.pr
    The PR package includes MBOs related to Purchase Requisitions (PRs).
    • Uses of PRRemote in psdi.app.inventory

      Methods in psdi.app.inventory that return PRRemote 
      Modifier and Type Method and Description
      PRRemote ReorderRemote.generatePRHeader(PRSetRemote prSet) 
      PRRemote Reorder.generatePRHeader(PRSetRemote prSet)
      Add a new PR to prSet, and update it with the information in this reorder item.
      Methods in psdi.app.inventory with parameters of type PRRemote 
      Modifier and Type Method and Description
      void ReorderRemote.generatePOLine(PRRemote po, boolean groupByVender) 
      void Reorder.generatePOLine(PRRemote po, boolean groupByVender)
      Excecute Reorder for this item.
      void ReorderRemote.generatePRLine(PRRemote pr, boolean groupByVender) 
      void Reorder.generatePRLine(PRRemote pr, boolean groupByVender)
      Excecute Reorder for this item.
    • Uses of PRRemote in psdi.app.pr

      Classes in psdi.app.pr that implement PRRemote 
      Modifier and Type Class and Description
      class  PR
      MBO object to represent a Purchase Requisition.
      Methods in psdi.app.pr with parameters of type PRRemote 
      Modifier and Type Method and Description
      void PRServiceRemote.changeStatus(PRRemote pr, java.lang.String status, java.util.Date date, java.lang.String memo) 
      void PRService.changeStatus(PRRemote pr, java.lang.String status, java.util.Date date, java.lang.String memo)
      Service Method used to change status.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes