org.siebengeisslein.pclass.error
Class DefaultErrorList
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.pclass.error.DefaultErrorList
- All Implemented Interfaces:
- Instrumented, HasErrors
public class DefaultErrorList
- extends Persistent
- implements HasErrors
| 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 |
DefaultErrorList
public DefaultErrorList()
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)