| Trees | Index | Help |
|
|---|
| Package Products :: Package CMFCore :: Module DynamicType :: Class DynamicType |
|
PortalFolderBase| Method Summary | |
|---|---|
Pre-traversal hook. | |
Get the portal type name that can be passed to portal_types. | |
Get an Action info mapping specified by a chain of actions. | |
Using this method allows the content class creator to grab icons on the fly instead of using a fixed attribute on the class. | |
Get the portal type name that can be passed to portal_types. | |
Get the TypeInformation object specified by the portal type. | |
Using this method allows the content class creator to grab icons on the fly instead of using a fixed attribute on the class. | |
Set the portal type name. | |
| Class Variable Summary | |
|---|---|
tuple |
__ac_permissions__ = ()
|
Interface |
__implements__ = <Interface Products.CMFCore.interfaces....
|
NoneType |
getActionInfo__roles__ = None |
NoneType |
getIcon__roles__ = None |
NoneType |
getPortalTypeName__roles__ = None |
NoneType |
getTypeInfo__roles__ = None |
NoneType |
icon__roles__ = None |
NoneType |
portal_type = None |
| Method Details |
|---|
__before_publishing_traverse__(self, arg1, arg2=None)Pre-traversal hook. |
_getPortalTypeName(self)Get the portal type name that can be passed to portal_types. |
getActionInfo(self, action_chain, check_visibility=0, check_condition=0)Get an Action info mapping specified by a chain of actions. |
getIcon(self, relative_to_portal=0)Using this method allows the content class creator to grab icons on the fly instead of using a fixed attribute on the class. |
getPortalTypeName(self)Get the portal type name that can be passed to portal_types. |
getTypeInfo(self)Get the TypeInformation object specified by the portal type. |
icon(self, relative_to_portal=0)Using this method allows the content class creator to grab icons on the fly instead of using a fixed attribute on the class. |
_setPortalTypeName(self, pt)Set the portal type name. Called by portal_types during construction, records an ID that will be used later to locate the correct ContentTypeInformation. |
| Class Variable Details |
|---|
__ac_permissions__
|
__implements__
|
getActionInfo__roles__
|
getIcon__roles__
|
getPortalTypeName__roles__
|
getTypeInfo__roles__
|
icon__roles__
|
portal_type
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Aug 16 09:55:14 2007 | http://epydoc.sf.net |