A simple container for the user and group lists. This represents some entity external to the mediator that handles such things. More...
#include <Mediator_Class.h>
Public Attributes | |
UserList | Users |
GroupList | Groups |
A simple container for the user and group lists. This represents some entity external to the mediator that handles such things.
For this example, an instance of this class is contained in the mediator rather than deal with a singleton external entity.
Definition at line 29 of file Mediator_Class.h.
GroupList Groups |
Definition at line 33 of file Mediator_Class.h.
Referenced by UserGroupMediator::AddGroup(), UserGroupMediator::AddUserToGroup(), UserGroupMediator::GetAllGroups(), UserGroupMediator::GetGroupsWithUser(), UserGroupMediator::GetUsersInGroup(), UserGroupMediator::IsUserInGroup(), UserGroupMediator::RemoveGroup(), UserGroupMediator::RemoveUserFromAllGroups(), and UserGroupMediator::RemoveUserFromGroup().
UserList Users |
Definition at line 32 of file Mediator_Class.h.
Referenced by UserGroupMediator::AddUser(), UserGroupMediator::AddUserToGroup(), UserGroupMediator::GetAllUsers(), UserGroupMediator::GetGroupsWithUser(), UserGroupMediator::IsUserInGroup(), UserGroupMediator::RemoveUser(), UserGroupMediator::RemoveUserFromAllGroups(), and UserGroupMediator::RemoveUserFromGroup().