Constructordojox.data.FlickrStore

dojo.require("dojox.data.FlickrStore");
defined in dojox/data/FlickrStore.js

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.

Usage

function (/*Object*/ args) (view source)
parametertypedescription
argsObject 

Jump to PropertiesFunctionsBack to top

Functionclose(request)
See dojo.data.api.Read.close()
FunctioncontainsValue(item, attribute, value)
See dojo.data.api.Read.containsValue()
See dojo.data.api.Read.getAttributes()
See dojo.data.api.Read.getFeatures()
FunctiongetLabel(item)
See dojo.data.api.Read.getLabel()
See dojo.data.api.Read.getLabelAttributes()
FunctiongetValue(item, attribute)
See dojo.data.api.Read.getValue()
FunctiongetValues(item, attribute)
See dojo.data.api.Read.getValue()
FunctionhasAttribute(item, attribute)
See dojo.data.api.Read.hasAttributes()
FunctionisItem(item)
See dojo.data.api.Read.isItem()
See dojo.data.api.Read.isItemLoaded()
FunctionloadItem(keywordArgs)
See dojo.data.api.Read.loadItem()
Function_assertIsAttribute(attribute)
This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.
This function tests whether the item passed in is indeed an item in the store.
Function_fetchItems(request, fetchHandler, errorHandler)
Fetch flickr items that match to a query
Utility function to un-escape XML special characters in an HTML string.

Jump to FunctionsPropertiesBack to top