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/FlickrStore.js

  • Provides:

    • dojox.data.FlickrStore
  • Requires:

    • dojo.data.util.simpleFetch in common
    • dojo.io.script in common
    • dojo.date.stamp in common
    • dojo.AdapterRegistry in common
  • dojox.data.FlickrStore

    • type
      Function
    • chains:
      • dojo.data.util.simpleFetch: (prototype)
    • parameters:
      • args: (typeof Object)
    • summary
      Initializer for the FlickrStore store.
    • description
      The FlickrStore is a Datastore interface to one of the basic services
      of the Flickr service, the public photo feed.  This does not provide
      access to all the services of Flickr.
      This store cannot do * and ? filtering as the flickr service
      provides no interface for wildcards.
  • dojox.data.FlickrStore.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • args: (typeof Object)
    • summary
      Initializer for the FlickrStore store.
    • description
      The FlickrStore is a Datastore interface to one of the basic services
      of the Flickr service, the public photo feed.  This does not provide
      access to all the services of Flickr.
      This store cannot do * and ? filtering as the flickr service
      provides no interface for wildcards.
  • dojox.data.FlickrStore._storeRef

    • type
      String
  • dojox.data.FlickrStore.label

    • type
      String
  • dojox.data.FlickrStore.urlPreventCache

    • type
      Object
  • dojox.data.FlickrStore._assertIsItem

    • parameters:
      • item: (typeof item)
        The item to test for being contained by the store.
    • summary
      This function tests whether the item passed in is indeed an item in the store.
    • type
      Function
  • dojox.data.FlickrStore._assertIsAttribute

    • parameters:
      • attribute: (typeof attribute-name-string)
        The attribute to test for being contained by the store.
    • summary
      This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.
    • type
      Function
  • dojox.data.FlickrStore.getFeatures

    • summary
      See dojo.data.api.Read.getFeatures()
    • type
      Function
  • dojox.data.FlickrStore.getValue

    • parameters:
      • item
      • attribute
      • defaultValue
    • summary
      See dojo.data.api.Read.getValue()
    • type
      Function
  • dojox.data.FlickrStore.getAttributes

    • parameters:
      • item
    • summary
      See dojo.data.api.Read.getAttributes()
    • type
      Function
  • dojox.data.FlickrStore.hasAttribute

    • parameters:
      • item
      • attribute
    • summary
      See dojo.data.api.Read.hasAttributes()
    • type
      Function
  • dojox.data.FlickrStore.isItemLoaded

    • parameters:
      • item
    • summary
      See dojo.data.api.Read.isItemLoaded()
    • type
      Function
  • dojox.data.FlickrStore.loadItem

    • parameters:
      • keywordArgs
    • summary
      See dojo.data.api.Read.loadItem()
    • type
      Function
  • dojox.data.FlickrStore.getLabel

    • parameters:
      • item
    • summary
      See dojo.data.api.Read.getLabel()
    • type
      Function
  • dojox.data.FlickrStore.getLabelAttributes

    • parameters:
      • item
    • summary
      See dojo.data.api.Read.getLabelAttributes()
    • type
      Function
  • dojox.data.FlickrStore.containsValue

    • parameters:
      • item
      • attribute
      • value
    • summary
      See dojo.data.api.Read.containsValue()
    • type
      Function
  • dojox.data.FlickrStore.getValues

    • parameters:
      • item
      • attribute
    • summary
      See dojo.data.api.Read.getValue()
    • type
      Function
  • dojox.data.FlickrStore.isItem

    • parameters:
      • item
    • summary
      See dojo.data.api.Read.isItem()
    • type
      Function
  • dojox.data.FlickrStore.close

    • parameters:
      • request
    • summary
      See dojo.data.api.Read.close()
    • type
      Function
  • dojox.data.FlickrStore._fetchItems

    • parameters:
      • request: (typeof A)
        request object
      • fetchHandler: (typeof A)
        function to call for fetched items
      • errorHandler: (typeof A)
        function to call on error
    • summary
      Fetch flickr items that match to a query
    • type
      Function
  • dojox.data.FlickrStore._processFlickrData

    • parameters:
      • data
    • type
      Function
  • dojox.data.FlickrStore._unescapeHtml

    • parameters:
      • str: (typeof String)
        String. The string to un-escape
    • summary
      Utility function to un-escape XML special characters in an
      HTML string.
    • return_summary
      HTML String converted back to the normal text (unescaped)
      characters (<,>,&, ", etc,).
    • type
      Function
  • feedsUrl

    • type
      String
  • reg

    • type
      Object
  • dojox.data.FlickrStore.urlRegistry

    • type
      Object
  • jsonFlickrFeed

    • parameters:
      • data
    • type
      Function
  • dojox.data

    • type
      Object
  • dojox

    • type
      Object