Class DefaultSpiGenericDao
java.lang.Object
de.hybris.platform.subscribedproductservices.daos.impl.DefaultSpiGenericDao
- All Implemented Interfaces:
SpiGenericDao
Default implementation of
SpiGenericDao- Since:
- 2111
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSpiGenericDao(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.search.FlexibleSearchServiceRetrieves an item model of a specific typeCode with the given idRetrieves an item model of a specific typeCode with the given parameters
-
Constructor Details
-
DefaultSpiGenericDao
public DefaultSpiGenericDao(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService)
-
-
Method Details
-
getItem
Description copied from interface:SpiGenericDaoRetrieves an item model of a specific typeCode with the given id- Specified by:
getItemin interfaceSpiGenericDao- Parameters:
typeCode- the typeCode of the modelid- the id- Returns:
- the model found, null otherwise
-
getItem
Description copied from interface:SpiGenericDaoRetrieves an item model of a specific typeCode with the given parameters- Specified by:
getItemin interfaceSpiGenericDao- Parameters:
typeCode- the typeCode of the modelparams- the key-value pairs to filter the response- Returns:
- the model found, null otherwise
-
getFlexibleSearchService
protected de.hybris.platform.servicelayer.search.FlexibleSearchService getFlexibleSearchService()
-