Uses of Class
de.hybris.platform.solrfacetsearch.jalo.SolrSearchQueryTemplate
-
Packages that use SolrSearchQueryTemplate Package Description de.hybris.platform.solrfacetsearch.jalo de.hybris.platform.solrfacetsearch.jalo.config -
-
Uses of SolrSearchQueryTemplate in de.hybris.platform.solrfacetsearch.jalo
Methods in de.hybris.platform.solrfacetsearch.jalo that return SolrSearchQueryTemplate Modifier and Type Method Description SolrSearchQueryTemplateGeneratedSolrfacetsearchManager. createSolrSearchQueryTemplate(SessionContext ctx, java.util.Map attributeValues)SolrSearchQueryTemplateGeneratedSolrfacetsearchManager. createSolrSearchQueryTemplate(java.util.Map attributeValues)SolrSearchQueryTemplateGeneratedSolrSearchQueryProperty. getSearchQueryTemplate()Generated method - Getter of theSolrSearchQueryProperty.searchQueryTemplateattribute.SolrSearchQueryTemplateGeneratedSolrSearchQueryProperty. getSearchQueryTemplate(SessionContext ctx)Generated method - Getter of theSolrSearchQueryProperty.searchQueryTemplateattribute.SolrSearchQueryTemplateGeneratedSolrSearchQuerySort. getSearchQueryTemplate()Generated method - Getter of theSolrSearchQuerySort.searchQueryTemplateattribute.SolrSearchQueryTemplateGeneratedSolrSearchQuerySort. getSearchQueryTemplate(SessionContext ctx)Generated method - Getter of theSolrSearchQuerySort.searchQueryTemplateattribute.Methods in de.hybris.platform.solrfacetsearch.jalo with parameters of type SolrSearchQueryTemplate Modifier and Type Method Description protected 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 SolrSearchQueryTemplate Modifier and Type Field Description protected static 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 SolrSearchQueryTemplate Modifier and Type Method Description java.util.Collection<SolrSearchQueryTemplate>GeneratedSolrIndexedType. getSearchQueryTemplates()Generated method - Getter of theSolrIndexedType.searchQueryTemplatesattribute.java.util.Collection<SolrSearchQueryTemplate>GeneratedSolrIndexedType. getSearchQueryTemplates(SessionContext ctx)Generated method - Getter of theSolrIndexedType.searchQueryTemplatesattribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type SolrSearchQueryTemplate Modifier and Type Method Description voidGeneratedSolrIndexedType. 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 SolrSearchQueryTemplate Modifier and Type Method Description voidGeneratedSolrIndexedType. setSearchQueryTemplates(SessionContext ctx, java.util.Collection<SolrSearchQueryTemplate> value)Generated method - Setter of theSolrIndexedType.searchQueryTemplatesattribute.voidGeneratedSolrIndexedType. setSearchQueryTemplates(java.util.Collection<SolrSearchQueryTemplate> value)Generated method - Setter of theSolrIndexedType.searchQueryTemplatesattribute.
-