This class provides convenience methods for retrieving events to any
subclass. Note that this class is currently transitioning between the old
event system and ZEP. Most of the methods are marked as deprecated except
those that go through ZEP.
|
getEventManager(self,
table='status')
Return the current event manager for this object. |
source code
|
|
|
getStatusString(self,
statclass,
**kwargs)
Return the status number for this device of class statClass. |
source code
|
|
|
|
|
getStatusImgSrc(self,
status)
Return the image source for a status number |
source code
|
|
|
getStatusCssClass(self,
status)
Return the css class for a status number. |
source code
|
|
|
|
|
_redirectToEventConsole(self,
msg,
REQUEST=None) |
source code
|
|
|
|
|
|
|
|
|
getStatus(self,
statusclass=None,
**kwargs)
Return the status number for this device of class statClass. |
source code
|
|
|
|
|
|
|
|