| Modifier and Type | Method and Description |
|---|---|
Field |
FieldDaoImpl.readFieldByAbbreviation(String abbreviation) |
Field |
FieldDao.readFieldByAbbreviation(String abbreviation)
Given an abbreviation, returns the Field object that maps to this abbreviation.
|
Field |
FieldDaoImpl.save(Field field) |
Field |
FieldDao.save(Field field)
Persist an instance to the data layer.
|
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
FieldDaoImpl.readAllProductFields() |
List<Field> |
FieldDao.readAllProductFields() |
List<Field> |
FieldDaoImpl.readAllSkuFields() |
List<Field> |
FieldDao.readAllSkuFields() |
List<Field> |
FieldDaoImpl.readFieldsByEntityType(FieldEntity entityType) |
List<Field> |
FieldDao.readFieldsByEntityType(FieldEntity entityType)
Finds all fields based on the entity type.
|
| Modifier and Type | Method and Description |
|---|---|
IndexField |
IndexFieldDao.readIndexFieldForField(Field field)
Returns the SearchField instance associated with the given field parameter, or null if non exists.
|
IndexField |
IndexFieldDaoImpl.readIndexFieldForField(Field field) |
SearchFacet |
SearchFacetDaoImpl.readSearchFacetForField(Field field) |
SearchFacet |
SearchFacetDao.readSearchFacetForField(Field field)
Returns a SearchFacet for the given field, if one exists
|
Field |
FieldDaoImpl.save(Field field) |
Field |
FieldDao.save(Field field)
Persist an instance to the data layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Field |
IndexFieldImpl.field |
| Modifier and Type | Method and Description |
|---|---|
<G extends Field> |
FieldImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
Field |
IndexFieldImpl.getField() |
Field |
SearchFacet.getField()
Returns the field associated with this facet.
|
Field |
IndexField.getField()
Gets the field for this search field
|
Field |
SearchFacetImpl.getField() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexFieldImpl.setField(Field field) |
void |
IndexField.setField(Field field)
Sets the field for this search field
|
| Modifier and Type | Method and Description |
|---|---|
protected ExtensionResultStatusType |
I18nSolrSearchServiceExtensionHandler.getLocalePrefix(Field field,
List<String> prefixList)
If the field is translatable, take the current locale and add that as a prefix.
|
Object |
SolrHelperService.getPropertyValue(Object object,
Field field)
See getPropertyValue(Object, String)
|
Object |
SolrHelperServiceImpl.getPropertyValue(Object object,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
SolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales)
Given the input field, populates the values array with the fields needed for the
passed in field.
|
ExtensionResultStatusType |
AbstractSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales) |
ExtensionResultStatusType |
I18nSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable,
Field field,
FieldType fieldType,
Map<String,Object> values,
String propertyName,
List<Locale> locales) |
protected ExtensionResultStatusType |
I18nSolrIndexServiceExtensionHandler.getLocalePrefix(Field field,
List<String> prefixList)
If the field is translatable, take the current locale and add that as a prefix.
|
protected Map<String,Object> |
SolrIndexServiceImpl.getPropertyValues(Indexable indexedItem,
Field field,
FieldType fieldType,
List<Locale> locales)
Returns a map of prefix to value for the requested attributes.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
CatalogDocumentBuilderImpl.getPropertyValues(Indexable indexedItem,
Field field,
FieldType fieldType,
List<Locale> locales) |
Copyright © 2025. All rights reserved.