Class DefaultAgrGenericDao

java.lang.Object
de.hybris.platform.agreementservices.daos.impl.DefaultAgrGenericDao
All Implemented Interfaces:
AgrGenericDao

@Deprecated(since="2208") public class DefaultAgrGenericDao extends Object implements AgrGenericDao
Deprecated.
2208
Default implementation of AgrGenericDao
Since:
2111
  • Constructor Details

    • DefaultAgrGenericDao

      public DefaultAgrGenericDao(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService)
      Deprecated.
  • Method Details

    • getItem

      public ItemModel getItem(String typeCode, String id)
      Deprecated.
      Description copied from interface: AgrGenericDao
      Retrieves an item model of a specific typeCode with the given id
      Specified by:
      getItem in interface AgrGenericDao
      Parameters:
      typeCode - the typeCode of the model
      id - the id
      Returns:
      the model found, null otherwise
    • getItem

      public ItemModel getItem(String typeCode, Map<String,String> params)
      Deprecated.
      Description copied from interface: AgrGenericDao
      Retrieves an item model of a specific typeCode with the given parameters
      Specified by:
      getItem in interface AgrGenericDao
      Parameters:
      typeCode - the typeCode of the model
      params - the key-value pairs to filter the response
      Returns:
      the model found, null otherwise
    • getFlexibleSearchService

      protected de.hybris.platform.servicelayer.search.FlexibleSearchService getFlexibleSearchService()
      Deprecated.