Package ZenModel :: Package browser :: Module DeviceList :: Class DeviceBatch
[hide private]
[frames] | no frames]

Class DeviceBatch

source code

         Acquisition.Explicit --+    
                                |    
Products.Five.browser.BrowserView --+
                                    |
                                   DeviceBatch

Given various criteria, figure out what devices are relevant and execute the action specified.

Instance Methods [hide private]
 
__call__(self, *args, **kwargs) source code
 
id(self)
This can appear in the acquisition chain, and ZenModelBase.getDmd needs an id attribute.
source code
 
_setDeviceBatchProps(self, method='', extraarg=None, selectstatus='none', goodevids=[], badevids=[], offset=0, count=50, filter='', orderby='id', orderdir='asc', **kwargs) source code
 
_getDeviceBatch(self, selectstatus='none', goodevids=[], badevids=[], offset=0, count=50, filter='', orderby='id', orderdir='asc') source code

Inherited from Products.Five.browser.BrowserView: __init__

Class Variables [hide private]

Inherited from Products.Five.browser.BrowserView: security

Method Details [hide private]

__call__(self, *args, **kwargs)
(Call operator)

source code 
Decorators:
  • @formreq

id(self)

source code 
This can appear in the acquisition chain, and ZenModelBase.getDmd needs an id attribute.
Decorators:
  • @property