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

Uses of Interface
psdi.app.workorder.MultiAssetLocCIRemote

  • Packages that use MultiAssetLocCIRemote 
    Package Description
    psdi.app.ticket
    The Ticket package contains Mbos related to Service Desk applications.
    psdi.app.workorder
    The work order package includes Mbos related to work order planning, reporting and tracking.
    • Uses of MultiAssetLocCIRemote in psdi.app.ticket

      Methods in psdi.app.ticket with parameters of type MultiAssetLocCIRemote 
      Modifier and Type Method and Description
      void TicketRemote.clearLinearAssetFields(MultiAssetLocCIRemote malocMbo) 
      void Ticket.clearLinearAssetFields(MultiAssetLocCIRemote malocMbo)
      Clear all the linear asset fields in the passed MultiAssetLocCI object, which should be the one associated with this ticket...
      void TicketRemote.copyTicketFieldsToMultiAsset(MultiAssetLocCIRemote multiAssetMbo) 
      void Ticket.copyTicketFieldsToMultiAsset(MultiAssetLocCIRemote multiAssetMbo)
      Collect the fields that need to be copied from a ticket to its MultiAssetLocCI record.
      void TicketRemote.setLinearAssetFieldsReadOnly(MultiAssetLocCIRemote malocMbo, boolean readonlystate) 
      void Ticket.setLinearAssetFieldsReadOnly(MultiAssetLocCIRemote malocMbo, boolean readonlystate)
      Set the linear asset fields as a group to ReadOnly or not for the related MultiAssetLocCI record.
    • Uses of MultiAssetLocCIRemote in psdi.app.workorder

      Classes in psdi.app.workorder that implement MultiAssetLocCIRemote 
      Modifier and Type Class and Description
      class  MultiAssetLocCI
      Mbo object to represent MultiAssetLocCI.
      Methods in psdi.app.workorder with parameters of type MultiAssetLocCIRemote 
      Modifier and Type Method and Description
      void WO.clearPrimaryLinearAssetFields(MultiAssetLocCIRemote multiAssetMbo)
      Clear all the linear asset fields in the passed MultiAssetLocCI object; this should ordinarily be the primary one associated with this wo...
      void WO.copyWOFieldsToMultiAsset(MultiAssetLocCIRemote multiAssetMbo)
      Collect the fields that need to be copied from a work order to its MultiAssetLocCI record.
      void WO.setPrimaryLinearAssetFieldsReadOnly(MultiAssetLocCIRemote multiAssetMbo, boolean readonlystate)
      Set the linear asset fields as a group to ReadOnly or not for the passed MultiAssetLocCI record.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes