| Package | Description |
|---|---|
| com.helger.commons.errorlist |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IErrorList
Deprecated.
Use
IErrorList instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorList
Deprecated.
Use
ErrorList instead. |
| Modifier and Type | Method and Description |
|---|---|
IFieldErrorList<T> |
IFieldErrorList.getListOfField(String sSearchFieldName)
Deprecated.
Get a sub-list with all entries for the specified field name
|
IFieldErrorList<T> |
IFieldErrorList.getListOfFields(String... aSearchFieldNames)
Deprecated.
Get a sub-list with all entries for the specified field names
|
IFieldErrorList<T> |
IFieldErrorList.getListOfFieldsRegExp(String sRegExp)
Deprecated.
Get a sub-list with all entries that have field names matching the passed
regular expression.
|
IFieldErrorList<T> |
IFieldErrorList.getListOfFieldsStartingWith(String... aSearchFieldNames)
Deprecated.
Get a sub-list with all entries that have field names starting with one of
the supplied names.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.