public interface IndexFieldDao
| Modifier and Type | Method and Description |
|---|---|
List<IndexFieldType> |
getIndexFieldTypes(FieldType facetFieldType) |
List<IndexFieldType> |
getIndexFieldTypesByAbbreviation(String abbreviation) |
List<IndexField> |
readFieldsByEntityType(FieldEntity entityType)
Finds all of the
IndexFields based on the entity type. |
IndexField |
readIndexFieldByFieldId(Long fieldId)
Returns the SearchField instance associated with the given field parameter, or null if non exists.
|
IndexField |
readIndexFieldForField(Field field)
Returns the SearchField instance associated with the given field parameter, or null if non exists.
|
List<IndexField> |
readSearchableFieldsByEntityType(FieldEntity entityType)
Reads all of the
IndexFields that are searchable on the entity type |
IndexField readIndexFieldForField(Field field)
field - the Field we are looking for the SearchField forIndexField readIndexFieldByFieldId(Long fieldId)
fieldId - the Field we are looking for the SearchField forList<IndexField> readFieldsByEntityType(FieldEntity entityType)
IndexFields based on the entity type.entityType - List<IndexField> readSearchableFieldsByEntityType(FieldEntity entityType)
IndexFields that are searchable on the entity typeentityType - List<IndexFieldType> getIndexFieldTypesByAbbreviation(String abbreviation)
List<IndexFieldType> getIndexFieldTypes(FieldType facetFieldType)
Copyright © 2016. All rights reserved.