org.siebengeisslein.pclass.error
Class DefaultErrorList

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pclass.error.DefaultErrorList
All Implemented Interfaces:
Instrumented, HasErrors

public class DefaultErrorList
extends Persistent
implements HasErrors


Constructor Summary
DefaultErrorList()
           
 
Method Summary
 void addError(ErrorItem errorItem)
           
 void addErrorListener(ErrorListener listener)
           
 java.util.List<ErrorItem> listCurrentErrors()
           
 void removeError(ErrorItem errorItem)
           
 void removeErrorListener(ErrorListener listener)
           
 void updateError(ErrorItem errorItem)
           
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultErrorList

public DefaultErrorList()
Method Detail

addErrorListener

public void addErrorListener(ErrorListener listener)
Specified by:
addErrorListener in interface HasErrors

listCurrentErrors

public java.util.List<ErrorItem> listCurrentErrors()
Specified by:
listCurrentErrors in interface HasErrors

removeErrorListener

public void removeErrorListener(ErrorListener listener)
Specified by:
removeErrorListener in interface HasErrors

addError

public void addError(ErrorItem errorItem)

removeError

public void removeError(ErrorItem errorItem)

updateError

public void updateError(ErrorItem errorItem)