| Modifier and Type | Method and Description |
|---|---|
FieldEntity |
SkuImpl.getFieldEntityType() |
FieldEntity |
ProductImpl.getFieldEntityType() |
FieldEntity |
Indexable.getFieldEntityType()
Which type of
Field should be queried for when looking up database-driven search fields to store in the
search index |
| Modifier and Type | Method and Description |
|---|---|
List<IndexFieldType> |
IndexFieldDao.getIndexFieldTypesByAbbreviationAndEntityType(String abbreviation,
FieldEntity entityType) |
List<IndexFieldType> |
IndexFieldDaoImpl.getIndexFieldTypesByAbbreviationAndEntityType(String abbreviation,
FieldEntity entityType) |
List<SearchFacet> |
SearchFacetDaoImpl.readAllSearchFacets(FieldEntity entityType) |
List<SearchFacet> |
SearchFacetDao.readAllSearchFacets(FieldEntity entityType)
Returns all SearchFacets that are tagged with showOnSearch for the given entity type
|
List<Field> |
FieldDaoImpl.readFieldsByEntityType(FieldEntity entityType) |
List<Field> |
FieldDao.readFieldsByEntityType(FieldEntity entityType)
Finds all fields based on the entity type.
|
List<IndexField> |
IndexFieldDao.readFieldsByEntityType(FieldEntity entityType)
Finds all of the
IndexFields based on the entity type. |
List<IndexField> |
IndexFieldDaoImpl.readFieldsByEntityType(FieldEntity entityType) |
IndexField |
IndexFieldDao.readIndexFieldByAbbreviationAndEntityType(String abbreviation,
FieldEntity entityType) |
IndexField |
IndexFieldDaoImpl.readIndexFieldByAbbreviationAndEntityType(String abbreviation,
FieldEntity entityType) |
List<IndexField> |
IndexFieldDao.readSearchableFieldsByEntityType(FieldEntity entityType)
Reads all of the
IndexFields that are searchable on the entity type |
List<IndexField> |
IndexFieldDaoImpl.readSearchableFieldsByEntityType(FieldEntity entityType) |
| Modifier and Type | Field and Description |
|---|---|
static FieldEntity |
FieldEntity.CATEGORY |
static FieldEntity |
FieldEntity.CUSTOMER |
static FieldEntity |
FieldEntity.FULFILLMENT_ORDER |
static FieldEntity |
FieldEntity.OFFER |
static FieldEntity |
FieldEntity.ORDER |
static FieldEntity |
FieldEntity.ORDERITEM |
static FieldEntity |
FieldEntity.PRODUCT |
static FieldEntity |
FieldEntity.SKU |
| Modifier and Type | Method and Description |
|---|---|
FieldEntity |
FieldImpl.getEntityType() |
FieldEntity |
Field.getEntityType()
Gets the entityType of this Field
|
static FieldEntity |
FieldEntity.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldImpl.setEntityType(FieldEntity entityType) |
void |
Field.setEntityType(FieldEntity entityType)
Sets the entityType
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
SolrSearchServiceExtensionHandler.buildActiveFacetFilter(FieldEntity entityType,
String solrKey,
String[] selectedValues,
List<String> valueStrings)
|
ExtensionResultStatusType |
AbstractSolrSearchServiceExtensionHandler.buildActiveFacetFilter(FieldEntity entityType,
String solrKey,
String[] selectedValues,
List<String> valueStrings)
Deprecated.
|
Copyright © 2024. All rights reserved.