Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCwowf.models.challenge._ChallengeUsed for SQLAlchemys joined table inheritance (polymorphism)
|oCwowf.models.challenge.DeviceChallengeBase class for all challenges which require the use of a heart rate device
|\Cwowf.models.challenge.WeightChallengeBase class for all weight related challenges
oCwowf.models.notification._Notification
|oCwowf.models.notification.AcceptedChallengeNotification
|oCwowf.models.notification.DeniedChallengeNotification
|oCwowf.models.notification.NewBuddyNotification
|oCwowf.models.notification.RequestedChallengeNotification
|\Cwowf.models.notification.UploadedWorkoutNotification
oCwowf.models.workout._Workout
|oCwowf.models.workout.DeviceWorkoutBase class for all workouts which require the use of a heart rate device
|\Cwowf.models.workout.WeightWorkoutBase class for all weight related workouts
oCwowf.lib.auth.Auth
oCwowf.scripts.BaseCommand
|oCwowf.scripts.adduser.AddUserCommand
|oCwowf.scripts.cleanup.CleanupCommand
|oCwowf.scripts.indexer.UpdateIndexesCommand
|oCwowf.scripts.initializedb.InitializeDBCommand
|\Cwowf.scripts.sendinvite.SendInviteCommand
oCwowf.lib.predicates.BasePredicate
|oCwowf.lib.predicates.LoggedInView predicate to check whether user is logged in
|oCwowf.lib.predicates.RequestMethodContext found subscriber predicate to check against request method
|\Cwowf.lib.predicates.RouteNameContext found subscriber predicate to check against route name
oCwowf.tests.BaseUnitTestCase
|oCwowf.tests.test_forms.BaseFormTestCase
|oCwowf.tests.test_lib.AuthTestCase
|oCwowf.tests.test_lib.UtilsTestCase
|\Cwowf.tests.test_models.BaseModelTestCase
oCwowf.views.BaseView
|oCwowf.views.account.ChangePasswordView
|oCwowf.views.account.RequestPasswordView
|oCwowf.views.account.ResetPasswordView
|oCwowf.views.account.UpdateProfileView
|oCwowf.views.challenge.ChallengeView
|oCwowf.views.challenge.CreateChallengeView
|oCwowf.views.error.CatchAllView
|oCwowf.views.error.ForbiddenView
|oCwowf.views.error.NotFoundView
|oCwowf.views.home.DashboardView
|oCwowf.views.home.HomeView
|oCwowf.views.search.SearchView
|oCwowf.views.user.LoginView
|oCwowf.views.user.LogoutView
|oCwowf.views.user.NotificationView
|oCwowf.views.user.ProfileView
|oCwowf.views.user.RegisterView
|\Cwowf.views.user.SendInviteView
oCwowf.lib.fields.EmailFieldHTML5 email input type for email fields
oCwowf.lib.widgets.EmailInput
oCwowf.lib.validators.FileRequiredMakes sure a file was selected and uploaded
oCwowf.lib.validators.FileTypeMakes sure a file is of the proper type
oCwowf.forms.FormUpdated form object, which accepts a state variable to assist in more complex validation
|oCwowf.forms.challenge.AcceptDenyChallengeForm
|oCwowf.forms.challenge.CreateChallengeForm
|oCwowf.forms.search.SearchForm
|oCwowf.forms.user.AddBuddyForm
|oCwowf.forms.user.AddRemoveBuddyForm
|oCwowf.forms.user.ChangePasswordForm
|oCwowf.forms.user.ConfirmNotificationsForm
|oCwowf.forms.user.LoginForm
|oCwowf.forms.user.RemoveBuddyForm
|oCwowf.forms.user.ResetPasswordForm
|oCwowf.forms.user.SendInviteForm
|oCwowf.forms.user.UserForm
|\Cwowf.forms.workout.UploadWorkoutForm
oCwowf.lib.fulltext.FulltextBaseAdds support for fulltext searching to SQLAlchemy's Base object
|\Cwowf.models.meta.Base
oCwowf.lib.types.JSONString
oCwowf.models.lookup_tables.Lookup
|oCwowf.models.lookup_tables.ChallengeType
|oCwowf.models.lookup_tables.Group
|\Cwowf.models.lookup_tables.NotificationType
oCwowf.lib.pagination.Page
oCwowf.lib.pagination.PagerUtility class to calculate pagination offset from page and limit
oCwowf.lib.requests.RequestFactory
oCwowf.lib.resources.RootFactory
oCwowf.lib.utils.StorageGeneric container class
|oCwowf.config.SettingsStorage container for settings, which attempts to guess the type, e.g., number, boolean, etc
|\Cwowf.forms.StateStorage object to pass state to forms for more complex validation
oCwowf.lib.image.StoredImageUtility class for thumbnailed images, used to access both the original as well as all thubnail versions of the image
oCwowf.models.tokens.Token
|oCwowf.models.tokens.InviteTokenInvite new user token
|oCwowf.models.tokens.LoginTokenRemember me login token
|\Cwowf.models.tokens.PasswordTokenReset password token
oCwowf.lib.validators.UniqueMakes sure that a field does not already exist in the database
|\Cwowf.lib.validators.ExistsMakes sure that a field exists in the database
oCwowf.lib.validators.ValidLoginMakes sure that the email and password combo exists in the database, and the user has the necessary priveleges to login
\Cwowf.lib.fulltext.WhooshSchemaVery generic indexing schema