class documentation

class ZMSMetadictManager(object): (source)

View In Hierarchy

Undocumented

Method delMetadictAttr Undocumented
Method getMetadictAttr Undocumented
Method getMetadictAttrs Undocumented
Method importMetadictXml Undocumented
Method manage_changeMetaProperties MetadictManager.manage_changeMetaProperties
Method moveMetadictAttr Undocumented
Method provideRepositoryMetas Undocumented
Method setMetadictAttr Set/add meta-attribute with specified values.
Method updateRepositoryMetas Undocumented
Instance Variable metas Undocumented
Method _importMetadictXml Undocumented
def delMetadictAttr(self, id): (source)

Undocumented

def getMetadictAttr(self, key): (source)

Undocumented

def getMetadictAttrs(self, meta_type=None): (source)

Undocumented

def importMetadictXml(self, xml): (source)

Undocumented

def manage_changeMetaProperties(self, btn, lang, REQUEST, RESPONSE=None): (source)

MetadictManager.manage_changeMetaProperties

def moveMetadictAttr(self, attr, pos): (source)

Undocumented

def provideRepositoryMetas(self, r, ids=None): (source)

Undocumented

def setMetadictAttr(self, oldId, newId, newAcquired, newName='', newType='', newMandatory=0, newMultilang=1, newRepetitive=0, newCustom='', newKeys=[], newDefault=''): (source)

Set/add meta-attribute with specified values.

Parameters
oldId:stringOld id
newId:stringNew id
newAcquired:int: 0 or 1Acquired
newName:string(Display-)Name
newType:stringType
newMandatoryUndocumented
newMultilangUndocumented
newRepetitiveUndocumented
newCustomUndocumented
newKeysUndocumented
newDefaultUndocumented
Returns
stringNew id
def updateRepositoryMetas(self, r): (source)

Undocumented

Undocumented

def _importMetadictXml(self, item): (source)

Undocumented