- Timestamp:
- 20 Apr 2015, 06:42:44 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/datacenter/export.rst
r12863 r12865 137 137 138 138 Student Data Exporters 139 ---------------------- 139 ====================== 140 140 141 141 When 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. … … 183 183 .. automethod:: waeup.kofa.students.export.CourseTicketExporter.mangle_value() 184 184 185 Student Payment sExporter186 ------------------------ -187 188 .. autoclass:: waeup.kofa.students.export.StudentPayment sExporter()189 :noindex: 190 191 .. autoattribute:: waeup.kofa.students.export.StudentPayment sExporter.fields192 .. autoattribute:: waeup.kofa.students.export.StudentPayment sExporter.title193 .. automethod:: waeup.kofa.students.export.StudentPayment sExporter.mangle_value()194 195 Bed Ticket sExporter196 ------------------- -197 198 .. autoclass:: waeup.kofa.students.export.BedTicket sExporter()199 :noindex: 200 201 .. autoattribute:: waeup.kofa.students.export.BedTicket sExporter.fields202 .. autoattribute:: waeup.kofa.students.export.BedTicket sExporter.title203 .. automethod:: waeup.kofa.students.export.BedTicket sExporter.mangle_value()185 Student 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 195 Bed 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() 204 204 205 205 The 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.