Class InventoryAvailabilityQueryContributor
java.lang.Object
com.broadleafcommerce.search.provider.solr.AbstractSolrQueryContributor
com.broadleafcommerce.search.catalog.solr.query.InventoryAvailabilityQueryContributor
- All Implemented Interfaces:
com.broadleafcommerce.search.provider.solr.IndexableTypeSolrQueryContributor
,com.broadleafcommerce.search.provider.solr.SolrQueryContributor
,org.springframework.core.Ordered
public class InventoryAvailabilityQueryContributor
extends com.broadleafcommerce.search.provider.solr.AbstractSolrQueryContributor
implements com.broadleafcommerce.search.provider.solr.IndexableTypeSolrQueryContributor
This component attempts to filter out
Product
search results that require
inventory checks, but which do not have inventory available.- Author:
- Kelly Tisdell (ktisdell)
- See Also:
-
ProductInventoryAvailableSolrDocumentContributor
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
contributeInternal
(org.apache.solr.client.solrj.SolrQuery solrQuery, com.broadleafcommerce.search.api.domain.SearchRequest searchRequest, List<com.broadleafcommerce.search.api.domain.FieldDefinition> fieldDefinitions, org.springframework.data.domain.Pageable page, com.broadleafcommerce.search.core.service.SearchRequestProperties properties, String locale, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) boolean
protected com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils
com.broadleafcommerce.search.api.type.IndexableType
void
setAuthenticationUtils
(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) protected boolean
shouldContribute
(org.apache.solr.client.solrj.SolrQuery solrQuery, com.broadleafcommerce.search.api.domain.SearchRequest searchRequest, org.springframework.data.domain.Pageable page, com.broadleafcommerce.search.core.service.SearchRequestProperties properties, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Methods inherited from class com.broadleafcommerce.search.provider.solr.AbstractSolrQueryContributor
contribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.search.provider.solr.SolrQueryContributor
contribute, getOrder, isTypeAheadRequest
-
Constructor Details
-
InventoryAvailabilityQueryContributor
public InventoryAvailabilityQueryContributor()
-
-
Method Details
-
getIndexableType
public com.broadleafcommerce.search.api.type.IndexableType getIndexableType()- Specified by:
getIndexableType
in interfacecom.broadleafcommerce.search.provider.solr.IndexableTypeSolrQueryContributor
-
contributeInternal
protected void contributeInternal(org.apache.solr.client.solrj.SolrQuery solrQuery, com.broadleafcommerce.search.api.domain.SearchRequest searchRequest, List<com.broadleafcommerce.search.api.domain.FieldDefinition> fieldDefinitions, org.springframework.data.domain.Pageable page, com.broadleafcommerce.search.core.service.SearchRequestProperties properties, String locale, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) - Specified by:
contributeInternal
in classcom.broadleafcommerce.search.provider.solr.AbstractSolrQueryContributor
-
shouldContribute
protected boolean shouldContribute(org.apache.solr.client.solrj.SolrQuery solrQuery, com.broadleafcommerce.search.api.domain.SearchRequest searchRequest, org.springframework.data.domain.Pageable page, com.broadleafcommerce.search.core.service.SearchRequestProperties properties, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) - Specified by:
shouldContribute
in classcom.broadleafcommerce.search.provider.solr.AbstractSolrQueryContributor
-
contributeOnTypeAhead
public boolean contributeOnTypeAhead()- Specified by:
contributeOnTypeAhead
in interfacecom.broadleafcommerce.search.provider.solr.SolrQueryContributor
-
setAuthenticationUtils
@Autowired public void setAuthenticationUtils(com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils) -
getAuthenticationUtils
protected com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils getAuthenticationUtils()
-