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

Uses of Interface
psdi.app.mr.MRRemote

  • Packages that use MRRemote 
    Package Description
    psdi.app.common.purchasing  
    psdi.app.common.receipt  
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    psdi.app.mr
    The MR package includes MBOs related to material requests.
    psdi.app.po.virtual  
    psdi.webclient.beans.desktopreq  
    • Uses of MRRemote in psdi.app.common.purchasing

      Methods in psdi.app.common.purchasing that return MRRemote 
      Modifier and Type Method and Description
      MRRemote PurchasingLineMbo.getMRPassedIn()
      Return the reference of the MR from which this PurchasingLineMbo was created.
      MRRemote PurchasingLineMboRemote.getMRPassedIn() 
      Methods in psdi.app.common.purchasing with parameters of type MRRemote 
      Modifier and Type Method and Description
      void PurchasingLineMbo.setMRPassedIn(MRRemote mr)
      Assign the MR reference passed in to this.mrPassedIn
      void PurchasingLineMboRemote.setMRPassedIn(MRRemote mr) 
    • Uses of MRRemote in psdi.app.common.receipt

      Methods in psdi.app.common.receipt with parameters of type MRRemote 
      Modifier and Type Method and Description
      void ReceiptMboRemote.setMRMbo(MRRemote mr) 
      void ReceiptMbo.setMRMbo(MRRemote mr)
      Sets MR object.
    • Uses of MRRemote in psdi.app.inventory

      Fields in psdi.app.inventory declared as MRRemote 
      Modifier and Type Field and Description
      MRRemote ReorderSet.mrPassedIn
      A Hashtable to keep track of used funds for each used blanket contracts during this reorder process.
      Methods in psdi.app.inventory with parameters of type MRRemote 
      Modifier and Type Method and Description
      ReorderSetRemote ReorderServiceRemote.getReorderSetForMR(boolean viewOnly, MRRemote mr) 
      ReorderSetRemote ReorderService.getReorderSetForMR(boolean viewOnly, MRRemote mr)
      Creates a reorder mbo set that corresponds to the specified mr item.
    • Uses of MRRemote in psdi.app.mr

      Classes in psdi.app.mr that implement MRRemote 
      Modifier and Type Class and Description
      class  MR
      MBO object to represent a Material Requisition.
      Methods in psdi.app.mr with parameters of type MRRemote 
      Modifier and Type Method and Description
      void MRServiceRemote.changeStatus(MRRemote mr, java.lang.String status, java.util.Date date, java.lang.String memo) 
      void MRService.changeStatus(MRRemote mr, java.lang.String status, java.util.Date date, java.lang.String memo)
      Service Method used to change status.
    • Uses of MRRemote in psdi.app.po.virtual

      Methods in psdi.app.po.virtual with parameters of type MRRemote 
      Modifier and Type Method and Description
      void ReceiptInputRemote.setMRMbo(MRRemote mr) 
      void ReceiptInput.setMRMbo(MRRemote mr)
      Sets the reference of the related MR Mbo that is used to create this ReceiptInput Mbo.
    • Uses of MRRemote in psdi.webclient.beans.desktopreq

      Methods in psdi.webclient.beans.desktopreq with parameters of type MRRemote 
      Modifier and Type Method and Description
      int DesktopReqAppBean.createdrfromtemplate(MRRemote mr) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes