Ignore:
Timestamp:
20 Apr 2015, 06:42:44 (10 years ago)
Author:
Henrik Bettermann
Message:

Rename classes StudentPaymentsExporter? and BedTicketsExporter? to be in accordance with other exporter names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/datacenter/export.rst

    r12863 r12865  
    137137
    138138Student Data Exporters
    139 ----------------------
     139======================
    140140
    141141When starting a Student Data Exporter in the Data Center all student records will be taken into consideration, no matter what or where a student is studying. The exporter can also be started 'locally' at various levels in the academic section. Starting one of the exporters e.g. at faculty or department level means that only the data of students are exported who study in this faculty or department respectively. The exporter can also be started at certificate level. Then only the data of students, who are studying the named study course, will be taken into account. At course level the data of those students are being exported who have attended or taken this specific course.
     
    183183  .. automethod:: waeup.kofa.students.export.CourseTicketExporter.mangle_value()
    184184
    185 Student Payments Exporter
    186 -------------------------
    187 
    188 .. autoclass:: waeup.kofa.students.export.StudentPaymentsExporter()
    189   :noindex:
    190 
    191   .. autoattribute:: waeup.kofa.students.export.StudentPaymentsExporter.fields
    192   .. autoattribute:: waeup.kofa.students.export.StudentPaymentsExporter.title
    193   .. automethod:: waeup.kofa.students.export.StudentPaymentsExporter.mangle_value()
    194 
    195 Bed Tickets Exporter
    196 --------------------
    197 
    198 .. autoclass:: waeup.kofa.students.export.BedTicketsExporter()
    199   :noindex:
    200 
    201   .. autoattribute:: waeup.kofa.students.export.BedTicketsExporter.fields
    202   .. autoattribute:: waeup.kofa.students.export.BedTicketsExporter.title
    203   .. automethod:: waeup.kofa.students.export.BedTicketsExporter.mangle_value()
     185Student Payment Exporter
     186------------------------
     187
     188.. autoclass:: waeup.kofa.students.export.StudentPaymentExporter()
     189  :noindex:
     190
     191  .. autoattribute:: waeup.kofa.students.export.StudentPaymentExporter.fields
     192  .. autoattribute:: waeup.kofa.students.export.StudentPaymentExporter.title
     193  .. automethod:: waeup.kofa.students.export.StudentPaymentExporter.mangle_value()
     194
     195Bed Ticket Exporter
     196-------------------
     197
     198.. autoclass:: waeup.kofa.students.export.BedTicketExporter()
     199  :noindex:
     200
     201  .. autoattribute:: waeup.kofa.students.export.BedTicketExporter.fields
     202  .. autoattribute:: waeup.kofa.students.export.BedTicketExporter.title
     203  .. automethod:: waeup.kofa.students.export.BedTicketExporter.mangle_value()
    204204
    205205The above exporters refer to a specific content type (object class). They export all attributes of these objects and a few additional parameters derived from the parent objects. These exporters can be used for reimport, or more precisely for backing up and restoring data. The following 'special' exporters are made on request of some universities to collect and compose student data for analysis and postprocessing by the university.
Note: See TracChangeset for help on using the changeset viewer.