Class DefaultBaGenericSearchDao<M extends ItemModel>
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<M>
de.hybris.platform.billingaccountservices.daos.impl.DefaultBaGenericSearchDao<M>
- All Implemented Interfaces:
BaGenericSearchDao<M>,de.hybris.platform.servicelayer.internal.dao.GenericDao<M>
@Deprecated(since="2208")
public class DefaultBaGenericSearchDao<M extends ItemModel>
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<M>
implements BaGenericSearchDao<M>
Deprecated.
2208
Data Access Object for retrieving models using generic searches.
- Since:
- 2105
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindUnique(Map<String, ? extends Object> params) Deprecated.Searches for a unique model based on given parameters.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao
find, find, find, find, find
-
Constructor Details
-
DefaultBaGenericSearchDao
Deprecated.
-
-
Method Details
-
findUnique
Deprecated.Description copied from interface:BaGenericSearchDaoSearches for a unique model based on given parameters. If none or multiple models are found, a specific exception will be thrown.- Specified by:
findUniquein interfaceBaGenericSearchDao<M extends ItemModel>- Parameters:
params-Mapcontaining name-value pairs used for identifying the unique model- Returns:
- model for given parameter
-