Package ZenEvents :: Module ZEvent :: Class ZEvent
[hide private]
[frames] | no frames]

Class ZEvent

source code

  twisted.spread.pb.Copyable --+    
                               |    
twisted.spread.pb.RemoteCopy --+    
                               |    
                     Event.Event --+
                                   |
                                  ZEvent

Event that lives in the zope context has zope security mechanisms and url back to event manager

Instance Methods [hide private]
 
__init__(self, manager, fields, data, eventPermission=True) source code
 
getEventDetailHref(self)
build an href to call the detail of this event
source code
 
getCssClass(self)
return the css class name to be used for this event.
source code
 
zem(self)
return the id of our manager.
source code

Inherited from Event.Event: clearClasses, getDataList, getDedupFields, getEventData, getEventFields, updateFromDict, updateFromFields

Class Variables [hide private]
  security = ClassSecurityInfo()
Method Details [hide private]

__init__(self, manager, fields, data, eventPermission=True)
(Constructor)

source code 
Overrides: Event.Event.__init__