java.lang.Object
au.edu.educationau.belts.mock.school.MockSchoolClassController
- All Implemented Interfaces:
- au.edu.educationau.belts.model.school.SchoolClassController
- public class MockSchoolClassController
- extends java.lang.Object
- implements au.edu.educationau.belts.model.school.SchoolClassController
This class...
- Version:
- $Revision: 1.12 $ - $Date: 2003/02/28 06:43:05 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_mockSchoolClassEntity
public MockSchoolClassEntity _mockSchoolClassEntity
MockSchoolClassController
public MockSchoolClassController()
- Constructor for MockSchoolClassController.
create
public au.edu.educationau.belts.model.school.SchoolClassEntity create(au.edu.educationau.belts.model.school.School school,
java.lang.String id,
java.lang.String name)
throws au.edu.educationau.belts.model.CreateException,
au.edu.educationau.belts.model.DuplicateException,
java.lang.SecurityException,
java.lang.IllegalArgumentException
- Specified by:
create in interface au.edu.educationau.belts.model.school.SchoolClassController
get
public au.edu.educationau.belts.model.school.SchoolClassEntity get(au.edu.educationau.belts.model.school.School school,
java.lang.String id)
throws au.edu.educationau.belts.model.NotFoundException,
java.lang.SecurityException,
java.lang.IllegalArgumentException
- Specified by:
get in interface au.edu.educationau.belts.model.school.SchoolClassController
query
public java.util.Collection query(java.lang.String criteria)
throws java.lang.SecurityException
queryAll
public java.util.Collection queryAll()
throws java.lang.SecurityException
- Specified by:
queryAll in interface au.edu.educationau.belts.model.school.SchoolClassController
queryActiveClasses
public java.util.Collection queryActiveClasses(au.edu.educationau.belts.model.school.School school)
throws au.edu.educationau.belts.model.SystemException,
java.lang.SecurityException,
java.lang.IllegalArgumentException
- Specified by:
queryActiveClasses in interface au.edu.educationau.belts.model.school.SchoolClassController
queryActiveClasses
public java.util.Collection queryActiveClasses(au.edu.educationau.belts.model.user.User user)
throws au.edu.educationau.belts.model.SystemException,
java.lang.SecurityException,
java.lang.IllegalArgumentException
- Specified by:
queryActiveClasses in interface au.edu.educationau.belts.model.school.SchoolClassController
queryArchivedClasses
public java.util.Collection queryArchivedClasses(au.edu.educationau.belts.model.school.School school)
throws au.edu.educationau.belts.model.SystemException,
java.lang.SecurityException,
java.lang.IllegalArgumentException
- Specified by:
queryArchivedClasses in interface au.edu.educationau.belts.model.school.SchoolClassController
remove
public void remove(au.edu.educationau.belts.model.school.School school,
java.lang.String id)
throws au.edu.educationau.belts.model.NotFoundException,
java.lang.SecurityException,
java.lang.IllegalArgumentException
- Specified by:
remove in interface au.edu.educationau.belts.model.school.SchoolClassController
purge
public void purge()
throws au.edu.educationau.belts.model.SystemException,
java.lang.SecurityException
- Specified by:
purge in interface au.edu.educationau.belts.model.school.SchoolClassController
queryClassesNotInLesson
public java.util.Collection queryClassesNotInLesson(au.edu.educationau.belts.model.lesson.Lesson lesson)
throws au.edu.educationau.belts.model.SystemException,
java.lang.SecurityException,
java.lang.IllegalArgumentException
- Specified by:
queryClassesNotInLesson in interface au.edu.educationau.belts.model.school.SchoolClassController
query
public java.util.Collection query(java.lang.String criteria,
java.lang.Object[] arguments)
throws au.edu.educationau.belts.model.SystemException,
java.lang.SecurityException
- Specified by:
query in interface au.edu.educationau.belts.model.school.SchoolClassController
queryArchivedClasses
public java.util.Collection queryArchivedClasses(au.edu.educationau.belts.model.user.User user)
throws au.edu.educationau.belts.model.SystemException,
java.lang.SecurityException,
java.lang.IllegalArgumentException
- Specified by:
queryArchivedClasses in interface au.edu.educationau.belts.model.school.SchoolClassController