Package ZenModel :: Module ZenPackLoader :: Class ZPLReport
[hide private]
[frames] | no frames]

Class ZPLReport

source code

ZenPackLoader --+    
                |    
        ZPLObject --+
                    |
                   ZPLReport

Instance Methods [hide private]
 
load(self, pack, app)
Load things from the ZenPack and put it into the app
source code
 
upgrade(self, pack, app)
Run an upgrade on an existing pack
source code
 
list(self, pack, app)
List the items that would be loaded from the given (unpacked) ZenPack
source code

Inherited from ZPLObject: objectFiles, parse, unload

Class Variables [hide private]
  name = 'Reports'
Method Details [hide private]

load(self, pack, app)

source code 
Load things from the ZenPack and put it into the app
Overrides: ZPLObject.load

upgrade(self, pack, app)

source code 
Run an upgrade on an existing pack
Overrides: ZenPackLoader.upgrade
(inherited documentation)

list(self, pack, app)

source code 
List the items that would be loaded from the given (unpacked) ZenPack
Overrides: ZPLObject.list