Package bodhi :: Module model :: Class Package
[hide private]
[frames] | no frames]

Class Package

source code

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

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]
 
updates(self) source code
 
num_updates(self) source code
 
__str__(self)
str(x)
source code
 
_SO_from_python_name(value, state)
 
_SO_from_python_suggest_reboot(value, state)
 
_SO_get_builds(self)
 
_SO_get_name(self)
_SO_val_name
 
_SO_get_suggest_reboot(self)
_SO_val_suggest_reboot
 
_SO_set_name(self, val)
name
 
_SO_set_suggest_reboot(self, val)
suggest_reboot
 
_SO_to_python_name(value, state)
 
_SO_to_python_suggest_reboot(value, state)
 
_get_builds(self)
 
_get_name(self)
_SO_val_name
 
_get_suggest_reboot(self)
_SO_val_suggest_reboot
 
_set_name(self, val)
name
 
_set_suggest_reboot(self, val)
suggest_reboot

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__

Class Methods [hide private]
 
byName(cls, val, connection=None)
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 0xa37a...
  q = package

Inherited from sqlobject.main.SQLObject: childName

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

Properties [hide private]
  name
_SO_val_name
  builds
  suggest_reboot
_SO_val_suggest_reboot

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)

Class Variable Details [hide private]

_connection

Value:
PackageHub("bodhi")

Property Details [hide private]

name

_SO_val_name
Get Method:
bodhi.model.Package._get_name(self) - _SO_val_name
Set Method:
bodhi.model.Package._set_name(self, val) - name

builds

Get Method:
bodhi.model.Package._SO_get_builds(self)

suggest_reboot

_SO_val_suggest_reboot
Get Method:
bodhi.model.Package._get_suggest_reboot(self) - _SO_val_suggest_reboot
Set Method:
bodhi.model.Package._SO_set_suggest_reboot(self, val) - suggest_reboot