Package gnue :: Package reports :: Package base :: Module GRDataMapper :: Class GRDataMapper
[show private | hide private]

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)
  _dsResultSetActivated(self, event)
  _precheckNextFields(self, recordset)
  _summ_avg(self, key, value)
  _summ_count(self, key, value)
  _summ_max(self, key, value)
  _summ_min(self, key, value)
  _summ_sum(self, key, value)

Method Details

__init__(self, sources)
(Constructor)

Overrides:
gnue.reports.base.GRDataMapper.GRDataMapperSection.__init__

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)



GNUe Home

Private API

Developer's Corner