Package gavo :: Package svcs :: Module uploadcores :: Class EditCore
[frames] | no frames]

Class EditCore

source code

                   object --+                    
                            |                    
 base.structure.StructureBase --+                
                                |                
                   object --+   |                
                            |   |                
           base.common.Parser --+                
                                |                
base.structure.ParseableStructure --+            
                                    |            
             base.structure.Structure --+        
                                        |        
                                core.Core --+    
                                            |    
                 standardcores.TableBasedCore --+
                                                |
                                               EditCore

A core that allows POSTing records into database tables.

Nested Classes

Inherited from base.structure.StructureBase: __metaclass__

Instance Methods
 
completeElement(self, ctx) source code
 
run(self, service, inputTable, queryMeta) source code
 
clearProperty(self, name) source code
 
getFullId(self) source code
 
getProperty(self, name, default=<Undefined>) source code
 
hasProperty(self, name) source code
 
resolveName(instance, context, id) source code
 
setProperty(self, name, value) source code

Inherited from standardcores.TableBasedCore: adaptForRenderer

Inherited from core.Core: __init__, __repr__, __str__, makeUserDoc

Inherited from base.structure.Structure: __provides__, callCompletedCallbacks, finishElement, onElementComplete, validate

Inherited from base.structure.ParseableStructure: end_, feed, feedFrom, feedObject, getAttribute, iterEvents, start_, value_

Inherited from base.structure.StructureBase: __providedBy__, adopt, breakCircles, change, copy, getAttributes, getCopyableAttributes, iterChildren

Inherited from base.common.Parser: feedEvent

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods

Inherited from base.structure.StructureBase: fromStructure

Class Variables
  name_ = 'editCore'
a sentinel for all kinds of undefined values.
  attrSeq = [<gavo.base.complexattrs.StructListAttribute object ...
  managedAttrs = {'condDesc': <gavo.base.complexattrs.StructList...

Inherited from core.Core: inputTableXML, outputTableXML

Inherited from base.structure.Structure: __implemented__

Inherited from base.structure.StructureBase: completedCallbacks

Properties
  rd

Inherited from object: __class__

Method Details

completeElement(self, ctx)

source code 
Overrides: base.structure.Structure.completeElement

run(self, service, inputTable, queryMeta)

source code 
Overrides: core.Core.run

clearProperty(self, name)

source code 
Overrides: core.Core.clearProperty

getFullId(self)

source code 
Overrides: core.Core.getFullId

getProperty(self, name, default=<Undefined>)

source code 
Overrides: core.Core.getProperty

hasProperty(self, name)

source code 
Overrides: core.Core.hasProperty

resolveName(instance, context, id)

source code 
Overrides: standardcores.TableBasedCore.resolveName

setProperty(self, name, value)

source code 
Overrides: core.Core.setProperty

Class Variable Details

attrSeq

Value:
[<gavo.base.complexattrs.StructListAttribute object at 0xf431f82c>,
 <gavo.base.parsecontext.IdAttribute object at 0xf5104c4c>,
 <gavo.base.complexattrs.StructAttribute object at 0xf438774c>,
 <gavo.rscdef.common.NamePathAttribute object at 0xf431f84c>,
 <gavo.base.parsecontext.OriginalAttribute object at 0xf43877ac>,
 <gavo.base.complexattrs.StructAttribute object at 0xf438778c>,
 <gavo.base.complexattrs.PropertyAttribute object at 0xf43877cc>,
 <gavo.base.parsecontext.ReferenceAttribute object at 0xf432a66c>,
...

managedAttrs

Value:
{'condDesc': <gavo.base.complexattrs.StructListAttribute object at 0xf\
431f82c>,
 'condDescs': <gavo.base.complexattrs.StructListAttribute object at 0x\
f431f82c>,
 'id': <gavo.base.parsecontext.IdAttribute object at 0xf5104c4c>,
 'inputTable': <gavo.base.complexattrs.StructAttribute object at 0xf43\
8774c>,
 'namePath': <gavo.rscdef.common.NamePathAttribute object at 0xf431f84\
...

Property Details

rd

Get Method:
unreachable._getRD(self)