Package twisted :: Package world :: Module typemap :: Class StorableListTypeMapper
[frames | no frames]

Class StorableListTypeMapper

       Adapter --+        
                 |        
AbstractTypeMapper --+    
                     |    
      ObjectTypeMapper --+
                         |
                        StorableListTypeMapper


Method Summary
  __init__(self, original)
Set my 'original' attribute to be the object I am adapting.
  getType(self)
  highToLow(self, db, obj)
  null(self)
  toTuple(self)
    Inherited from ObjectTypeMapper
  getLowColumns(self, name)
  getPhysicalSize(self)
  lowDataToRow(self, index, name, db, sFile, value)
  lowToHigh(self, db, tup)
    Inherited from AbstractTypeMapper
  highDataFromRow(self, index, name, db, sFile)
    Inherited from Adapter
  getComponent(self, interface, registry, default)
I forward getComponent to self.original on the assumption that it is an instance of Componentized.
  isuper(self, iface, adapter)
Forward isuper to self.original

Class Variable Summary
    Inherited from Adapter
int multiComponent: If this adapter is persistent, should it be automatically registered for all appropriate interfaces.
int temporaryAdapter: If this is True, the adapter will not be persisted on the Componentized.

Method Details

__init__(self, original)
(Constructor)

Set my 'original' attribute to be the object I am adapting.
Overrides:
twisted.python.components.Adapter.__init__ (inherited documentation)

Generated by Epydoc 2.0 on Sat Sep 13 04:20:36 2003 http://epydoc.sf.net