| Trees | Index | Help |
|---|
| Package Products :: Package ZCatalog :: Module CatalogBrains :: Class AbstractCatalogBrain |
|
object --+
|
Base --+
|
Acquirer --+
|
object --+ |
| |
Base --+ |
| |
NoInstanceDictionaryBase --+ |
| |
Record --+
|
AbstractCatalogBrain
UIDCatalogBrains| Method Summary | |
|---|---|
Return the object for this record | |
Get the physical path for this record | |
Return the record ID for this object. | |
Generate a URL for this record | |
has_key(self,
key)
| |
| Inherited from Base | |
Get arguments to be passed to __new__ | |
Reduce an object to contituent parts for serialization | |
| Inherited from object | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__str__() <==> str(x) | |
| Method Details |
|---|
getObject(self, REQUEST=None)Return the object for this record Will return None if the object cannot be found via its cataloged path (i.e., it was deleted or moved without recataloging), or if the user is not authorized to access the object. This method mimicks a subset of what publisher's traversal does, so it allows access if the final object can be accessed even if intermediate objects cannot. |
getPath(self)Get the physical path for this record |
getRID(self)Return the record ID for this object. |
getURL(self, relative=0)Generate a URL for this record |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Nov 30 03:03:10 2005 | http://epydoc.sf.net |