Uses of Class
de.hybris.platform.solrfacetsearch.jalo.SolrSearchQueryTemplate
Packages that use SolrSearchQueryTemplate
Package
Description
-
Uses of SolrSearchQueryTemplate in de.hybris.platform.solrfacetsearch.jalo
Methods in de.hybris.platform.solrfacetsearch.jalo that return SolrSearchQueryTemplateModifier and TypeMethodDescriptionGeneratedSolrfacetsearchManager.createSolrSearchQueryTemplate(SessionContext ctx, Map attributeValues) GeneratedSolrfacetsearchManager.createSolrSearchQueryTemplate(Map attributeValues) GeneratedSolrSearchQueryProperty.getSearchQueryTemplate()Generated method - Getter of theSolrSearchQueryProperty.searchQueryTemplateattribute.GeneratedSolrSearchQueryProperty.getSearchQueryTemplate(SessionContext ctx) Generated method - Getter of theSolrSearchQueryProperty.searchQueryTemplateattribute.GeneratedSolrSearchQuerySort.getSearchQueryTemplate()Generated method - Getter of theSolrSearchQuerySort.searchQueryTemplateattribute.GeneratedSolrSearchQuerySort.getSearchQueryTemplate(SessionContext ctx) Generated method - Getter of theSolrSearchQuerySort.searchQueryTemplateattribute.Methods in de.hybris.platform.solrfacetsearch.jalo with parameters of type SolrSearchQueryTemplateModifier and TypeMethodDescriptionprotected voidGeneratedSolrSearchQueryProperty.setSearchQueryTemplate(SessionContext ctx, SolrSearchQueryTemplate value) Generated method - Setter of theSolrSearchQueryProperty.searchQueryTemplateattribute.protected voidGeneratedSolrSearchQueryProperty.setSearchQueryTemplate(SolrSearchQueryTemplate value) Generated method - Setter of theSolrSearchQueryProperty.searchQueryTemplateattribute.protected voidGeneratedSolrSearchQuerySort.setSearchQueryTemplate(SessionContext ctx, SolrSearchQueryTemplate value) Generated method - Setter of theSolrSearchQuerySort.searchQueryTemplateattribute.protected voidGeneratedSolrSearchQuerySort.setSearchQueryTemplate(SolrSearchQueryTemplate value) Generated method - Setter of theSolrSearchQuerySort.searchQueryTemplateattribute. -
Uses of SolrSearchQueryTemplate in de.hybris.platform.solrfacetsearch.jalo.config
Fields in de.hybris.platform.solrfacetsearch.jalo.config with type parameters of type SolrSearchQueryTemplateModifier and TypeFieldDescriptionprotected static final OneToManyHandler<SolrSearchQueryTemplate>GeneratedSolrIndexedType.SEARCHQUERYTEMPLATESHANDLEROneToManyHandlerfor handling 1:n SEARCHQUERYTEMPLATES's relation attributes from 'many' side.Methods in de.hybris.platform.solrfacetsearch.jalo.config that return types with arguments of type SolrSearchQueryTemplateModifier and TypeMethodDescriptionGeneratedSolrIndexedType.getSearchQueryTemplates()Generated method - Getter of theSolrIndexedType.searchQueryTemplatesattribute.GeneratedSolrIndexedType.getSearchQueryTemplates(SessionContext ctx) Generated method - Getter of theSolrIndexedType.searchQueryTemplatesattribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type SolrSearchQueryTemplateModifier and TypeMethodDescriptionvoidGeneratedSolrIndexedType.addToSearchQueryTemplates(SessionContext ctx, SolrSearchQueryTemplate value) Generated method - Addsvalueto searchQueryTemplates.voidGeneratedSolrIndexedType.addToSearchQueryTemplates(SolrSearchQueryTemplate value) Generated method - Addsvalueto searchQueryTemplates.voidGeneratedSolrIndexedType.removeFromSearchQueryTemplates(SessionContext ctx, SolrSearchQueryTemplate value) Generated method - Removesvaluefrom searchQueryTemplates.voidGeneratedSolrIndexedType.removeFromSearchQueryTemplates(SolrSearchQueryTemplate value) Generated method - Removesvaluefrom searchQueryTemplates.Method parameters in de.hybris.platform.solrfacetsearch.jalo.config with type arguments of type SolrSearchQueryTemplateModifier and TypeMethodDescriptionvoidGeneratedSolrIndexedType.setSearchQueryTemplates(SessionContext ctx, Collection<SolrSearchQueryTemplate> value) Generated method - Setter of theSolrIndexedType.searchQueryTemplatesattribute.voidGeneratedSolrIndexedType.setSearchQueryTemplates(Collection<SolrSearchQueryTemplate> value) Generated method - Setter of theSolrIndexedType.searchQueryTemplatesattribute.