java.lang.Object
au.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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_mockCountryEntity
public MockCountryEntity _mockCountryEntity
MockCountryController
public MockCountryController()
- Constructor for MockCountryController.
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