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

Uses of Interface
psdi.mbo.MboSetListener

  • Packages that use MboSetListener 
    Package Description
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    psdi.app.labor
    The Labor package includes Mbos related to those who perform work.
    psdi.app.tool
    The Tool package includes MBOs that contain information about the tools used in maintenance work.
    psdi.app.workorder
    The work order package includes Mbos related to work order planning, reporting and tracking.
    psdi.app.workorder.virtual  
    psdi.mbo  
    • Uses of MboSetListener in psdi.app.inventory

      Methods in psdi.app.inventory with parameters of type MboSetListener 
      Modifier and Type Method and Description
      void MatUseTransSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void MatUseTransSet.removeListener(MboSetListener l)
      Remove a listener
    • Uses of MboSetListener in psdi.app.labor

      Methods in psdi.app.labor with parameters of type MboSetListener 
      Modifier and Type Method and Description
      void ServRecTransSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void LabTransSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void ServRecTransSet.removeListener(MboSetListener l)
      Remove a listener
      void LabTransSet.removeListener(MboSetListener l)
      Remove a listener
    • Uses of MboSetListener in psdi.app.tool

      Methods in psdi.app.tool with parameters of type MboSetListener 
      Modifier and Type Method and Description
      void ToolTransSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void ToolTransSet.removeListener(MboSetListener l)
      Remove a listener
    • Uses of MboSetListener in psdi.app.workorder

      Methods in psdi.app.workorder with parameters of type MboSetListener 
      Modifier and Type Method and Description
      void WPLaborSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void WPItemSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void WOTaskRelationSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void WOSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void AssignmentSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void WPLaborSet.removeListener(MboSetListener l)
      Remove a listener
      void WPItemSet.removeListener(MboSetListener l)
      Remove a listener
      void WOTaskRelationSet.removeListener(MboSetListener l)
      Remove a listener
      void WOSet.removeListener(MboSetListener l)
      Remove a listener
      void AssignmentSet.removeListener(MboSetListener l)
      Remove a listener
    • Uses of MboSetListener in psdi.app.workorder.virtual

      Classes in psdi.app.workorder.virtual that implement MboSetListener 
      Modifier and Type Class and Description
      class  ChildrenSet
      The ChildrenSet consists of children of the work order owner both tasks and non-tasks.
      class  ShowActualLaborSet
      The ShowActualLaborSet consists of the LabTrans related to the chosen work order.
      class  ShowActualMaterialSet
      The ShowActualMaterialSet consists of the MatUseTrans related to the chosen work order.
      class  ShowActualMboSet
      The ShowActualMboSet consists of the Mbo related to the chosen work order.
      class  ShowActualServiceSet
      The ShowActualToolSet consists of the ToolTrans related to the chosen work order.
      class  ShowActualToolSet
      The ShowActualToolSet consists of the ToolTrans related to the chosen work order.
      class  ShowAssignmentSet
      The ShowAssignmentSet consists of the assignments related to the chosen work order.
      class  ShowChildrenSet
      The ShowChildrenSet consists of children of the work order owner which aren't tasks.
      class  ShowPlanItemSet
      The ShowPlanMaterialSet consists of the WPMaterial related to the chosen work order.
      class  ShowPlanLaborSet
      The ShowPlanLaborSet consists of the WPLabor related to the chosen work order.
      class  ShowPlanMaterialSet
      The ShowPlanMaterialSet consists of the WPMaterial related to the chosen work order.
      class  ShowPlanMboSet
      The ShowPlanMboSet consists of the Plan Mbo(Labor, Material, Tool) related to the chosen work order.
      class  ShowPlanServiceSet
      The ShowPlanMaterialSet consists of the WPMaterial related to the chosen work order.
      class  ShowPlanToolSet
      The ShowPlanToolSet consists of the WPTool related to the chosen work order.
      class  ShowTaskRelationSet
      The ShowTaskRelationSet consists of the WoTaskRelation related to the chosen work order.
      class  ShowTasksSet
      The ShowTasksSet consists of the tasks of the work order owner.
      Methods in psdi.app.workorder.virtual with parameters of type MboSetListener 
      Modifier and Type Method and Description
      void ChildrenSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void ChildrenSet.removeListener(MboSetListener l)
      Remove a listener
    • Uses of MboSetListener in psdi.mbo

      Methods in psdi.mbo with parameters of type MboSetListener 
      Modifier and Type Method and Description
      void FauxMboSet.addListener(MboSetListener l)
      Add a listener to this MboSet.
      void MboSetListenable.addListener(MboSetListener l) 
      void FauxMboSet.removeListener(MboSetListener l)
      Remove a listener
      void MboSetListenable.removeListener(MboSetListener l) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes