Uses of Class
de.hybris.platform.solrfacetsearch.loader.ModelLoadingException
Packages that use ModelLoadingException
Package
Description
-
Uses of ModelLoadingException in de.hybris.platform.solrfacetsearch.loader
Methods in de.hybris.platform.solrfacetsearch.loader that throw ModelLoadingExceptionModifier and TypeMethodDescriptionModelLoader.loadCodes(Collection<org.apache.solr.common.SolrDocument> documents) Retrieves codes of items contained within the collection ofSolrDocumentsModelLoader.loadModels(Collection<org.apache.solr.common.SolrDocument> documents) Retrieves information on models that are contained within the collection ofSolrDocuments -
Uses of ModelLoadingException in de.hybris.platform.solrfacetsearch.loader.impl
Methods in de.hybris.platform.solrfacetsearch.loader.impl that throw ModelLoadingExceptionModifier and TypeMethodDescriptionprotected StringDefaultModelLoader.getModelAttribute(String attribute, Object model, PK pk) protected PKDefaultModelLoader.getPKFromDocument(org.apache.solr.common.SolrDocument doc) DefaultModelLoader.loadCodes(Collection<org.apache.solr.common.SolrDocument> documents) DefaultModelLoader.loadModels(Collection<org.apache.solr.common.SolrDocument> documents)