Class DefaultPrGenericDao
java.lang.Object
de.hybris.platform.partyroleservices.daos.impl.DefaultPrGenericDao
- All Implemented Interfaces:
PrGenericDao
Deprecated.
2208
Default implementation of
PrGenericDao- Since:
- 2205
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultPrGenericDao(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.search.FlexibleSearchServiceDeprecated.Deprecated.Retrieves an item model of a specific typeCode with the given idDeprecated.Retrieves an item model of a specific typeCode with the given parameters
-
Constructor Details
-
DefaultPrGenericDao
public DefaultPrGenericDao(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService) Deprecated.
-
-
Method Details
-
getItem
Deprecated.Description copied from interface:PrGenericDaoRetrieves an item model of a specific typeCode with the given id- Specified by:
getItemin interfacePrGenericDao- Parameters:
typeCode- the typeCode of the modelid- the id- Returns:
- the model found, null otherwise
-
getItem
Deprecated.Description copied from interface:PrGenericDaoRetrieves an item model of a specific typeCode with the given parameters- Specified by:
getItemin interfacePrGenericDao- 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()Deprecated.
-