DS.JSONSerializer#normalizeSingleResponse()

normalizeSingleResponse (store, primaryModelClass, payload, id, requestType) Object Defined in addon/serializers/json.js:416 Available since 1.13.0 Parameters: store DS.Store primaryModelClass DS.Model payload Object id String|Number requestType String Returns: Object JSON-API Document

DS.JSONSerializer#normalizeUsingDeclaredMapping()

normalizeUsingDeclaredMappingprivate Defined in addon/serializers/json.js:765

Freezable#isFrozen

isFrozenBooleanprivate Defined in packages/ember-runtime/lib/mixins/freezable.js:80 Set to true when the object is frozen. Use this property to detect whether your object is frozen or not.

PromiseProxyMixin#isSettled

isSettledpublic Defined in packages/ember-runtime/lib/mixins/promise_proxy.js:112 Once the proxied promise has settled this will become true. Default: false

ContainerProxyMixin#__container__

__container__Ember.Containerprivate Defined in packages/ember-runtime/lib/mixins/container_proxy.js:18 The container stores state.

DS.AdapterError

DS.AdapterError Class Defined in: addon/adapters/errors.js:11 Module: ember-data

DS.AdapterPopulatedRecordArray#loadRecords()

loadRecords (records, payload) private Defined in addon/-private/system/record-arrays/adapter-populated-record-array.js:65 Parameters: records Array payload Object normalized payload

Ember.info()

infoprivate Defined in packages/ember-debug/lib/index.js:78 Display an info notice. In a production build, this method is defined as an empty function (NOP). Uses of this method in Ember itself are stripped from the ember.prod.js build.

Services and Utilities

Services and Utilities For Super Rentals, we want to be able to display a map showing where each rental is. To implement this feature, we will take advantage of several Ember concepts: A component to display a map on each rental listing. A service to keep a cache of rendered maps to use in different places in the application. A utility function to create a map from the Google Maps API. We'll start by displaying the map and work our way back to using the Google Map API. Display Maps With a C

Container#destroy()

destroyprivate Defined in packages/container/lib/container.js:136 A depth first traversal, destroying the container, its descendant containers and all their managed objects.