Interface: Provider

Provider

Interface for Providers of various resources
Source:

Methods

getItem(itemId) → {Object}

Returns the item stored under the itemId. May be null
Parameters:
Name Type Description
itemId String The Id of the item to return
Source:
Returns:
The item corresponding to the itemId
Type
Object

getItem(itemId) → {Object}

Returns the item stored under the itemId. May be null
Parameters:
Name Type Description
itemId String The Id of the item to return
Source:
Returns:
The item corresponding to the itemId
Type
Object

getItems() → {Object}

Returns all of the items stored. May be null
Source:
Returns:
All the items being managed by they provider
Type
Object

getItems() → {Object}

Returns all of the items stored. May be null
Source:
Returns:
All the items being managed by they provider
Type
Object