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

This file defines a class that manages a list of groups to which a specific user may belong. More...

Classes

class  Plugins.User.Groups.AGroupError
 This class represents an error that may occur while retrieving or updating group membership information. More...
 
class  Plugins.User.Groups.AGroupList
 This class represents a list of groups to which a specific user may belong. More...
 

Variables

string Plugins.User.Groups.glNoDataSource = "no data source was provided"
 The error message used when no data source is provided to the group list instance.
 
tuple Plugins.User.Groups.glErrorRetrievingList
 The error message used when failing to retrieve the group list. More...
 
string Plugins.User.Groups.glErrorAppendingToList = "failed to add user \"{}\" to group \"{}\""
 The error message used when failing to append to the group list.
 
string Plugins.User.Groups.glErrorDeletingFromList = "failed to remove user \"{}\" from group \"{}\""
 The error message used when failing to delete from the group list.
 

Detailed Description

This file defines a class that manages a list of groups to which a specific user may belong.