Uses of Interface
org.broadleafcommerce.core.search.domain.Field

Packages that use Field
org.broadleafcommerce.core.search.dao   
org.broadleafcommerce.core.search.domain   
org.broadleafcommerce.core.search.service.solr   
 

Uses of Field in org.broadleafcommerce.core.search.dao
 

Methods in org.broadleafcommerce.core.search.dao that return Field
 Field FieldDaoImpl.readFieldByAbbreviation(String abbreviation)
           
 Field FieldDao.readFieldByAbbreviation(String abbreviation)
          Given an abbreviation, returns the Field object that maps to this abbreviation.
 

Methods in org.broadleafcommerce.core.search.dao that return types with arguments of type Field
 List<Field> FieldDaoImpl.readAllProductFields()
           
 List<Field> FieldDao.readAllProductFields()
          Reads all Field objects that are set to searchable.
 

Uses of Field in org.broadleafcommerce.core.search.domain
 

Classes in org.broadleafcommerce.core.search.domain that implement Field
 class FieldImpl
           
 

Fields in org.broadleafcommerce.core.search.domain declared as Field
protected  Field SearchFacetImpl.field
           
 

Methods in org.broadleafcommerce.core.search.domain that return Field
 Field SearchFacetImpl.getField()
           
 Field SearchFacet.getField()
          Returns the field associated with this facet.
 

Methods in org.broadleafcommerce.core.search.domain with parameters of type Field
 void SearchFacetImpl.setField(Field field)
           
 void SearchFacet.setField(Field field)
          Sets the field associated with this facet.
 

Uses of Field in org.broadleafcommerce.core.search.service.solr
 

Methods in org.broadleafcommerce.core.search.service.solr with parameters of type Field
 void SolrSearchServiceExtensionListener.addPriceFieldPropertyValues(Product product, Field field, Map<String,Object> values, String propertyName)
           
 void SolrSearchServiceExtensionManager.addPriceFieldPropertyValues(Product product, Field field, Map<String,Object> values, String propertyName)
           
 String SolrHelperServiceImpl.getPropertyNameForFieldFacet(Field field)
           
 String SolrHelperService.getPropertyNameForFieldFacet(Field field)
          Returns the property name for the given field and its configured facet field type.
 String SolrHelperServiceImpl.getPropertyNameForFieldFacet(Field field, String prefix)
           
 String SolrHelperService.getPropertyNameForFieldFacet(Field field, String prefix)
          Returns the property name for the given field, its configured facet field type, and the given prefix
 String SolrHelperServiceImpl.getPropertyNameForFieldSearchable(Field field, FieldType searchableFieldType)
           
 String SolrHelperService.getPropertyNameForFieldSearchable(Field field, FieldType searchableFieldType)
          Returns the property name for the given field and field type.
 String SolrHelperServiceImpl.getPropertyNameForFieldSearchable(Field field, FieldType searchableFieldType, String prefix)
           
 String SolrHelperService.getPropertyNameForFieldSearchable(Field field, FieldType searchableFieldType, String prefix)
          Returns the property name for the given field, field type, and prefix
protected  Map<String,Object> SolrIndexServiceImpl.getPropertyValues(Product product, Field field, FieldType fieldType, List<Locale> locales)
          Returns a map of prefix to value for the requested attributes.
protected  String SolrSearchServiceImpl.getSolrFieldKey(Field field, ProductSearchCriteria searchCriteria)
          This method will be used to map a field abbreviation to the appropriate solr index field to use.
 

Method parameters in org.broadleafcommerce.core.search.service.solr with type arguments of type Field
protected  org.apache.solr.common.SolrInputDocument SolrIndexServiceImpl.buildDocument(Product product, List<Field> fields, List<Locale> locales)
          Given a product, fields that relate to that product, and a list of locales and pricelists, builds a SolrInputDocument to be added to the Solr index.
 



Copyright © 2013. All Rights Reserved.