Ignore:
Timestamp:
13 Jul 2015, 07:53:26 (9 years ago)
Author:
Henrik Bettermann
Message:

Remove non-implemented methods.

Add methods to hostel section interfaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/container.py

    r8737 r13165  
    6565        return new_id
    6666
    67     def archive(self, id=None):
    68         raise NotImplementedError()
    69 
    70     def clear(self, id=None, archive=True):
    71         raise NotImplementedError()
    72 
    7367    def addStudent(self, student):
    7468        """Add a student with subcontainers.
Note: See TracChangeset for help on using the changeset viewer.