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

Uses of Class
psdi.webclient.system.controller.AppInstance

  • Packages that use AppInstance 
    Package Description
    com.ibm.tivoli.maximo.amcrew.beans  
    com.ibm.tivoli.maximo.map  
    com.ibm.tivoli.maximo.skd.beans  
    psdi.plusc.webclient.beans.workorder  
    psdi.webclient.beans.linear  
    psdi.webclient.system.beans  
    psdi.webclient.system.controller  
    psdi.webclient.system.runtime  
    psdi.webclient.system.session  
    • Uses of AppInstance in com.ibm.tivoli.maximo.amcrew.beans

      Methods in com.ibm.tivoli.maximo.amcrew.beans with parameters of type AppInstance 
      Modifier and Type Method and Description
      int AMCrewAppBeanUtils.forceListWarning(AppInstance app) 
      boolean AMCrewAppBeanUtils.hasSentListWarning(AppInstance app) 
      int AMCrewAppBeanUtils.makeAvailableToCrews(java.lang.String isCrewFieldName, AppInstance app) 
    • Uses of AppInstance in com.ibm.tivoli.maximo.map

      Methods in com.ibm.tivoli.maximo.map with parameters of type AppInstance 
      Modifier and Type Method and Description
      boolean MapDialogLoader.hasAuthorizationForSigOption(AppInstance app) 
    • Uses of AppInstance in com.ibm.tivoli.maximo.skd.beans

      Constructors in com.ibm.tivoli.maximo.skd.beans with parameters of type AppInstance 
      Constructor and Description
      SKDRefreshModelFromDialogAction(AppInstance app, WebClientSession clientSession, long uniqueId, boolean isWorkOrderLevel) 
    • Uses of AppInstance in psdi.plusc.webclient.beans.workorder

      Methods in psdi.plusc.webclient.beans.workorder with parameters of type AppInstance 
      Modifier and Type Method and Description
      protected void PlusCWTViewCalHistoryBean.getTableAssetData(AppInstance app, java.lang.String dsDataSourceName, java.lang.String dsBeanName, java.lang.String instrBeanName, java.lang.String pointBeanName, java.lang.String funcCheckBeanName, java.lang.String dynCheckBeanName) 
      protected void PlusCWTViewCalHistoryBean.getTableAssetData(AppInstance app, java.lang.String dsDataSourceName, java.lang.String dsBeanName, java.lang.String instrBeanName, java.lang.String pointBeanName, java.lang.String funcCheckBeanName, java.lang.String dynCheckBeanName, boolean isLoop) 
      protected void PlusCWTViewCalHistoryBean.getTableLocationData(AppInstance app, java.lang.String dsDataSourceName, java.lang.String dsBeanName, java.lang.String instrBeanName, java.lang.String pointBeanName, java.lang.String funcCheckBeanName, java.lang.String dynCheckBeanName) 
      protected void PlusCWTViewCalHistoryBean.getTableLocationData(AppInstance app, java.lang.String dsDataSourceName, java.lang.String dsBeanName, java.lang.String instrBeanName, java.lang.String pointBeanName, java.lang.String funcCheckBeanName, java.lang.String dynCheckBeanName, boolean isLoop) 
      protected void PlusCWTViewCalHistoryBean.getTableLoopData(AppInstance app, java.lang.String dsDataSourceName, java.lang.String dsBeanName, java.lang.String instrBeanName, java.lang.String pointBeanName, java.lang.String funcCheckBeanName, java.lang.String dynCheckBeanName) 
    • Uses of AppInstance in psdi.webclient.beans.linear

      Methods in psdi.webclient.beans.linear that return AppInstance 
      Modifier and Type Method and Description
      AppInstance LinearClientSession.getCurrentApp() 
    • Uses of AppInstance in psdi.webclient.system.beans

      Fields in psdi.webclient.system.beans declared as AppInstance 
      Modifier and Type Field and Description
      protected AppInstance DataBean.app 
    • Uses of AppInstance in psdi.webclient.system.controller

      Methods in psdi.webclient.system.controller that return AppInstance 
      Modifier and Type Method and Description
      AppInstance PageInstance.getAppInstance() 
      AppInstance SessionContext.getCurrentApp()
      Deprecated. 
      FIREFOX
      AppInstance SessionContext.getPreviousApp()
      Deprecated. 
      FIREFOX
      AppInstance AppInstance.initialize(WebClientSession wcs, AppDescriptor ad) 
      AppInstance SessionContext.pop()
      Deprecated. 
      FIREFOX
      Methods in psdi.webclient.system.controller with parameters of type AppInstance 
      Modifier and Type Method and Description
      java.lang.String StaticId.generateTpaeStaticId(java.lang.String controlId, AppInstance app) 
      static java.lang.String ControllerFeaturePack.getKeyLabel(AppInstance app)
      Used to retrieve the label of the key field for use in helper strings on UI
      void PageInstance.initialize(WebClientSession wcs, AppInstance ai, org.w3c.dom.Element page)
      creates page instance takes care of instantiating ControlInstance objects for each control in the page (page/dialog/etc) we do this at a page scope as required.
    • Uses of AppInstance in psdi.webclient.system.runtime

      Methods in psdi.webclient.system.runtime with parameters of type AppInstance 
      Modifier and Type Method and Description
      static java.lang.String[] BidiClientUtils.getTagAttributes(ComponentInstance component, AppInstance app, java.lang.String value, boolean includeHandlers) 
      static java.lang.String[] BidiClientUtils.getTagAttributes(ComponentInstance component, AppInstance app, java.lang.String value, boolean includeHandlers, java.lang.String langCode) 
    • Uses of AppInstance in psdi.webclient.system.session

      Methods in psdi.webclient.system.session that return AppInstance 
      Modifier and Type Method and Description
      AppInstance WebClientSession.getCurrentApp() 
      AppInstance WebClientSession.getPreviousApp() 
      AppInstance WebClientSession.popApp()
      Removes the top application instance from the stack.
      Methods in psdi.webclient.system.session with parameters of type AppInstance 
      Modifier and Type Method and Description
      static void WebClientSession.checkResults(DataBean results, WebClientSession clientSession, AppInstance app)
      Check to see if we got back a single result, or not if no result, popup a message "norecord" if single result, go to main tab if multiple results, go to list tab
      void WebClientSession.pushApp(AppInstance ai)
      Push the app on the app stack
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes