Package Gnumed :: Package business :: Module gmOrganization :: Class cCatFinder
[frames] | no frames]

Class cCatFinder

source code

           object --+    
                    |    
pycommon.gmBorg.cBorg --+
                        |
                       cCatFinder

Instance Methods
 
__init__(self, categoryType=None, pkCol='id', nameCol='description')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
reload(self, categoryType) source code
 
getId(self, categoryType, category) source code
 
getCategory(self, categoryType, id) source code
 
getCategories(self, categoryType) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods

Inherited from pycommon.gmBorg.cBorg: __new__

Properties

Inherited from object: __class__

Method Details

__init__(self, categoryType=None, pkCol='id', nameCol='description')
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)