Ignore:
Timestamp:
23 Aug 2017, 16:31:59 (7 years ago)
Author:
Henrik Bettermann
Message:

Customize NigeriaApplicantProcessor? and ApplicantOnlinePaymentProcessor?.

Adjust CustomStudentProcessor?.

Location:
main/waeup.uniben/trunk/src/waeup/uniben
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/students/batching.py

    r8914 r14817  
    1717##
    1818"""Batch processing components for student objects.
    19 
    20 Batch processors eat CSV files to add, update or remove large numbers
    21 of certain kinds of objects at once.
    22 
    23 Here we define the processors for students specific objects like
    24 students, studycourses, payment tickets and accommodation tickets.
    2519"""
     20from kofacustom.nigeria.students.batching import NigeriaStudentProcessor
     21from waeup.kofa.students.batching import StudentOnlinePaymentProcessor
    2622from waeup.uniben.students.interfaces import (
    27     ICustomStudent, ICustomStudentUpdateByRegNo,
     23    ICustomStudent,
     24    ICustomStudentUpdateByRegNo,
    2825    ICustomStudentUpdateByMatricNo,
    2926    ICustomStudentOnlinePayment
    3027    )
    31 from waeup.kofa.students.batching import (
    32     StudentProcessor, StudentOnlinePaymentProcessor)
    3328
    34 class CustomStudentProcessor(StudentProcessor):
     29class CustomStudentProcessor(NigeriaStudentProcessor):
    3530    """A batch processor for ICustomStudent objects.
    3631    """
Note: See TracChangeset for help on using the changeset viewer.