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

Uses of Class
psdi.app.asset.Asset

  • Packages that use Asset 
    Package Description
    com.ibm.tivoli.maximo.amcrew.app.unittest  
    com.ibm.tivoli.maximo.srvad.app.common  
    psdi.app.asset  
    psdi.app.po.virtual  
    • Uses of Asset in com.ibm.tivoli.maximo.amcrew.app.unittest

      Methods in com.ibm.tivoli.maximo.amcrew.app.unittest that return Asset 
      Modifier and Type Method and Description
      static Asset AMCrewUnitTestLibrary.createAsset(java.lang.String assetName) 
      Methods in com.ibm.tivoli.maximo.amcrew.app.unittest with parameters of type Asset 
      Modifier and Type Method and Description
      static AMCrew AMCrewUnitTestLibrary.addAssetToAMCrewViaNewRow(AMCrew amcrew, java.lang.String toolseq, Asset asset, java.util.Date effectiveDate, java.util.Date enddate, boolean addToolRequirement, boolean commit) 
      static AMCrew AMCrewUnitTestLibrary.addAssetToAMCrewViaUnrestricted(AMCrew amcrew, java.lang.String toolseq, Asset asset, java.util.Date effectiveDate, java.util.Date enddate) 
    • Uses of Asset in com.ibm.tivoli.maximo.srvad.app.common

      Methods in com.ibm.tivoli.maximo.srvad.app.common with parameters of type Asset 
      Modifier and Type Method and Description
      static int SACommonWOSR.promptSAReplaceWithAssets(UserInfo userInfo, Asset asset, AddressableMbo addrmbo) 
    • Uses of Asset in psdi.app.asset

      Methods in psdi.app.asset that return Asset 
      Modifier and Type Method and Description
      Asset Asset.createAssetToBeMoved()
      When moving an asset across sites, creates the destination site asset or gets the already-existing destination site asset record that represents the asset that is returning to the site via the current ASSET to destination site asset relationship AssetSetRemote.MOVEDASSET.
      protected Asset Asset.setAssetLocationNull(java.lang.String oldSiteId)
      Sets the asset and its children locations to null
      Methods in psdi.app.asset with parameters of type Asset 
      Modifier and Type Method and Description
      protected void Asset.copyAssetClassVariables(Asset tempAsset)
      Copy the class variables from current asset to the passed in asset
      void AssetSet.moveSingleAsset(Asset asset)
      initiates an Asset move by calling the appropriate Asset methods depending on whether or not the destination location is an inventory type location and whether or not the asset being moved is rotating or not.
      void AssetSetRemote.moveSingleAsset(Asset asset) 
      Constructors in psdi.app.asset with parameters of type Asset 
      Constructor and Description
      MoveDetails(Asset owner) 
    • Uses of Asset in psdi.app.po.virtual

      Methods in psdi.app.po.virtual with parameters of type Asset 
      Modifier and Type Method and Description
      boolean ReceiptInputSet.diHasFinancialTransactions(MatRecTrans mrt, Asset asset)
      This method determines if the asset has any records related to it in the MATRECTRANS, MATUSETRANS and ASSETTRANS tables.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes