Class GRDataMapper
GRDataMapperSection --+
|
GRDataMapper
| Method Summary |
| |
__init__(self,
sources)
|
| |
addFieldToSection(self,
section,
field,
bound)
|
| |
addFormulaToSection(self,
section,
name,
object)
|
| |
addSection(self,
section,
source,
parentSection)
|
| |
addSummaryToSection(self,
function,
section,
field,
formula)
|
| |
getFirstRecord(self,
source)
|
| |
getNextRecord(self,
source)
|
| Inherited from GRDataMapperSection |
| |
addChildSection(self,
mapper)
|
| |
addField(self,
name)
|
| |
addFormula(self,
name,
object)
|
| |
addSummary(self,
function,
key)
|
| |
clearSummaries(self)
|
| |
getField(self,
name,
format)
|
| |
getFormula(self,
name,
format)
|
| |
getSummary(self,
name,
function,
format)
|
| |
isAncestorOf(self,
mapper)
|
addFieldToSection(self,
section,
field,
bound=1)
-
|
addFormulaToSection(self,
section,
name,
object)
-
|
addSection(self,
section,
source,
parentSection)
-
|
addSummaryToSection(self,
function,
section,
field,
formula)
-
|
getFirstRecord(self,
source)
-
|
getNextRecord(self,
source)
-
|