Uses of Class
de.hybris.platform.solrfacetsearch.jalo.config.SolrEndpointUrl
-
Packages that use SolrEndpointUrl Package Description de.hybris.platform.solrfacetsearch.jalo de.hybris.platform.solrfacetsearch.jalo.config -
-
Uses of SolrEndpointUrl in de.hybris.platform.solrfacetsearch.jalo
Methods in de.hybris.platform.solrfacetsearch.jalo that return SolrEndpointUrl Modifier and Type Method Description SolrEndpointUrl
GeneratedSolrfacetsearchManager. createSolrEndpointUrl(SessionContext ctx, java.util.Map attributeValues)
SolrEndpointUrl
GeneratedSolrfacetsearchManager. createSolrEndpointUrl(java.util.Map attributeValues)
-
Uses of SolrEndpointUrl in de.hybris.platform.solrfacetsearch.jalo.config
Fields in de.hybris.platform.solrfacetsearch.jalo.config with type parameters of type SolrEndpointUrl Modifier and Type Field Description protected static OneToManyHandler<SolrEndpointUrl>
GeneratedSolrServerConfig. SOLRENDPOINTURLSHANDLER
OneToManyHandler
for handling 1:n SOLRENDPOINTURLS's relation attributes from 'many' side.Methods in de.hybris.platform.solrfacetsearch.jalo.config that return types with arguments of type SolrEndpointUrl Modifier and Type Method Description java.util.List<SolrEndpointUrl>
GeneratedSolrServerConfig. getSolrEndpointUrls()
Generated method - Getter of theSolrServerConfig.solrEndpointUrls
attribute.java.util.List<SolrEndpointUrl>
GeneratedSolrServerConfig. getSolrEndpointUrls(SessionContext ctx)
Generated method - Getter of theSolrServerConfig.solrEndpointUrls
attribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type SolrEndpointUrl Modifier and Type Method Description void
GeneratedSolrServerConfig. addToSolrEndpointUrls(SessionContext ctx, SolrEndpointUrl value)
Generated method - Addsvalue
to solrEndpointUrls.void
GeneratedSolrServerConfig. addToSolrEndpointUrls(SolrEndpointUrl value)
Generated method - Addsvalue
to solrEndpointUrls.void
GeneratedSolrServerConfig. removeFromSolrEndpointUrls(SessionContext ctx, SolrEndpointUrl value)
Generated method - Removesvalue
from solrEndpointUrls.void
GeneratedSolrServerConfig. removeFromSolrEndpointUrls(SolrEndpointUrl value)
Generated method - Removesvalue
from solrEndpointUrls.Method parameters in de.hybris.platform.solrfacetsearch.jalo.config with type arguments of type SolrEndpointUrl Modifier and Type Method Description void
GeneratedSolrServerConfig. setSolrEndpointUrls(SessionContext ctx, java.util.List<SolrEndpointUrl> value)
Generated method - Setter of theSolrServerConfig.solrEndpointUrls
attribute.void
GeneratedSolrServerConfig. setSolrEndpointUrls(java.util.List<SolrEndpointUrl> value)
Generated method - Setter of theSolrServerConfig.solrEndpointUrls
attribute.
-