Uses of Interface
org.broadleafcommerce.core.search.domain.Field
Packages that use Field
Package
Description
-
Uses of Field in org.broadleafcommerce.core.search.dao
Methods in org.broadleafcommerce.core.search.dao that return FieldModifier and TypeMethodDescriptionFieldDao.readFieldByAbbreviation(String abbreviation) Given an abbreviation, returns the Field object that maps to this abbreviation.FieldDaoImpl.readFieldByAbbreviation(String abbreviation) Persist an instance to the data layer.Methods in org.broadleafcommerce.core.search.dao that return types with arguments of type FieldModifier and TypeMethodDescriptionFieldDao.readAllProductFields()FieldDaoImpl.readAllProductFields()FieldDao.readAllSkuFields()FieldDaoImpl.readAllSkuFields()FieldDao.readFieldsByEntityType(FieldEntity entityType) Finds all fields based on the entity type.FieldDaoImpl.readFieldsByEntityType(FieldEntity entityType) Methods in org.broadleafcommerce.core.search.dao with parameters of type FieldModifier and TypeMethodDescriptionIndexFieldDao.readIndexFieldForField(Field field) Returns the IndexField instance associated with the given field parameter, or null if non exists.IndexFieldDaoImpl.readIndexFieldForField(Field field) SearchFacetDao.readSearchFacetForField(Field field) Returns a SearchFacet for the given field, if one existsSearchFacetDaoImpl.readSearchFacetForField(Field field) Persist an instance to the data layer. -
Uses of Field in org.broadleafcommerce.core.search.domain
Classes in org.broadleafcommerce.core.search.domain that implement FieldFields in org.broadleafcommerce.core.search.domain declared as FieldMethods in org.broadleafcommerce.core.search.domain with type parameters of type FieldModifier and TypeMethodDescription<G extends Field>
CreateResponse<G>FieldImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.search.domain that return FieldModifier and TypeMethodDescriptionIndexField.getField()Gets the field for this search fieldIndexFieldImpl.getField()SearchFacet.getField()Returns the field associated with this facet.SearchFacetImpl.getField()Methods in org.broadleafcommerce.core.search.domain with parameters of type Field -
Uses of Field in org.broadleafcommerce.core.search.service.solr
Methods in org.broadleafcommerce.core.search.service.solr with parameters of type FieldModifier and TypeMethodDescriptionprotected ExtensionResultStatusTypeI18nSolrSearchServiceExtensionHandler.getLocalePrefix(Field field, List<String> prefixList) If the field is translatable, take the current locale and add that as a prefix.SolrHelperService.getPropertyValue(Object object, Field field) See getPropertyValue(Object, String)SolrHelperServiceImpl.getPropertyValue(Object object, Field field) -
Uses of Field in org.broadleafcommerce.core.search.service.solr.index
Methods in org.broadleafcommerce.core.search.service.solr.index with parameters of type FieldModifier and TypeMethodDescriptionAbstractSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable, Field field, FieldType fieldType, Map<String, Object> values, String propertyName, List<Locale> locales) I18nSolrIndexServiceExtensionHandler.addPropertyValues(Indexable indexable, Field field, FieldType fieldType, Map<String, Object> values, String propertyName, List<Locale> locales) 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.protected ExtensionResultStatusTypeI18nSolrIndexServiceExtensionHandler.getLocalePrefix(Field field, List<String> prefixList) If the field is translatable, take the current locale and add that as a prefix.SolrIndexServiceImpl.getPropertyValues(Indexable indexedItem, Field field, FieldType fieldType, List<Locale> locales) Returns a map of prefix to value for the requested attributes. -
Uses of Field in org.broadleafcommerce.core.search.service.solr.indexer
Methods in org.broadleafcommerce.core.search.service.solr.indexer with parameters of type Field