Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Static Public Attributes | Static Private Attributes | List of all members
wowf.models.lookup_tables.NotificationType Class Reference
Inheritance diagram for wowf.models.lookup_tables.NotificationType:
Inheritance graph
Collaboration diagram for wowf.models.lookup_tables.NotificationType:
Collaboration graph

Static Public Attributes

tuple lookup_data
- Static Public Attributes inherited from wowf.models.lookup_tables.Lookup
tuple lookup_data = ()
tuple id = Column(Integer(unsigned=True), primary_key=True)
tuple name = Column(Unicode(40), nullable=False, index=True)
- Static Public Attributes inherited from wowf.models.meta.Base
tuple query = DBSession.query_property()
- Static Public Attributes inherited from wowf.lib.fulltext.FulltextBase
list index_fields = []

Static Private Attributes

string __tablename__ = 'notification_types'

Additional Inherited Members

- Public Member Functions inherited from wowf.models.lookup_tables.Lookup
def __init__
def __unicode__
def create
def populate
def get_by_name
- Public Member Functions inherited from wowf.models.meta.Base
def __str__
def __repr__
def __unicode__
def get_by_id
def create
def delete
- Public Attributes inherited from wowf.models.lookup_tables.Lookup
 name

Detailed Description

Definition at line 52 of file lookup_tables.py.

Member Data Documentation

string wowf.models.lookup_tables.NotificationType.__tablename__ = 'notification_types'
staticprivate

Definition at line 54 of file lookup_tables.py.

tuple wowf.models.lookup_tables.NotificationType.lookup_data
static
Initial value:
(
'requested_challenge', 'accepted_challenge', 'denied_challenge',
'new_buddy', 'uploaded_workout')

Definition at line 55 of file lookup_tables.py.


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