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


public interface StateController

This class...

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

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