Package bodhi :: Package identity :: Module tables :: Class Group
[hide private]
[frames] | no frames]

Class Group

source code

              object --+    
                       |    
sqlobject.main.SQLObject --+
                           |
                          Group

Nested Classes [hide private]
  sqlmeta
This object is the object we use to keep track of all sorts of information.

Inherited from sqlobject.main.SQLObject: SelectResultsClass, __metaclass__

Instance Methods [hide private]
 
_SO_addPermission(self, obj)
 
_SO_addUser(self, obj)
 
_SO_from_python_created(value, state)
 
_SO_from_python_display_name(value, state)
 
_SO_from_python_group_name(value, state)
 
_SO_get_created(self)
_SO_val_created
 
_SO_get_display_name(self)
_SO_val_display_name
 
_SO_get_group_name(self)
_SO_val_group_name
 
_SO_get_permissions(self)
 
_SO_get_users(self)
 
_SO_removePermission(self, obj)
 
_SO_removeUser(self, obj)
 
_SO_set_created(self, val)
created
 
_SO_set_display_name(self, val)
display_name
 
_SO_set_group_name(self, val)
group_name
 
_SO_to_python_created(value, state)
 
_SO_to_python_display_name(value, state)
 
_SO_to_python_group_name(value, state)
 
_get_created(self)
_SO_val_created
 
_get_display_name(self)
_SO_val_display_name
 
_get_group_name(self)
_SO_val_group_name
 
_get_permissions(self)
 
_get_users(self)
 
_set_created(self, val)
created
 
_set_display_name(self, val)
display_name
 
_set_group_name(self, val)
group_name
 
addPermission(self, obj)
 
addUser(self, obj)
 
removePermission(self, obj)
 
removeUser(self, obj)

Inherited from sqlobject.main.SQLObject: __init__, __repr__, addColumn, addIndex, addJoin, delColumn, delJoin, destroySelf, expire, set, sync, syncUpdate

Inherited from sqlobject.main.SQLObject (private): _SO_finishCreate, _SO_foreignKey, _SO_getID, _SO_getValue, _SO_loadValue, _SO_selectInit, _SO_setValue, _cacheValues, _childClasses, _create, _defaultOrder, _expired, _fromDatabase, _idName, _idType, _init, _lazyUpdate, _parentClass, _registry, _reprItems, _style, _table

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Methods [hide private]
 
by_group_name(cls, val, connection=None)
group_name
source code

Inherited from sqlobject.main.SQLObject: clearTable, coerceID, createIndexes, createIndexesSQL, createJoinTables, createJoinTablesSQL, createTable, createTableSQL, delete, deleteBy, deleteMany, dropJoinTables, dropTable, get, select, selectBy, setConnection, sqlrepr, tableExists

Inherited from sqlobject.main.SQLObject (private): _SO_cleanDeprecatedAttrs, _SO_depends, _SO_fetchAlternateID, _SO_setupSqlmeta, _findAlternateID, _getJoinsToCreate, _notifyFinishClassCreation

Static Methods [hide private]

Inherited from sqlobject.main.SQLObject: __classinit__

Class Variables [hide private]
  _connection = <turbogears.database.PackageHub object at 0xa34e...
  q = tg_group

Inherited from sqlobject.main.SQLObject: childName

Inherited from sqlobject.main.SQLObject (private): _SO_finishedClassCreation, _inheritable, _parent

Properties [hide private]
  group_name
_SO_val_group_name
  display_name
_SO_val_display_name
  created
_SO_val_created
  users
  permissions

Inherited from object: __class__

Class Variable Details [hide private]

_connection

Value:
PackageHub("bodhi")

Property Details [hide private]

group_name

_SO_val_group_name
Get Method:
bodhi.identity.tables.Group._SO_get_group_name(self) - _SO_val_group_name
Set Method:
bodhi.identity.tables.Group._SO_set_group_name(self, val) - group_name

display_name

_SO_val_display_name
Get Method:
bodhi.identity.tables.Group._get_display_name(self) - _SO_val_display_name
Set Method:
bodhi.identity.tables.Group._SO_set_display_name(self, val) - display_name

created

_SO_val_created
Get Method:
bodhi.identity.tables.Group._get_created(self) - _SO_val_created
Set Method:
bodhi.identity.tables.Group._SO_set_created(self, val) - created

users

Get Method:
bodhi.identity.tables.Group._SO_get_users(self)

permissions

Get Method:
bodhi.identity.tables.Group._get_permissions(self)