Package ZenModel :: Module ZenPackPersistence
[hide private]
[frames] | no frames]

Module ZenPackPersistence

source code

Classes [hide private]
  ZenPackPersistence
This is a mix-in class that should be used whenever a ZenPack-supplied class is going to be stored persistently in the zodb.
Functions [hide private]
 
CreateZenPackPersistenceCatalog(dmd)
Create the zenPackPersistence catalog if it does not exist.
source code
 
GetCatalogedObjects(dmd, packName)
Return a list of all the objects in the zenPackPersistence catalog for the given zenPack name.
source code
Variables [hide private]
  __doc__ = ...
  ZENPACK_PERSISTENCE_CATALOG = 'zenPackPersistence'
Function Details [hide private]

CreateZenPackPersistenceCatalog(dmd)

source code 
Create the zenPackPersistence catalog if it does not exist. Return the catalog

GetCatalogedObjects(dmd, packName)

source code 
Return a list of all the objects in the zenPackPersistence catalog for the given zenPack name. If the catalog is not found, return None.

Variables Details [hide private]

__doc__

Value:
'''
ZenPackPersistence
'''