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
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    findUnique(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, setFlexibleSearchService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao

    find, find, find, find, find
  • Constructor Details

    • DefaultBaGenericSearchDao

      public DefaultBaGenericSearchDao(String typeCode)
      Deprecated.
  • Method Details

    • findUnique

      public M findUnique(Map<String,? extends Object> params)
      Deprecated.
      Description copied from interface: BaGenericSearchDao
      Searches for a unique model based on given parameters. If none or multiple models are found, a specific exception will be thrown.
      Specified by:
      findUnique in interface BaGenericSearchDao<M extends ItemModel>
      Parameters:
      params - Map containing name-value pairs used for identifying the unique model
      Returns:
      model for given parameter