|
|
virtual unsigned long long | getAllowedMailNotifications () |
| |
|
virtual unsigned long long | getAllowedMobileNotifications () |
| |
|
virtual unsigned long long | getAllowedNotificatorNotifications () |
| |
|
virtual std::string | getAllowedPools () |
| |
|
virtual int | getAllowedPoolsState () |
| |
|
virtual unsigned long long | getAllowedRights () |
| |
|
virtual std::string | getAllowedTemplates () |
| |
|
virtual int | getAllowedTemplatesState () |
| |
|
virtual int | getConstrainToHomeFolderState () |
| |
|
virtual int | getEnableHomeFolderState () |
| |
|
virtual std::string | getForbiddenPools () |
| |
|
virtual int | getForbiddenPoolsState () |
| |
|
virtual std::string | getForbiddenTemplates () |
| |
|
virtual int | getForbiddenTemplatesState () |
| |
|
virtual std::string | getGroupName () |
| |
|
virtual long | getId () |
| |
|
virtual bool | getIsLdap () |
| |
|
virtual int | getLimitedInstancesSkipOnIdleState () |
| |
|
virtual int | getLimitedPoolsSkipOnIdleState () |
| |
|
virtual int | getMaximumInstances () |
| |
|
virtual int | getMaximumInstancesState () |
| |
|
virtual int | getMaximumPriority () |
| |
|
virtual int | getMaximumPriorityState () |
| |
|
virtual std::string | getRepositories () |
| |
|
virtual int | getRepositoriesState () |
| |
|
virtual void | setAllowedMailNotifications (unsigned long long _notificationsMask) |
| |
|
virtual void | setAllowedMobileNotifications (unsigned long long _notificationsMask) |
| |
|
virtual void | setAllowedNotificatorNotifications (unsigned long long _notificationsMask) |
| |
|
virtual void | setAllowedPools (std::string _allowedPools) |
| |
|
virtual void | setAllowedPoolsState (int _allowedPoolsState) |
| |
|
virtual void | setAllowedRights (unsigned long long _rightsMask) |
| |
|
virtual void | setAllowedTemplates (std::string _allowedTemplates) |
| |
|
virtual void | setAllowedTemplatesState (int _allowedTemplatesState) |
| |
|
virtual void | setConstrainToHomeFolderState (int _constrainToHomeFolderState) |
| |
|
virtual void | setEnableHomeFolderState (int _enableHomeFolderState) |
| |
|
virtual void | setForbiddenPools (std::string _forbiddenPools) |
| |
|
virtual void | setForbiddenPoolsState (int _forbiddenPoolsState) |
| |
|
virtual void | setForbiddenTemplates (std::string _forbiddenTemplates) |
| |
|
virtual void | setForbiddenTemplatesState (int _forbiddenTemplatesState) |
| |
|
virtual void | setGroupName (const std::string &_groupName) |
| |
|
virtual void | setId (long _id) |
| |
|
virtual void | setIsLdap (bool _isLdap) |
| |
|
virtual void | setLimitedInstancesSkipOnIdleState (int _limitedInstancesSkipOnIdleState) |
| |
|
virtual void | setLimitedPoolsSkipOnIdleState (int _limitedPoolsSkipOnIdleState) |
| |
|
virtual void | setMaximumInstances (int _maximumInstances) |
| |
|
virtual void | setMaximumInstancesState (int _maximumInstancesState) |
| |
|
virtual void | setMaximumPriority (int _maximumPriority) |
| |
|
virtual void | setMaximumPriorityState (int _maximumPriorityState) |
| |
|
virtual void | setRepositories (std::string _repositories) |
| |
|
virtual void | setRepositoriesState (int _repositoriesState) |
| |
Class holding a user group.
Holds data related to a user group
Definition at line 63 of file MGroup.h.