Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

au.edu.educationau.belts.mock.school
Class MockSchoolClassController  view MockSchoolClassController download MockSchoolClassController.java

java.lang.Object
  extended byau.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 $

Field Summary
 MockSchoolClassEntity _mockSchoolClassEntity
           
 
Constructor Summary
MockSchoolClassController()
          Constructor for MockSchoolClassController.
 
Method Summary
 au.edu.educationau.belts.model.school.SchoolClassEntity create(au.edu.educationau.belts.model.school.School school, java.lang.String id, java.lang.String name)
           
 au.edu.educationau.belts.model.school.SchoolClassEntity get(au.edu.educationau.belts.model.school.School school, java.lang.String id)
           
 void purge()
           
 java.util.Collection query(java.lang.String criteria)
           
 java.util.Collection query(java.lang.String criteria, java.lang.Object[] arguments)
           
 java.util.Collection queryActiveClasses(au.edu.educationau.belts.model.school.School school)
           
 java.util.Collection queryActiveClasses(au.edu.educationau.belts.model.user.User user)
           
 java.util.Collection queryAll()
           
 java.util.Collection queryArchivedClasses(au.edu.educationau.belts.model.school.School school)
           
 java.util.Collection queryArchivedClasses(au.edu.educationau.belts.model.user.User user)
           
 java.util.Collection queryClassesNotInLesson(au.edu.educationau.belts.model.lesson.Lesson lesson)
           
 void remove(au.edu.educationau.belts.model.school.School school, java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_mockSchoolClassEntity

public MockSchoolClassEntity _mockSchoolClassEntity
Constructor Detail

MockSchoolClassController

public MockSchoolClassController()
Constructor for MockSchoolClassController.

Method Detail

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