class documentation

class ZMSProxyObject(zmscontainerobject.ZMSContainerObject): (source)

Constructor: ZMSProxyObject(root, base, url_base, id, ...)

Implements interfaces: Products.zms.IZMSFormatProvider.IZMSFormatProvider, Products.zms.IZMSMetamodelProvider.IZMSMetamodelProvider

View In Hierarchy

Provide helpers for ZMSProxyObject.

Method __init__ Constructor
Method __proxy__ Implement '__proxy__'.
Method __request__ Implement '__request__'.
Method absolute_url Implement 'absolute_url'.
Method breadcrumbs_obj_path Implement 'breadcrumbs_obj_path'.
Method display_icon Implement 'display_icon'.
Method get_manage_lang Return manage lang.
Method getBodyContent HTML presentation in body-content.
Method getCharFormats Return charformats.
Method getChildNodes Return childnodes.
Method getConfProperty Return confproperty.
Method getDCCoverage Return dccoverage.
Method getDCDescription Return dcdescription.
Method getDeclUrl Return declurl.
Method getDocumentElement Return documentelement.
Method getHome Return home.
Method getHref2IndexHtml Return href2indexhtml.
Method getLangIds Return langids.
Method getLangStr Return langstr.
Method getLevel Return level.
Method getMetaobj Return metaobj.
Method getMetaobjAttr Return metaobjattr.
Method getMetaobjAttrIds Return metaobjattrids.
Method getMetaobjId Return metaobjid.
Method getMetaobjIds Return metaobjids.
Method getObjAttrs Return objattrs.
Method getObjAttrValue Return objattrvalue.
Method getObjProperty Return objproperty.
Method getObjVersion Return objversion.
Method getPageExt Return pageext.
Method getParentNode The parent of this node. All nodes except root may have a parent.
Method getPenetrance Return penetrance.
Method getPhysicalPath Return physicalpath.
Method getPrimaryLanguage Return primarylanguage.
Method getProxy Return proxy.
Method getRootElement Return rootelement.
Method getSecNo Return secno.
Method getStylesheet Return stylesheet.
Method getTextFormat Return textformat.
Method getTextFormatDefault Return textformatdefault.
Method getTextFormats Return textformats.
Method getTitle Return title.
Method getTitlealt Return titlealt.
Method getType Return type.
Method getUserAttr Overrides AccessManager.getUserAttr.
Method getZMILangStr Return zmilangstr.
Method hasAccess Return whether access.
Method isActive Return whether active.
Method isMetaType Return whether metatype.
Method isPage Return whether page.
Method isPageElement Return whether pageelement.
Method isResource Return whether resource.
Method isVisible Return whether visible.
Method printHtml Implement 'printHtml'.
Class Variable getParentNode__roles__ Undocumented
Instance Variable __root__ Undocumented
Instance Variable base Undocumented
Instance Variable dGlobalAttrs Undocumented
Instance Variable id Undocumented
Instance Variable meta_id Undocumented
Instance Variable meta_type Undocumented
Instance Variable proxy Undocumented
Instance Variable recursive Undocumented
Instance Variable REQUEST Undocumented
Instance Variable url_base Undocumented
Method _getBodyContent Implement '_getBodyContent'.
Method _getObjAttrValue Implement '_getObjAttrValue'.
def __init__(self, root, base, url_base, id, proxy, recursive=False): (source)

Constructor

def __proxy__(self): (source)

Implement '__proxy__'.

def __request__(self, REQUEST): (source)

Implement '__request__'.

def absolute_url(self, relative=0): (source)

Implement 'absolute_url'.

def breadcrumbs_obj_path(self, portalMaster=True): (source)

Implement 'breadcrumbs_obj_path'.

def display_icon(self, *args, **kwargs): (source)

Implement 'display_icon'.

def get_manage_lang(self): (source)

Return manage lang.

def getBodyContent(self, REQUEST, forced=False): (source)

HTML presentation in body-content.

def getCharFormats(self): (source)

Return charformats.

def getChildNodes(self, REQUEST={}, meta_types=None, reid=None): (source)

Return childnodes.

def getConfProperty(self, key, default=None): (source)

Return confproperty.

def getDCCoverage(self, REQUEST={}): (source)

Return dccoverage.

def getDCDescription(self, REQUEST): (source)

Return dcdescription.

def getDeclUrl(self, REQUEST={}): (source)

Return declurl.

def getDocumentElement(self): (source)

Return documentelement.

def getHome(self): (source)

Return home.

def getHref2IndexHtml(self, REQUEST, deep=1): (source)

Return href2indexhtml.

def getLangIds(self, sort=False): (source)

Return langids.

def getLangStr(self, key, lang=None): (source)

Return langstr.

def getLevel(self): (source)

Return level.

def getMetaobj(self, id): (source)

Return metaobj.

def getMetaobjAttr(self, meta_id, key): (source)

Return metaobjattr.

def getMetaobjAttrIds(self, meta_id, types=[]): (source)

Return metaobjattrids.

def getMetaobjId(self, name): (source)

Return metaobjid.

def getMetaobjIds(self, sort=None, excl_ids=[]): (source)

Return metaobjids.

def getObjAttrs(self, meta_type=None): (source)

Return objattrs.

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

Return objattrvalue.

def getObjProperty(self, key, REQUEST={}, default=None): (source)

Return objproperty.

def getObjVersion(self, REQUEST={}): (source)

Return objversion.

def getPageExt(self, REQUEST): (source)

Return pageext.

def getParentNode(self): (source)

The parent of this node. All nodes except root may have a parent.

def getPenetrance(self, REQUEST): (source)

Return penetrance.

def getPhysicalPath(self): (source)

Return physicalpath.

def getPrimaryLanguage(self): (source)

Return primarylanguage.

def getProxy(self): (source)

Return proxy.

def getRootElement(self): (source)

Return rootelement.

def getSecNo(self): (source)

Return secno.

def getStylesheet(self, id=None): (source)

Return stylesheet.

def getTextFormat(self, id, REQUEST): (source)

Return textformat.

def getTextFormatDefault(self): (source)

Return textformatdefault.

def getTextFormats(self, REQUEST): (source)

Return textformats.

def getTitle(self, REQUEST): (source)

Return title.

def getTitlealt(self, REQUEST): (source)

Return titlealt.

def getType(self): (source)

Return type.

def getUserAttr(self, user, name, default, flag=0): (source)

Overrides AccessManager.getUserAttr.

def getZMILangStr(self, key, REQUEST=None, RESPONSE=None): (source)

Return zmilangstr.

def hasAccess(self, REQUEST): (source)

Return whether access.

def isActive(self, REQUEST): (source)

Return whether active.

def isMetaType(self, meta_type, REQUEST={'preview': 'preview'}): (source)

Return whether metatype.

def isPage(self): (source)

Return whether page.

def isPageElement(self): (source)

Return whether pageelement.

def isResource(self, REQUEST): (source)

Return whether resource.

def isVisible(self, REQUEST): (source)

Return whether visible.

def printHtml(self, level, sectionizer, REQUEST, deep=True): (source)

Implement 'printHtml'.

getParentNode__roles__ = (source)

Undocumented

__root__ = (source)

Undocumented

Undocumented

dGlobalAttrs = (source)

Undocumented

Undocumented

Undocumented

meta_type = (source)

Undocumented

Undocumented

recursive = (source)

Undocumented

Undocumented

url_base = (source)

Undocumented

def _getBodyContent(self, REQUEST): (source)

Implement '_getBodyContent'.

def _getObjAttrValue(self, obj_attr, obj_vers, lang): (source)

Implement '_getObjAttrValue'.