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