Interface DealCategoryDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<DealCategoryModel>
All Known Implementing Classes:
DefaultDealCategoryDao

public interface DealCategoryDao extends de.hybris.platform.servicelayer.internal.dao.GenericDao<DealCategoryModel>
Interface that exposes Deal Category specific DAO services
  • Method Summary

    Modifier and Type
    Method
    Description
    DAO service which finds a list of DealCategoryModel by code

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

    find, find, find, find, find
  • Method Details

    • findDealCategoriesByCode

      List<DealCategoryModel> findDealCategoriesByCode(String categoryCode)
      DAO service which finds a list of DealCategoryModel by code
      Returns:
      the list of DealCategoryModel