Uses of Class
de.hybris.platform.solrfacetsearch.loader.ModelLoadingException
-
Packages that use ModelLoadingException Package Description de.hybris.platform.solrfacetsearch.loader de.hybris.platform.solrfacetsearch.loader.impl -
-
Uses of ModelLoadingException in de.hybris.platform.solrfacetsearch.loader
Methods in de.hybris.platform.solrfacetsearch.loader that throw ModelLoadingException Modifier and Type Method Description java.util.List<java.lang.String>ModelLoader. loadCodes(java.util.Collection<org.apache.solr.common.SolrDocument> documents)Retrieves codes of items contained within the collection ofSolrDocumentsjava.util.List<T>ModelLoader. loadModels(java.util.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 ModelLoadingException Modifier and Type Method Description protected java.lang.StringDefaultModelLoader. getModelAttribute(java.lang.String attribute, java.lang.Object model, PK pk)protected PKDefaultModelLoader. getPKFromDocument(org.apache.solr.common.SolrDocument doc)java.util.List<java.lang.String>DefaultModelLoader. loadCodes(java.util.Collection<org.apache.solr.common.SolrDocument> documents)java.util.List<java.lang.Object>DefaultModelLoader. loadModels(java.util.Collection<org.apache.solr.common.SolrDocument> documents)
-