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 ofSolrIndexedTypeDao
.
-
-
Constructor Summary
Constructors Constructor Description DefaultSolrIndexedTypeDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SolrIndexedTypeModel>
findAllIndexedTypes()
Returns all indexed types.SolrIndexedTypeModel
findIndexedTypeByIdentifier(java.lang.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
-
-
-
-
Method Detail
-
findAllIndexedTypes
public java.util.List<SolrIndexedTypeModel> findAllIndexedTypes()
Description copied from interface:SolrIndexedTypeDao
Returns all indexed types.- Specified by:
findAllIndexedTypes
in interfaceSolrIndexedTypeDao
- Returns:
- the indexed types
-
findIndexedTypeByIdentifier
public SolrIndexedTypeModel findIndexedTypeByIdentifier(java.lang.String identifier)
Description copied from interface:SolrIndexedTypeDao
Finds an indexed type by identifier.- Specified by:
findIndexedTypeByIdentifier
in interfaceSolrIndexedTypeDao
- Parameters:
identifier
- - the indexed type identifier- Returns:
- the indexed type
-
-