Trees | Index | Help |
|
---|
Package Products :: Package ZCatalog :: Module CatalogAwareness :: Class CatalogAware |
|
ClassifierEntry
Method Summary | |
---|---|
Return a sequence of user names who have the local Owner role on an object. | |
A common method to allow Findables to index themselves. | |
manage_afterAdd(self,
item,
container)
| |
manage_afterClone(self,
item)
| |
manage_beforeDelete(self,
item,
container)
| |
manage_editCataloger(self,
default,
REQUEST)
| |
Object delete handler. | |
reindex_all(self,
obj)
| |
Suprisingly useful | |
Return a summary of the text content of the object. | |
A common method to allow Findables to unindex themselves. | |
Return a SCRIPT_NAME-based url for an object. |
Class Variable Summary | |
---|---|
str |
default_catalog = 'Catalog'
|
DTMLFile |
manage_editCatalogerForm = <App.special_dtml.DTMLFile ob...
|
str |
meta_type = 'CatalogAware'
|
Method Details |
---|
creator(self)Return a sequence of user names who have the local Owner role on an object. The name creator is used for this method to conform to Dublin Core. |
index_object(self)A common method to allow Findables to index themselves. |
onDeleteObject(self)Object delete handler. I think this is obsoleted by manage_beforeDelete |
reindex_object(self)Suprisingly useful |
summary(self, num=200)Return a summary of the text content of the object. |
unindex_object(self)A common method to allow Findables to unindex themselves. |
url(self, ftype=<function splittype at 0x102e1f0>, fhost=<function splithost at 0x102e230>)Return a SCRIPT_NAME-based url for an object. |
Class Variable Details |
---|
default_catalog
|
manage_editCatalogerForm
|
meta_type
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:13 2007 | http://epydoc.sf.net |