Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrEndpointUrlModel
-
Packages that use SolrEndpointUrlModel Package Description de.hybris.platform.solrfacetsearch.converters.populator de.hybris.platform.solrfacetsearch.model.config Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package. -
-
Uses of SolrEndpointUrlModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrEndpointUrlModel Modifier and Type Method Description voidDefaultEndpointUrlPopulator. populate(SolrEndpointUrlModel source, EndpointURL target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SolrEndpointUrlModel Modifier and Type Method Description voidDefaultSolrServerConfigPopulator. setEndpointUrlConverter(Converter<SolrEndpointUrlModel,EndpointURL> endpointUrlConverter) -
Uses of SolrEndpointUrlModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrEndpointUrlModel Modifier and Type Method Description java.util.List<SolrEndpointUrlModel>SolrServerConfigModel. getSolrEndpointUrls()Generated method - Getter of theSolrServerConfig.solrEndpointUrlsattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrEndpointUrlModel Modifier and Type Method Description voidSolrServerConfigModel. setSolrEndpointUrls(java.util.List<SolrEndpointUrlModel> value)Generated method - Setter ofSolrServerConfig.solrEndpointUrlsattribute defined at extensionsolrfacetsearch.
-