Class DefaultSolrIndexedTypeDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<SolrIndexedTypeModel>
de.hybris.platform.solrfacetsearch.daos.impl.DefaultSolrIndexedTypeDao
- All Implemented Interfaces:
GenericDao<SolrIndexedTypeModel>,SolrIndexedTypeDao
public class DefaultSolrIndexedTypeDao
extends DefaultGenericDao<SolrIndexedTypeModel>
implements SolrIndexedTypeDao
Default implementation of
SolrIndexedTypeDao.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all indexed types.findIndexedTypeByIdentifier(String identifier) Finds an indexed type by identifier.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultSolrIndexedTypeDao
public DefaultSolrIndexedTypeDao()
-
-
Method Details
-
findAllIndexedTypes
Description copied from interface:SolrIndexedTypeDaoReturns all indexed types.- Specified by:
findAllIndexedTypesin interfaceSolrIndexedTypeDao- Returns:
- the indexed types
-
findIndexedTypeByIdentifier
Description copied from interface:SolrIndexedTypeDaoFinds an indexed type by identifier.- Specified by:
findIndexedTypeByIdentifierin interfaceSolrIndexedTypeDao- Parameters:
identifier- - the indexed type identifier- Returns:
- the indexed type
-