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

Uses of Interface
psdi.app.asset.AssetRemote

  • Packages that use AssetRemote 
    Package Description
    psdi.app.asset  
    psdi.app.asset.virtual  
    psdi.app.dpldasset.virtual  
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    psdi.app.location

    The Location package includes MBOs mostly related to operating locations.

    psdi.app.pm
    The PM package contains Mbos related to preventive maintenance.
    psdi.app.repairfacility.unittest  
    psdi.app.workorder
    The work order package includes Mbos related to work order planning, reporting and tracking.
    psdi.plusc.app.asset  
    psdi.plusc.app.jobplan  
    psdi.plusc.app.pluscds  
    psdi.plusc.webclient.beans.asset  
    • Uses of AssetRemote in psdi.app.asset

      Classes in psdi.app.asset that implement AssetRemote 
      Modifier and Type Class and Description
      class  Asset
      MBO object to represent Asset.
      Methods in psdi.app.asset with parameters of type AssetRemote 
      Modifier and Type Method and Description
      protected void Asset.blindCopyFromMboToMbo(AssetRemote mbo)
      Copies all the information for each of the fields into the passed mbo.
      void DepHistory.configureAsset(AssetRemote asset)
      set the Asset owner on the history
      void DepHistoryRemote.configureAsset(AssetRemote asset) 
      void DepHistory.configurePreviousAsset(AssetRemote asset)
      set the Previous Asset owner on the history
      void DepHistoryRemote.configurePreviousAsset(AssetRemote asset) 
      DepHistoryRemote Depreciation.createDepreciationHistory(AssetRemote asset, AssetRemote previousAsset, java.lang.String historyType)
      Create a historic for depreciation and each depreciation schedule definition
      DepHistoryRemote DepreciationRemote.createDepreciationHistory(AssetRemote asset, AssetRemote previousAsset, java.lang.String historyType) 
      DepHistoryRemote Depreciation.createDepreciationHistory(AssetRemote asset, java.lang.String historyType)
      Create a historic for depreciation and each depreciation schedule definition
      DepHistoryRemote DepreciationRemote.createDepreciationHistory(AssetRemote asset, java.lang.String historyType) 
      void Depreciation.generateDepreciationScheduleAndHistory(AssetRemote asset, java.lang.String historyType)
      Create a set of depreciation schedule periods for each depreciation schedule definition and save the historic
      void DepreciationRemote.generateDepreciationScheduleAndHistory(AssetRemote asset, java.lang.String historyType) 
      void Depreciation.moveAssetDepreciationData(AssetRemote asset) 
      void DepreciationRemote.moveAssetDepreciationData(AssetRemote asset)
      On Move/Swap Asset also move Depreciation Data.
      void DepHistory.moveSwapAssetData(AssetRemote asset, boolean isSameOrg, java.lang.String newSite, java.lang.String oldSite) 
      void DepHistoryRemote.moveSwapAssetData(AssetRemote asset, boolean isSameOrg, java.lang.String newSite, java.lang.String oldSite) 
      void Depreciation.removeDepreciation(AssetRemote asset) 
      void DepreciationRemote.removeDepreciation(AssetRemote asset) 
    • Uses of AssetRemote in psdi.app.asset.virtual

      Methods in psdi.app.asset.virtual that return AssetRemote 
      Modifier and Type Method and Description
      AssetRemote ModDowntimeHistRemote.getAssetMbo() 
      AssetRemote ModDowntimeHist.getAssetMbo()
      Get the assetMbo object.
      AssetRemote DowntimeReport.getAssetMbo() 
      Methods in psdi.app.asset.virtual with parameters of type AssetRemote 
      Modifier and Type Method and Description
      void ModDowntimeHistRemote.setAssetMbo(AssetRemote asset) 
      void ModDowntimeHist.setAssetMbo(AssetRemote asset)
      Set the assetMbo object.
    • Uses of AssetRemote in psdi.app.dpldasset.virtual

      Fields in psdi.app.dpldasset.virtual declared as AssetRemote 
      Modifier and Type Field and Description
      protected AssetRemote PromoteNode.asset 
      protected AssetRemote PromoteNode.parentAsset 
      Methods in psdi.app.dpldasset.virtual that return AssetRemote 
      Modifier and Type Method and Description
      AssetRemote PromoteNode.getLinkedAsset()
      Gets and caches a reference to the asset linked through reconlinks.
      AssetRemote PromoteNodeRemote.getLinkedAsset()
      Return the linked authorized asset or null if there's no such authorized asset As a side effect, it will set fields from the deployed asset through setLinkedAsset()
      AssetRemote PromoteNode.getLinkedParentAsset(boolean promoting)
      Gets and caches linked parent asset through reconlinks.
      AssetRemote PromoteNodeRemote.getLinkedParentAsset(boolean promoting)
      Return the authorized asset linked to the deployed asset parent of this deployed asset or null if there's no such authorized asset or no parent As a side effect, it will set fields from the deployed asset through setLinkedParentAsset()
      Methods in psdi.app.dpldasset.virtual with parameters of type AssetRemote 
      Modifier and Type Method and Description
      void PromoteNode.setLinkedAsset(AssetRemote assetMbo)
      Set asset reference and related field values and flags.
      void PromoteNodeRemote.setLinkedAsset(AssetRemote assetMbo) 
      void PromoteNode.setLinkedParentAsset(AssetRemote assetMbo)
      Sets linked parent asset and associated field values and flags.
      void PromoteNodeRemote.setLinkedParentAsset(AssetRemote assetMbo) 
    • Uses of AssetRemote in psdi.app.inventory

      Methods in psdi.app.inventory with parameters of type AssetRemote 
      Modifier and Type Method and Description
      double InventoryRemote.getDefaultIssueCost(AssetRemote assetRemote) 
      double Inventory.getDefaultIssueCost(AssetRemote assetRemote)
      getDefaultIssueCost(1) If user has chosen to call this method (by passing in an AssetRemote, they user has chosen to get the proper issue cost for item which is rotating asset.
      double Inventory.getDefaultIssueCost(AssetRemote assetRemote, java.lang.String conditionCode)
      getDefaultIssueCost(1,2) If user has chosen to call this method (by passing in an AssetRemote, they user has chosen to get the proper issue cost for item which is rotating asset.
    • Uses of AssetRemote in psdi.app.location

      Methods in psdi.app.location that return AssetRemote 
      Modifier and Type Method and Description
      AssetRemote Location.getAssociatedAsset()
      Returns the asset associated with this location, if and only if there is only one.
      AssetRemote LocationRemote.getAssociatedAsset()
      Returns the asset associated with this location, if and only if there is only one.
    • Uses of AssetRemote in psdi.app.pm

      Methods in psdi.app.pm that return AssetRemote 
      Modifier and Type Method and Description
      AssetRemote PM.getAsset()
      Get related asset mbo
      Methods in psdi.app.pm with parameters of type AssetRemote 
      Modifier and Type Method and Description
      PMSetRemote PMServiceRemote.genPMsFromMasterAsset(AssetRemote myAssetMbo)
      Given an asset mbo, generate PMs from master PMs.
      PMSetRemote PMService.genPMsFromMasterAsset(AssetRemote myAssetMbo)
      Method to generate PMs from master PMs for a given asset.
    • Uses of AssetRemote in psdi.app.repairfacility.unittest

      Methods in psdi.app.repairfacility.unittest that return AssetRemote 
      Modifier and Type Method and Description
      static AssetRemote RepFacilityTestUtil.createRandomAsset(UserInfo userInfo)
      Creates a new asset record, choosing randomly the value for ASSET.ASSETNUM
      static AssetRemote RepFacilityTestUtil.createRandomAsset(UserInfo userInfo, MboSetRemote assetSet)
      Creates a new asset record, choosing randomly the value for ASSET.ASSETNUM
    • Uses of AssetRemote in psdi.app.workorder

      Methods in psdi.app.workorder that return AssetRemote 
      Modifier and Type Method and Description
      AssetRemote WO.getAsset()
      get the related asset mbo
    • Uses of AssetRemote in psdi.plusc.app.asset

      Methods in psdi.plusc.app.asset with parameters of type AssetRemote 
      Modifier and Type Method and Description
      java.util.Date PlusCDueDate.getAssetDueDate(AssetRemote mboRemote)
      Gets the Due Date for a Asset mbo
    • Uses of AssetRemote in psdi.plusc.app.jobplan

      Methods in psdi.plusc.app.jobplan that return AssetRemote 
      Modifier and Type Method and Description
      protected AssetRemote PlusCFldJpDatasheetAssetnum.getAsset()
      Returns the asset associated with this jp data sheet.
    • Uses of AssetRemote in psdi.plusc.app.pluscds

      Methods in psdi.plusc.app.pluscds that return AssetRemote 
      Modifier and Type Method and Description
      protected AssetRemote PlusCFldWODSAssetNum.getAsset()
      Returns the asset associated with this jp data sheet.
    • Uses of AssetRemote in psdi.plusc.webclient.beans.asset

      Methods in psdi.plusc.webclient.beans.asset with parameters of type AssetRemote 
      Modifier and Type Method and Description
      protected void PlusCViewDataSheetBean.refreshTableData(AssetRemote asset, java.lang.String dsBeanName, java.lang.String instrBeanName, java.lang.String pointBeanName, java.lang.String funcCheckBeanName, java.lang.String dynCheckBeanName, boolean isLoop) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes