Interface SearchFieldsModel
- All Known Implementing Classes:
SearchFieldsModelImpl
public interface SearchFieldsModel
The model for the content of the search-fields tag, as used inside the remote-field and other tags.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddExcludes(Set<String> searchFieldsExclude) voidaddOverrides(Map<String, CommonSearchModel.SearchField> searchFieldsOverride) @Nullable CommonSearchModel.SearchFieldgetOverride(String fieldName) @Nullable Map<String, CommonSearchModel.SearchField> booleanbooleanbooleanisFieldExcluded(String fieldName)
-
Method Details
-
getExcludes
-
addExcludes
-
hasExcludes
boolean hasExcludes() -
isFieldExcluded
-
getOverrides
-
addOverrides
-
hasOverrides
boolean hasOverrides() -
getOverride
-