Class DefaultDealCategoryDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<DealCategoryModel>
de.hybris.platform.travelservices.dao.impl.DefaultDealCategoryDao
- All Implemented Interfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<DealCategoryModel>,DealCategoryDao
public class DefaultDealCategoryDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<DealCategoryModel>
implements DealCategoryDao
Default implementation of
DealCategoryDao-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindDealCategoriesByCode(String categoryCode) DAO service which finds a list of DealCategoryModel by codeMethods 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
-
DefaultDealCategoryDao
-
-
Method Details
-
findDealCategoriesByCode
Description copied from interface:DealCategoryDaoDAO service which finds a list of DealCategoryModel by code- Specified by:
findDealCategoriesByCodein interfaceDealCategoryDao- Returns:
- the list of DealCategoryModel
-