Class DefaultSolrIndexSortService
java.lang.Object
de.hybris.platform.travelservices.services.impl.DefaultSolrIndexSortService
- All Implemented Interfaces:
SolrIndexSortService
Default implementation of
SolrIndexSortService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultSortOrderMapping(String indexedType) GetsSolrIndexedTypeDefaultSortOrderMappingModelfor given indexedTypeprotected SolrIndexSortDaoGets solr index sort dao.voidsetSolrIndexSortDao(SolrIndexSortDao solrIndexSortDao) Sets solr index sort dao.
-
Constructor Details
-
DefaultSolrIndexSortService
public DefaultSolrIndexSortService()
-
-
Method Details
-
getDefaultSortOrderMapping
Description copied from interface:SolrIndexSortServiceGetsSolrIndexedTypeDefaultSortOrderMappingModelfor given indexedType- Specified by:
getDefaultSortOrderMappingin interfaceSolrIndexSortService- Parameters:
indexedType- the indexed type- Returns:
- default sort order mapping
-
getSolrIndexSortDao
Gets solr index sort dao.- Returns:
- the solr index sort dao
-
setSolrIndexSortDao
Sets solr index sort dao.- Parameters:
solrIndexSortDao- the solr index sort dao
-