Table of Contents

Class: ZClass Zope-2.2.1-src/lib/python/ZClasses/ZClass.py

Zope Class

Base Classes   
OFS.SimpleItem.SimpleItem
Methods   
ZClassBaseClassNames
__call__
__init__
_getZClass
_new_class_id
_register
_setBasesHoldOnToYourButts
_unregister
_waaa_getJar
cb_isCopyable
changeClassId
classDefinedAndInheritedPermissions
classDefinedPermissions
classInheritedPermissions
createInObjectManager
delClassAttr
fromRequest
getClassAttr
manage_afterAdd
manage_afterClone
manage_beforeDelete
manage_options
setClassAttr
tpValues
zclass_candidate_view_actions
zclass_product_name
ziconImage
  ZClassBaseClassNames 
ZClassBaseClassNames ( self )

  __call__ 
__call__ (
        self,
        *args,
        *kw,
        )

  __init__ 
__init__ (
        self,
        id,
        title,
        bases,
        zope_object=1,
        )

Build a Zope class

A Zope class is really a meta-class that manages an actual extension class that is instantiated to create instances.

  _getZClass 
_getZClass ( self )

  _new_class_id 
_new_class_id ( self )

  _register 
_register ( self )

Exceptions   
'Duplicate Class Ids'
  _setBasesHoldOnToYourButts 
_setBasesHoldOnToYourButts ( self,  bases )

  _unregister 
_unregister ( self )

  _waaa_getJar 
_waaa_getJar ( self )

  cb_isCopyable 
cb_isCopyable ( self )

  changeClassId 
changeClassId ( self,  newid=None )

  classDefinedAndInheritedPermissions 
classDefinedAndInheritedPermissions ( self )

  classDefinedPermissions 
classDefinedPermissions ( self )

  classInheritedPermissions 
classInheritedPermissions ( self )

  createInObjectManager 
createInObjectManager (
        self,
        id,
        REQUEST,
        RESPONSE=None,
        )

Create Z instance. If called with a RESPONSE, the RESPONSE will be redirected to the management screen of the new instance's parent Folder. Otherwise, the instance will be returned.

  delClassAttr 
delClassAttr ( self,  name )

  fromRequest 
fromRequest (
        self,
        id=None,
        REQUEST={},
        )

  getClassAttr 
getClassAttr (
        self,
        name,
        default=_marker,
        inherit=0,
        )

  manage_afterAdd 
manage_afterAdd (
        self,
        item,
        container,
        )

  manage_afterClone 
manage_afterClone ( self,  item )

  manage_beforeDelete 
manage_beforeDelete (
        self,
        item,
        container,
        )

  manage_options 
manage_options ( self )

  setClassAttr 
setClassAttr (
        self,
        name,
        value,
        )

  tpValues 
tpValues ( self )

  zclass_candidate_view_actions 
zclass_candidate_view_actions ( self )

  zclass_product_name 
zclass_product_name ( self )

  ziconImage 
ziconImage (
        self,
        REQUEST,
        RESPONSE,
        )

Display a class icon


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6