Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/data/PersevereStore.js

  • Provides:

    • dojox.data.PersevereStore
  • Requires:

    • dojox.data.JsonQueryRestStore in common
    • dojox.rpc.Client in common
    • dojox.io.xhrScriptPlugin in common
    • dojox.io.xhrPlugins in common
  • dojox.data.PersevereStore

    • type
      Function
    • chains:
      • dojox.data.JsonQueryRestStore: (prototype)
      • dojox.data.JsonQueryRestStore: (call)
  • dojox.data.PersevereStore.useFullIdInQueries

    • type
      Object
  • dojox.data.PersevereStore.jsonQueryPagination

    • type
      bool
  • dojox.json.ref.serializeFunctions

    • type
      Object
  • dojox.data.PersevereStore.getStores

    • parameters:
      • path: (typeof String)
        URL of the Persevere server's root, this normally just "/"
        which is the default value if the target is not provided
      • sync: (typeof Boolean)
        Indicates that the operation should happen synchronously.
        return:
        A map/object of datastores will be returned if it is performed asynchronously,
        otherwise it will return a Deferred object that will provide the map/object.
        The name of each property is a the name of a store,
        and the value is the actual data store object.
    • summary
      Creates Dojo data stores for all the table/classes on a Persevere server
    • type
      Function
  • dojo.xhr

    • alias - dojo.xhr
    • parameters:
      • method
      • args
    • type
      Function
  • dojox.rpc._sync

    • alias - sync
  • dojox.data.PersevereStore.addProxy

    • summary
      Invokes the XHR proxy plugin. Call this if you will be using x-site data.
    • type
      Function
  • dojox.data

    • type
      Object
  • dojox

    • type
      Object