Public Member Functions | Public Attributes | List of all members
webui.auth.db_auth.UserRecord Class Reference
Inheritance diagram for webui.auth.db_auth.UserRecord:
Inheritance graph
[legend]

Public Member Functions

def add_favorite_app (self, app_taskid)
 
def checkPassword (self, password)
 
def checkPasswordHash (self, passwordHash)
 
def dismiss_notice (self, notice)
 
def dismissed_notice_list (self)
 
def favorite_apps_list (self)
 
def is_favorite_app (self, app_taskid)
 
def notice_dismissed (self, notice)
 
def remove_favorite_app (self, app_taskid)
 
def set_skype_id (self, id)
 
def setPassword (self, new_password)
 
def sync_with_lobby (self)
 

Public Attributes

 changePassword
 
 dismissed_notices
 
 favorite_apps
 
 pw_hash
 
 skype_id
 

Detailed Description

Definition at line 87 of file db_auth.py.

Member Function Documentation

def webui.auth.db_auth.UserRecord.add_favorite_app (   self,
  app_taskid 
)

Definition at line 110 of file db_auth.py.

def webui.auth.db_auth.UserRecord.checkPassword (   self,
  password 
)

Definition at line 94 of file db_auth.py.

def webui.auth.db_auth.UserRecord.checkPasswordHash (   self,
  passwordHash 
)

Definition at line 88 of file db_auth.py.

def webui.auth.db_auth.UserRecord.dismiss_notice (   self,
  notice 
)

Definition at line 132 of file db_auth.py.

def webui.auth.db_auth.UserRecord.dismissed_notice_list (   self)

Definition at line 126 of file db_auth.py.

def webui.auth.db_auth.UserRecord.favorite_apps_list (   self)

Definition at line 104 of file db_auth.py.

def webui.auth.db_auth.UserRecord.is_favorite_app (   self,
  app_taskid 
)

Definition at line 107 of file db_auth.py.

def webui.auth.db_auth.UserRecord.notice_dismissed (   self,
  notice 
)

Definition at line 129 of file db_auth.py.

def webui.auth.db_auth.UserRecord.remove_favorite_app (   self,
  app_taskid 
)

Definition at line 118 of file db_auth.py.

def webui.auth.db_auth.UserRecord.set_skype_id (   self,
  id 
)

Definition at line 140 of file db_auth.py.

def webui.auth.db_auth.UserRecord.setPassword (   self,
  new_password 
)

Definition at line 99 of file db_auth.py.

def webui.auth.db_auth.UserRecord.sync_with_lobby (   self)

Definition at line 146 of file db_auth.py.

Member Data Documentation

webui.auth.db_auth.UserRecord.changePassword

Definition at line 101 of file db_auth.py.

webui.auth.db_auth.UserRecord.dismissed_notices

Definition at line 136 of file db_auth.py.

webui.auth.db_auth.UserRecord.favorite_apps

Definition at line 114 of file db_auth.py.

webui.auth.db_auth.UserRecord.pw_hash

Definition at line 100 of file db_auth.py.

webui.auth.db_auth.UserRecord.skype_id

Definition at line 141 of file db_auth.py.


The documentation for this class was generated from the following file:


webui
Author(s): Scott Hassan
autogenerated on Mon Jun 10 2019 15:51:24