ariba.ui.aribaweb.core
Class AWErrorManager.MultiErrorBucket
java.lang.Object
ariba.ui.aribaweb.core.AWErrorManager.MultiErrorBucket
- All Implemented Interfaces:
- AWErrorBucket
- Enclosing class:
- AWErrorManager
public static class AWErrorManager.MultiErrorBucket
- extends Object
- implements AWErrorBucket
AWErrorManager.MultiErrorBucket
public AWErrorManager.MultiErrorBucket(AWErrorInfo error)
getFirstError
public AWErrorInfo getFirstError(Boolean isWarning)
- Specified by:
getFirstError in interface AWErrorBucket
getKey
public Object getKey()
- Specified by:
getKey in interface AWErrorBucket
getKeys
public Object[] getKeys()
- Specified by:
getKeys in interface AWErrorBucket
keysEqual
public boolean keysEqual(Object[] theirKeys)
- Specified by:
keysEqual in interface AWErrorBucket
getDisplayOrder
public int getDisplayOrder()
- Specified by:
getDisplayOrder in interface AWErrorBucket
getUnnavigableDisplayOrder
public int getUnnavigableDisplayOrder()
- Specified by:
getUnnavigableDisplayOrder in interface AWErrorBucket
getRegistrationOrder
public int getRegistrationOrder()
- Specified by:
getRegistrationOrder in interface AWErrorBucket
setRegistrationOrder
public void setRegistrationOrder(int order)
- Specified by:
setRegistrationOrder in interface AWErrorBucket
isSingleErrorBucket
public boolean isSingleErrorBucket()
- Specified by:
isSingleErrorBucket in interface AWErrorBucket
add
public AWErrorBucket add(AWErrorInfo error)
- Specified by:
add in interface AWErrorBucket
isDuplicateError
public boolean isDuplicateError(AWErrorInfo error)
- Specified by:
isDuplicateError in interface AWErrorBucket
hasErrorsWithSeverity
public boolean hasErrorsWithSeverity(Boolean isWarning)
- Specified by:
hasErrorsWithSeverity in interface AWErrorBucket
get
public AWErrorInfo get(int i)
- Specified by:
get in interface AWErrorBucket
size
public int size()
- Specified by:
size in interface AWErrorBucket
getErrorInfos
public List<AWErrorInfo> getErrorInfos()
- Description copied from interface:
AWErrorBucket
- Returns a list of all the
AWErrorInfos in this.
- Specified by:
getErrorInfos in interface AWErrorBucket
hasDuplicate
public boolean hasDuplicate()
- Specified by:
hasDuplicate in interface AWErrorBucket
getAssociatedDataTable
public AWComponent getAssociatedDataTable()
- Specified by:
getAssociatedDataTable in interface AWErrorBucket
getAssociatedTableItem
public Object getAssociatedTableItem()
- Specified by:
getAssociatedTableItem in interface AWErrorBucket
setAssociatedTableItem
public void setAssociatedTableItem(AWComponent table,
Object item)
- Specified by:
setAssociatedTableItem in interface AWErrorBucket
getErrorInfos
public List<AWErrorInfo> getErrorInfos(Boolean validationErrors)
- Description copied from interface:
AWErrorBucket
- Returns a list of all the error infos in
this
that satisfy the condition
AWErrorInfo.isValidationError() == validationErrors.
All error infos are returned if validationErrors == null.
- Specified by:
getErrorInfos in interface AWErrorBucket
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.