Class DefaultTmaGenericItemDao
java.lang.Object
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaGenericItemDao
- All Implemented Interfaces:
TmaGenericItemDao
Default implementation of
TmaGenericItemDao- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTmaGenericItemDao(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
-
DefaultTmaGenericItemDao
public DefaultTmaGenericItemDao(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService)
-
-
Method Details
-
getItem
Description copied from interface:TmaGenericItemDaoRetrieves an item model of a specific typeCode with the given id- Specified by:
getItemin interfaceTmaGenericItemDao- Parameters:
typeCode- the typeCode of the modelid- the id- Returns:
- the model found, null otherwise
-
getItem
Description copied from interface:TmaGenericItemDaoRetrieves an item model of a specific typeCode with the given parameters- Specified by:
getItemin interfaceTmaGenericItemDao- 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()
-