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.LabelCache

  • Packages that use LabelCache 
    Package Description
    psdi.webclient.system.controller  
    • Uses of LabelCache in psdi.webclient.system.controller

      Methods in psdi.webclient.system.controller that return LabelCache 
      Modifier and Type Method and Description
      static LabelCache LabelCacheMgr.clearCache(java.lang.String app, WebClientSession wcs)
      Clears a cache from the labelcache for a given app (used if you want to force a reload of the cache next time around)
      static LabelCache LabelCacheMgr.clearSystemCache(WebClientSession sc) 
      static LabelCache LabelCacheMgr.getAppLabelCache(java.lang.String app, WebClientSession wcs)
      Returns a suitable cache for the given locale, app, and type.
      static LabelCache LabelCacheMgr.getRepLibraryLabelCache(WebClientSession wcs) 
      static LabelCache LabelCacheMgr.getSystemLabelCache(WebClientSession wcs) 
      static LabelCache LabelCacheMgr.loadRepLibraryLabels(WebClientSession wcs) 
      static LabelCache LabelCacheMgr.loadRepLibraryLabelsInbBatch(WebClientSession wcs, int batchSize) 
      Methods in psdi.webclient.system.controller with parameters of type LabelCache 
      Modifier and Type Method and Description
      static void LabelCacheMgr.setLabelCache(java.lang.String cacheId, WebClientSession wcs, LabelCache cache)
      Deprecated. 
      void PresentationLoader.writeFormattedXML(java.io.PrintWriter out, java.lang.String xml, LabelCache appLabelCache)
      Method used by designer to get the xml for exporting an application
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes