Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrEndpointUrlModel
Packages that use SolrEndpointUrlModel
Package
Description
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 SolrEndpointUrlModelModifier and TypeMethodDescriptionvoidDefaultEndpointUrlPopulator.populate(SolrEndpointUrlModel source, EndpointURL target) Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SolrEndpointUrlModelModifier and TypeMethodDescriptionvoidDefaultSolrServerConfigPopulator.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 SolrEndpointUrlModelModifier and TypeMethodDescriptionSolrServerConfigModel.getSolrEndpointUrls()Generated method - Getter of theSolrServerConfig.solrEndpointUrlsattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrEndpointUrlModelModifier and TypeMethodDescriptionvoidSolrServerConfigModel.setSolrEndpointUrls(List<SolrEndpointUrlModel> value) Generated method - Setter ofSolrServerConfig.solrEndpointUrlsattribute defined at extensionsolrfacetsearch.