class documentation

class ObjChildren(object): (source)

View In Hierarchy

Undocumented

Method filteredObjChildren Returns a NodeList that contains all visible children of this node in correct order. If none, this is a empty NodeList.
Method getObjChildren Returns a NodeList that contains all children of this node in correct order. If none, this is a empty NodeList.
Method getObjChildrenAttr Undocumented
Method initObjChild Undocumented
Method initObjChildren Undocumented
Method manage_initObjChild ObjChildren.manage_initObjChild
Class Variable __ac_permissions__ ############################################################################ ### ### Constructor ### ############################################################################
Class Variable __authorPermissions__ Undocumented
Method _initObjChildren Undocumented
def filteredObjChildren(self, id, REQUEST, meta_types=None): (source)

Returns a NodeList that contains all visible children of this node in correct order. If none, this is a empty NodeList.

def getObjChildren(self, id, REQUEST, meta_types=None): (source)

Returns a NodeList that contains all children of this node in correct order. If none, this is a empty NodeList.

def getObjChildrenAttr(self, key, meta_type=None): (source)

Undocumented

def initObjChild(self, id, _sort_id, type, REQUEST): (source)

Undocumented

def initObjChildren(self, REQUEST): (source)

Undocumented

def manage_initObjChild(self, id, type, lang, REQUEST, RESPONSE=None): (source)

ObjChildren.manage_initObjChild

__ac_permissions__ = (source)

############################################################################ ### ### Constructor ### ############################################################################

__authorPermissions__: tuple[str, ...] = (source)

Undocumented

def _initObjChildren(self, obj_attr, REQUEST): (source)

Undocumented