import ResourceCollection from 'rodan-client/js/Collections/ResourceCollection.js'
ResourceCollection
Extends:
backbone~Backbone.Collection → BaseCollection → ResourceCollection
Collection of Resource models.
Method Summary
Public Methods | ||
public |
Initializes the instance. |
Inherited Summary
From class BaseCollection | ||
public get |
Returns route. |
|
public |
Override of create. |
|
public |
Override of fetch to allow for generic handling. |
|
public |
fetchFilter(filters: array, options: object) Requests a filtered fetch. |
|
public |
Requests a page to be fetched. |
|
public |
Requests a sorted fetch. |
|
public |
getEnumerations(): array Returns enumerations of this Collection. |
|
public |
Returns pagination object for this Collection. |
|
public |
Parse results. |
|
public |
parseIdFromUrl(url: string): string Parses ID out of URL. |
|
public |
Syncs the Collection while preserving the last used fetch options.data. |
|
public |
Returns the URL associated with this Collection. |