Package Products :: Package ZenModel :: Module ZenModelItem :: Class ZenModelItem
[hide private]
[frames] | no frames]

Class ZenModelItem

source code

               object --+    
                        |    
ZenModelBase.ZenModelBase --+
                            |
                           ZenModelItem
Known Subclasses:

Simple class that non RelationshipManager items inherit from to provide primary path functionality.

Instance Methods [hide private]
 
__init__(self, id) source code
 
getPrimaryPath(self) source code
 
getPrimaryUrlPath(self, ignored=None)
get the physicalpath as a url
source code
 
primaryAq(self)
return this object with is acquisition path set to primary path
source code

Inherited from ZenModelBase.ZenModelBase: __call__, __hash__, all_meta_types, aqBaseHasAttr, breadCrumbs, callZenScreen, checkRemotePerm, checkValidId, createHierarchyObj, custPropertyIds, custPropertyMap, getBreadCrumbName, getBreadCrumbUrlPath, getDmd, getDmdObj, getDmdRoot, getHierarchyObj, getIconPath, getIdLink, getNowString, getObjByPath, getPrimaryDmdId, getUnusedId, getZopeObj, helpLink, isLocalName, manage_deleteObjects, prepId, saveCustProperties, todayDate, upToOrganizerBreadCrumbs, urlLink, view, visibleCustPropertyMap, yesterdayDate, zenScreenUrl, zenpathjoin, zenpathsplit, zentinelTabs, zmanage_editProperties

Inherited from ZenModelBase.ZenModelBase (private): _selectedTabName

Class Variables [hide private]
  meta_type = 'ZenModelItem'
  security = ClassSecurityInfo()

Inherited from ZenModelBase.ZenModelBase: index_html, sub_meta_types

Inherited from ZenModelBase.ZenModelBase (private): _zendoc

Method Details [hide private]

__init__(self, id)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)