public interface SearchFields
field-configurations. It defines the
meta-model (the schema) of a SearchEntry.| Modifier and Type | Method and Description |
|---|---|
SearchFieldConfiguration |
getFieldConfiguration(String name)
|
SearchFieldConfiguration |
getOrCreateFieldConfiguration(String name)
This method is like
getFieldConfiguration(String) but creates a default
SearchFieldConfiguration if none is defined. |
SearchFieldConfiguration getFieldConfiguration(String name)
SearchFieldConfiguration for the
field with the given name
. This method will always return a result for the fields predefined by
SearchEntry (see FIELD_* constants) even if they are NOT
explicitly configured. However for specific cases it is possible to override this defaults in your
configuration.name - is the name of the requested
SearchFieldConfiguration.SearchFieldConfiguration or null if no such
field is defined or
configured.SearchFieldConfiguration getOrCreateFieldConfiguration(String name)
getFieldConfiguration(String) but creates a default
SearchFieldConfiguration if none is defined.name - is the name of the requested
SearchFieldConfiguration.SearchFieldConfiguration.Copyright © 2001–2016 mmm-Team. All rights reserved.