|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWErrorManager
ariba.ui.aribaweb.core.AWErrorManager.AWNewErrorManager
public static class AWErrorManager.AWNewErrorManager
This class is here to restrict access to the AWErrorManager so that the only interaction we do with it is to call setErrorMessageAndValue(...). If this is too restrictive, then we can eliminate this, but I wanted to avoid the problem of developers getting confused between the current and new errorManagers. The new errorManager is for record errors while the errorManager is for everything else. We swizzle the new -> current just before we invokeAction in AWGenericElement.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.ui.aribaweb.core.AWErrorManager |
---|
AWErrorManager.AWNewErrorManager, AWErrorManager.MultiErrorBucket |
Field Summary |
---|
Fields inherited from class ariba.ui.aribaweb.core.AWErrorManager |
---|
ApplyValuesPhase, EnvironmentErrorKey, GeneralErrorKey, InstanceKey, InvokePhase, OutOfPhase, RenderPhase |
Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber |
Constructor Summary | |
---|---|
AWErrorManager.AWNewErrorManager(AWPage page)
|
Method Summary |
---|
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
debugString, ensureFieldValuesClear, getFieldValue, init, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AWErrorManager.AWNewErrorManager(AWPage page)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |