Ember.removeBeforeObserver()

removeBeforeObserver (obj, path, target, method) deprecatedprivate Defined in packages/ember-metal/lib/observer.js:93 Parameters: obj path String target Object|Function method [Function|String]

DS.RecordArrayManager#createAdapterPopulatedRecordArray()

createAdapterPopulatedRecordArray (typeClass, query) DS.AdapterPopulatedRecordArray Defined in addon/-private/system/record-array-manager.js:287 Create a DS.AdapterPopulatedRecordArray for a type with given query. Parameters: typeClass DS.Model query Object Returns: DS.AdapterPopulatedRecordArray

DefaultResolver#resolveTemplate()

resolveTemplate (parsedName) protected Defined in packages/ember-application/lib/system/resolver.js:301 Look up the template in Ember.TEMPLATES Parameters: parsedName Object a parseName object with the parsed fullName lookup string

Ember.changeProperties()

changeProperties (callback, binding) private Defined in packages/ember-metal/lib/property_events.js:226 Make a series of property changes together in an exception-safe way. Ember.changeProperties(function() { obj1.set('foo', mayBlowUpWhenSet); obj2.set('bar', baz); }); Parameters: callback Function binding []

DataAdapter#observeModelType()

observeModelType (modelName, typesUpdated) Functionprivate Defined in packages/ember-extension-support/lib/data_adapter.js:278 Adds observers to a model type class. Parameters: modelName String The model type name. typesUpdated Function Called when a type is modified. Returns: Function The function to call to remove observers.

DS.Serializer#normalize()

normalize (typeClass, hash) Object Defined in addon/serializer.js:73 The normalize method is used to convert a payload received from your external data source into the normalized form store.push() expects. You should override this method, munge the hash and return the normalized payload. Parameters: typeClass DS.Model hash Object Returns: Object

LinkComponent#disabled

disabledprivate Defined in packages/ember-htmlbars/lib/components/link-to.js:530 Accessed as a classname binding to apply the LinkComponent's disabledClass CSS class to the element when the link is disabled. When true interactions with the element will not trigger route changes.

Router#willTransition()

willTransitionpublic Defined in packages/ember-routing/lib/system/router.js:315 Available since 1.11.0 Handles notifying any listeners of an impending URL change. Triggers the router level willTransition hook.

DS.Model#didDelete event

didDelete Defined in addon/-private/system/model/model.js:451 Fired when the record is deleted.

DefaultResolver#resolveOther()

resolveOther (parsedName) protected Defined in packages/ember-application/lib/system/resolver.js:379 Look up the specified object (from parsedName) on the appropriate namespace (usually on the Application) Parameters: parsedName Object a parseName object with the parsed fullName lookup string