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

Uses of Class
psdi.webclient.system.runtime.DataStoreInfo

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

      Methods in psdi.webclient.system.controller with parameters of type DataStoreInfo 
      Modifier and Type Method and Description
      void PageInstance.addDataStoreForAutoFill(DataStoreInfo dataStoreInfo)
      Adds the DataStoreInfo to the list of datastores that will need to be written out in the AutoFill JSON structure sent to the client
    • Uses of DataStoreInfo in psdi.webclient.system.erm

      Methods in psdi.webclient.system.erm that return DataStoreInfo 
      Modifier and Type Method and Description
      DataStoreInfo EntityRelationshipModel.getDataStore(java.lang.String dataStoreId) 
      DataStoreInfo UIERMAttribute.getDataStoreInfo() 
      Methods in psdi.webclient.system.erm with parameters of type DataStoreInfo 
      Modifier and Type Method and Description
      void EntityRelationshipModel.addDataStoreInfo(DataStoreInfo dataStoreInfo)
      public method used to add a DataStoreInfo object to the appDataStores map Application Designer also calls this to add newly configured DataStores to the map
      void UIERMAttribute.setDataStoreInfo(DataStoreInfo dataStoreInfo) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes