Interface SolrIndexedTypeDao
-
- All Superinterfaces:
GenericDao<SolrIndexedTypeModel>
- All Known Implementing Classes:
DefaultSolrIndexedTypeDao
public interface SolrIndexedTypeDao extends GenericDao<SolrIndexedTypeModel>
TheSolrIndexedTypeModelDAO.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<SolrIndexedTypeModel>findAllIndexedTypes()Returns all indexed types.SolrIndexedTypeModelfindIndexedTypeByIdentifier(java.lang.String identifier)Finds an indexed type by identifier.
-
-
-
Method Detail
-
findAllIndexedTypes
java.util.List<SolrIndexedTypeModel> findAllIndexedTypes()
Returns all indexed types.- Returns:
- the indexed types
-
findIndexedTypeByIdentifier
SolrIndexedTypeModel findIndexedTypeByIdentifier(java.lang.String identifier)
Finds an indexed type by identifier.- Parameters:
identifier- - the indexed type identifier- Returns:
- the indexed type
-
-