![]() |
![]() |
Cheshire3 Object Model: Class ParsingRecordStore |
object --+ | configParser.C3Object --+ | ObjectStore --+ | baseObjects.RecordStore --+ | SimpleRecordStore --+ | ParsingRecordStore
__init__(self,
session,
config,
parent)
The constructor for all Cheshire3 objects take the same arguments: session: A Session object topNode: The <config> or <subConfig> domNode for the configuration parent: The object that provides the scope for this object. |
|
create_record(self,
session,
record)
Create a record and assign it a new identifier. |
|
fetch_record(self,
session,
id)
Return the record with the given identifier. |
|
store_record(self,
session,
record)
Store an existing record. |
|
begin_storing(self, session) | |
commit_storing(self, session) | |
Inherited from Inherited from Inherited from Inherited from Inherited from |
documentStore | |
workflow | |
Inherited from Inherited from Inherited from Inherited from |
|
|
|
|
|
|
documentStore
|
workflow
|
Generated by Epydoc 3.0alpha2 on Wed Aug 9 18:10:00 2006 | http://epydoc.sf.net |