Uses of Class
de.hybris.platform.solrfacetsearch.jalo.config.SolrIndexerQueryParameter
-
Packages that use SolrIndexerQueryParameter Package Description de.hybris.platform.solrfacetsearch.jalo de.hybris.platform.solrfacetsearch.jalo.config -
-
Uses of SolrIndexerQueryParameter in de.hybris.platform.solrfacetsearch.jalo
Methods in de.hybris.platform.solrfacetsearch.jalo that return SolrIndexerQueryParameter Modifier and Type Method Description SolrIndexerQueryParameterGeneratedSolrfacetsearchManager. createSolrIndexerQueryParameter(SessionContext ctx, java.util.Map attributeValues)SolrIndexerQueryParameterGeneratedSolrfacetsearchManager. createSolrIndexerQueryParameter(java.util.Map attributeValues) -
Uses of SolrIndexerQueryParameter in de.hybris.platform.solrfacetsearch.jalo.config
Fields in de.hybris.platform.solrfacetsearch.jalo.config with type parameters of type SolrIndexerQueryParameter Modifier and Type Field Description protected static OneToManyHandler<SolrIndexerQueryParameter>GeneratedSolrIndexerQuery. SOLRINDEXERQUERYPARAMETERSHANDLEROneToManyHandlerfor handling 1:n SOLRINDEXERQUERYPARAMETERS's relation attributes from 'many' side.Methods in de.hybris.platform.solrfacetsearch.jalo.config that return types with arguments of type SolrIndexerQueryParameter Modifier and Type Method Description java.util.List<SolrIndexerQueryParameter>GeneratedSolrIndexerQuery. getSolrIndexerQueryParameters()Generated method - Getter of theSolrIndexerQuery.solrIndexerQueryParametersattribute.java.util.List<SolrIndexerQueryParameter>GeneratedSolrIndexerQuery. getSolrIndexerQueryParameters(SessionContext ctx)Generated method - Getter of theSolrIndexerQuery.solrIndexerQueryParametersattribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type SolrIndexerQueryParameter Modifier and Type Method Description voidGeneratedSolrIndexerQuery. addToSolrIndexerQueryParameters(SessionContext ctx, SolrIndexerQueryParameter value)Generated method - Addsvalueto solrIndexerQueryParameters.voidGeneratedSolrIndexerQuery. addToSolrIndexerQueryParameters(SolrIndexerQueryParameter value)Generated method - Addsvalueto solrIndexerQueryParameters.voidGeneratedSolrIndexerQuery. removeFromSolrIndexerQueryParameters(SessionContext ctx, SolrIndexerQueryParameter value)Generated method - Removesvaluefrom solrIndexerQueryParameters.voidGeneratedSolrIndexerQuery. removeFromSolrIndexerQueryParameters(SolrIndexerQueryParameter value)Generated method - Removesvaluefrom solrIndexerQueryParameters.Method parameters in de.hybris.platform.solrfacetsearch.jalo.config with type arguments of type SolrIndexerQueryParameter Modifier and Type Method Description voidGeneratedSolrIndexerQuery. setSolrIndexerQueryParameters(SessionContext ctx, java.util.List<SolrIndexerQueryParameter> value)Generated method - Setter of theSolrIndexerQuery.solrIndexerQueryParametersattribute.voidGeneratedSolrIndexerQuery. setSolrIndexerQueryParameters(java.util.List<SolrIndexerQueryParameter> value)Generated method - Setter of theSolrIndexerQuery.solrIndexerQueryParametersattribute.
-