Class DefaultAgrGenericDao
java.lang.Object
de.hybris.platform.agreementservices.daos.impl.DefaultAgrGenericDao
- All Implemented Interfaces:
AgrGenericDao
Deprecated.
2208
Default implementation of
AgrGenericDao- Since:
- 2111
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultAgrGenericDao(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
-
DefaultAgrGenericDao
public DefaultAgrGenericDao(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService) Deprecated.
-
-
Method Details
-
getItem
Deprecated.Description copied from interface:AgrGenericDaoRetrieves an item model of a specific typeCode with the given id- Specified by:
getItemin interfaceAgrGenericDao- Parameters:
typeCode- the typeCode of the modelid- the id- Returns:
- the model found, null otherwise
-
getItem
Deprecated.Description copied from interface:AgrGenericDaoRetrieves an item model of a specific typeCode with the given parameters- Specified by:
getItemin interfaceAgrGenericDao- 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.
-