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 MockCountryController  view MockCountryController download MockCountryController.java

java.lang.Object
  extended byau.edu.educationau.belts.mock.school.MockCountryController
All Implemented Interfaces:
au.edu.educationau.belts.model.school.CountryController

public class MockCountryController
extends java.lang.Object
implements au.edu.educationau.belts.model.school.CountryController

This class...

Version:
$Revision: 1.4 $ - $Date: 2003/02/28 06:43:05 $

Field Summary
 MockCountryEntity _mockCountryEntity
           
 
Constructor Summary
MockCountryController()
          Constructor for MockCountryController.
 
Method Summary
 au.edu.educationau.belts.model.school.CountryEntity create(java.lang.String id, java.lang.String name)
           
 au.edu.educationau.belts.model.school.CountryEntity get(java.lang.String id)
           
 void purge()
           
 java.util.Collection query(java.lang.String criteria)
           
 java.util.Collection queryAll()
           
 void remove(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_mockCountryEntity

public MockCountryEntity _mockCountryEntity
Constructor Detail

MockCountryController

public MockCountryController()
Constructor for MockCountryController.

Method Detail

create

public au.edu.educationau.belts.model.school.CountryEntity create(java.lang.String id,
                                                                  java.lang.String name)
                                                           throws au.edu.educationau.belts.model.CreateException,
                                                                  java.lang.SecurityException,
                                                                  java.lang.IllegalArgumentException
Specified by:
create in interface au.edu.educationau.belts.model.school.CountryController

get

public au.edu.educationau.belts.model.school.CountryEntity get(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.CountryController

query

public java.util.Collection query(java.lang.String criteria)
                           throws java.lang.SecurityException
Specified by:
query in interface au.edu.educationau.belts.model.school.CountryController

queryAll

public java.util.Collection queryAll()
                              throws java.lang.SecurityException
Specified by:
queryAll in interface au.edu.educationau.belts.model.school.CountryController

remove

public void remove(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.CountryController

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.CountryController