CAF Noodle JavaScript

Class Noodle.User.Model

Object
   |
   +--Noodle.Model
         |
         +--Noodle.User.Model

class Noodle.User.Model
extends Noodle.Model


Base noodle user model methods.
Defined in user.js


Constructor Summary
Noodle.User.Model ()
           
 
Method Summary
<static> Object getProfile(<string> name)
           Returns the profile attributes of this user.
<static> void initialize()
           Initialize noodle user model.
<static> void onUpdateProfile(<event> event)
           Handle update-profile events for this user.
<static> void setProfile(<string> name, <object> value)
           Sets the profile attributes of this user.

Constructor Detail

Noodle.User.Model

Noodle.User.Model()

Method Detail

getProfile

<static> Object getProfile(<string> name)

initialize

<static> void initialize()

onUpdateProfile

<static> void onUpdateProfile(<event> event)

setProfile

<static> void setProfile(<string> name, <object> value)

CAF Noodle JavaScript

Documentation generated by JSDoc on Sun Sep 15 20:21:23 2019