Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
SubscribedUsers.py File Reference

This file defines a class to manage a user that is part of one or more groups which are subscribed to a particular channel. More...

Classes

class  Plugins.User.SubscribedUsers.ASubscribedUser
 This class represents a user that belongs to one or more groups, which are in turn subscribed to one or more channels. More...
 

Variables

dictionary Plugins.User.SubscribedUsers.suEvents
 The events generated by ASubscribedUser. More...
 
string Plugins.User.SubscribedUsers.suErrorResolvingGroups = "failed to resolve group membership for user \"{}\""
 The error message used when failing to resolve group membership for a user.
 
string Plugins.User.SubscribedUsers.suErrorResolvingSubscriptions = "failed to resolve subscription information "
 The error message used when failing to resolve subscription information.
 
tuple Plugins.User.SubscribedUsers.suErrorRetrievingSubscriptions
 The error message used when failing to retrieve subscription information for the user. More...
 

Detailed Description

This file defines a class to manage a user that is part of one or more groups which are subscribed to a particular channel.