Function
This provides any configuration information that will be mixed into the store, including a reference to the Dojo data store under the property "store".
This is an adapter for using Dojo Data stores with an object store consumer. You can provide a Dojo data store and use this adapter to interact with it through the Dojo object store API
Function
Function
The identity to use to lookup the object
Retrieves an object by it's identity. This will trigger a fetchItemByIdentity
Function
The object to store.
Additional metadata for storing the data. Includes a reference to an id that the object may be stored with (i.e. { id: "foo" }).
Stores an object by its identity.
Function
The identity to use to delete the object
Deletes an object by its identity.
Function
The query to use for retrieving objects from the store
Optional options object as used by the underlying dojo.data Store.
Queries the store for objects.
dojo.store.util.QueryResults A query results object that can be used to iterate over results.
Function
The data object to get the identity from.
Fetch the identity for the given object.
Number The id of the given object.
Object
Object