T - error typeIErrorList instead.@Deprecated public interface IFieldErrorList<T extends IError>
| Modifier and Type | Method and Description |
|---|---|
ICommonsList<String> |
getAllItemTextsOfField(String sSearchFieldName)
Deprecated.
Get a list with all texts for the specified field name.
|
ICommonsList<String> |
getAllItemTextsOfFields(String... aSearchFieldNames)
Deprecated.
Get a list with all texts for the specified field names
|
ICommonsList<String> |
getAllItemTextsOfFieldsRegExp(String sRegExp)
Deprecated.
Get a list with all texts of entries that have field names matching the
passed regular expression.
|
ICommonsList<String> |
getAllItemTextsOfFieldsStartingWith(String... aSearchFieldNames)
Deprecated.
Get a list with all texts of entries that have field names starting with
one of the supplied names.
|
IMultiMapListBased<String,T> |
getGroupedByFieldName()
Deprecated.
|
IMultiMapListBased<String,T> |
getGroupedByID()
Deprecated.
|
IFieldErrorList<T> |
getListOfField(String sSearchFieldName)
Deprecated.
Get a sub-list with all entries for the specified field name
|
IFieldErrorList<T> |
getListOfFields(String... aSearchFieldNames)
Deprecated.
Get a sub-list with all entries for the specified field names
|
IFieldErrorList<T> |
getListOfFieldsRegExp(String sRegExp)
Deprecated.
Get a sub-list with all entries that have field names matching the passed
regular expression.
|
IFieldErrorList<T> |
getListOfFieldsStartingWith(String... aSearchFieldNames)
Deprecated.
Get a sub-list with all entries that have field names starting with one of
the supplied names.
|
boolean |
hasEntryForField(String sSearchFieldName)
Deprecated.
Check if any entry for the specified field is present
|
boolean |
hasEntryForField(String sSearchFieldName,
IErrorLevel aErrorLevel)
Deprecated.
Check if any entry for the specified field and the specified error level is
present
|
default boolean |
hasEntryForFields(String... aSearchFieldNames)
Deprecated.
Check if any entry for the specified fields are present
|
boolean |
hasNoEntryForField(String sSearchFieldName)
Deprecated.
Check if no entry for the specified field is present
|
default boolean |
hasNoEntryForFields(String... aSearchFieldNames)
Deprecated.
Check if no entry for the specified fields are present
|
boolean hasNoEntryForField(@Nullable String sSearchFieldName)
sSearchFieldName - The field name to search.true if no entry for the specified field is presentdefault boolean hasNoEntryForFields(@Nullable String... aSearchFieldNames)
aSearchFieldNames - The field names to search.true if no entry for any of the specified fields is
presentboolean hasEntryForField(@Nullable String sSearchFieldName)
sSearchFieldName - The field name to search.true if an entry for the specified field is presentboolean hasEntryForField(@Nullable String sSearchFieldName, @Nullable IErrorLevel aErrorLevel)
sSearchFieldName - The field name to search.aErrorLevel - The exact form error level to search. May not be nulltrue if an entry for the specified field is present
that has exactly the specified form error leveldefault boolean hasEntryForFields(@Nullable String... aSearchFieldNames)
aSearchFieldNames - The field names to search.true if an entry for at least one of the specified
fields is present@Nonnull @ReturnsMutableCopy IFieldErrorList<T> getListOfField(@Nullable String sSearchFieldName)
sSearchFieldName - The field name to search.null.@Nonnull @ReturnsMutableCopy IFieldErrorList<T> getListOfFields(@Nullable String... aSearchFieldNames)
aSearchFieldNames - The field names to search.null.@Nonnull @ReturnsMutableCopy IFieldErrorList<T> getListOfFieldsStartingWith(@Nullable String... aSearchFieldNames)
aSearchFieldNames - The field names to search.null.@Nonnull @ReturnsMutableCopy IFieldErrorList<T> getListOfFieldsRegExp(@Nonnull @Nonempty @RegEx String sRegExp)
sRegExp - The regular expression to compare the entries against.null.@Nonnull @ReturnsMutableCopy ICommonsList<String> getAllItemTextsOfField(@Nullable String sSearchFieldName)
sSearchFieldName - The field name to search.null.@Nonnull @ReturnsMutableCopy ICommonsList<String> getAllItemTextsOfFields(@Nullable String... aSearchFieldNames)
aSearchFieldNames - The field names to search.null.@Nonnull @ReturnsMutableCopy ICommonsList<String> getAllItemTextsOfFieldsStartingWith(@Nullable String... aSearchFieldNames)
aSearchFieldNames - The field names to search.null.@Nonnull @ReturnsMutableCopy ICommonsList<String> getAllItemTextsOfFieldsRegExp(@Nonnull @Nonempty @RegEx String sRegExp)
sRegExp - The regular expression to compare the entries against.null.@Nonnull @ReturnsMutableCopy IMultiMapListBased<String,T> getGroupedByID()
@Nonnull @ReturnsMutableCopy IMultiMapListBased<String,T> getGroupedByFieldName()
Copyright © 2014–2016 Philip Helger. All rights reserved.