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 SummaryModifier 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
- 
hasExcludesboolean hasExcludes()
- 
isFieldExcluded
- 
getOverrides
- 
addOverrides
- 
hasOverridesboolean hasOverrides()
- 
getOverride
 
-