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

Quick Search    Search Deep

au.edu.educationau.belts.model.school
Interface CountryController  view CountryController download CountryController.java


public interface CountryController

This class...

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

Method Summary
 CountryEntity create(java.lang.String id, java.lang.String name)
           
 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)
           
 

Method Detail

create

public CountryEntity create(java.lang.String id,
                            java.lang.String name)
                     throws au.edu.educationau.belts.model.SystemException,
                            au.edu.educationau.belts.model.CreateException,
                            au.edu.educationau.belts.model.DuplicateException,
                            java.lang.SecurityException,
                            java.lang.IllegalArgumentException

get

public CountryEntity get(java.lang.String id)
                  throws au.edu.educationau.belts.model.SystemException,
                         au.edu.educationau.belts.model.NotFoundException,
                         java.lang.SecurityException,
                         java.lang.IllegalArgumentException

remove

public void remove(java.lang.String id)
            throws au.edu.educationau.belts.model.SystemException,
                   au.edu.educationau.belts.model.NotFoundException,
                   java.lang.SecurityException,
                   java.lang.IllegalArgumentException

queryAll

public java.util.Collection queryAll()
                              throws au.edu.educationau.belts.model.SystemException,
                                     java.lang.SecurityException

query

public java.util.Collection query(java.lang.String criteria)
                           throws au.edu.educationau.belts.model.SystemException,
                                  java.lang.SecurityException

purge

public void purge()
           throws au.edu.educationau.belts.model.SystemException,
                  java.lang.SecurityException