dojox.data.FlickrRestStore
dojo.require("dojox.data.FlickrRestStore");
defined in dojox/data/FlickrRestStore.js
The FlickrRestStore 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.
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object |
dojo.data.util.simpleFetch (from dojox.data.FlickrStore)
FunctionsBack to top

Defined by dojox.data.FlickrStore
See dojo.data.api.Read.containsValue()

Defined by dojox.data.FlickrStore
See dojo.data.api.Read.getLabelAttributes()

Defined by dojox.data.FlickrStore
See dojo.data.api.Read.hasAttributes()

Defined by dojox.data.FlickrStore
This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.

Defined by dojox.data.FlickrStore
This function tests whether the item passed in is indeed an item in the store.


Overrides dojox.data.FlickrStore
Fetch flickr items that match to a query
Overrides dojox.data.FlickrStore
Processes the raw data from Flickr and updates the internal cache.

Defined by dojox.data.FlickrStore
Utility function to un-escape XML special characters in an HTML string.
PropertiesBack to top
Overrides dojox.data.FlickrStore
The users API key to be used when accessing Flickr REST services.
An Array of all previously downloaded picture info.
The URL to the Flickr REST services.
Defined by dojox.data.FlickrStore
A HashMap used to record the handlers registered for a single remote request. Multiple requests may be made for the same information before the first request has finished. Each element of this Object is an array of handlers to call back when the request finishes. This prevents multiple requests being made for the same information.
A unique identifier for this store.
A HashMap used to record the signature of a request to prevent duplicate request being made.
A counter for the number of requests made. This is used to define the callback function that Flickr will use.
A quick lookup of valid attribute names in a sort query.
Overrides dojox.data.FlickrStore
A key used to mark an data store item as belonging to this store.