Package turbogears :: Package i18n :: Package sogettext :: Module model :: Class TG_Domain
[hide private]

Class TG_Domain

source code


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_from_python_name(value, state)
 
_SO_get_messages(self)
 
_SO_get_name(self)
 
_SO_set_name(self, val)
 
_SO_to_python_name(value, state)
 
_get_messages(self)
 
_get_name(self)
 
_set_name(self, val)

Inherited from sqlobject.main.SQLObject: __eq__, __ge__, __gt__, __init__, __le__, __lt__, __ne__, __repr__, __sqlrepr__, destroySelf, expire, set, sync, syncUpdate, tablesUsedImmediate

Inherited from sqlobject.main.SQLObject (private): _SO_finishCreate, _SO_foreignKey, _SO_getID, _SO_getValue, _SO_loadValue, _SO_selectInit, _SO_setValue, _create, _expired, _init, _reprItems

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

Class Methods [hide private]
 
byName(cls, val, connection=None) 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 = PackageHub("turbogears.i18n.sogettext")
  q = tg_i18n_domain

Inherited from sqlobject.main.SQLObject: childName

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

Properties [hide private]
  name
  messages

Inherited from object: __class__

Property Details [hide private]

name

Get Method:
_get_name(self)
Set Method:
_set_name(self, val)

messages

Get Method:
_SO_get_messages(self)