Class DefaultAsCategoryDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<T>
de.hybris.platform.adaptivesearch.daos.impl.AbstractAsGenericDao<CategoryModel>
de.hybris.platform.adaptivesearch.daos.impl.DefaultAsCategoryDao
- All Implemented Interfaces:
AsCategoryDao,GenericDao<CategoryModel>
public class DefaultAsCategoryDao
extends AbstractAsGenericDao<CategoryModel>
implements AsCategoryDao
Default implementation of
AsConfigurationDao.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCategoriesByCatalogVersion(CatalogVersionModel catalogVersion) Finds the categories for a specific catalog version.findCategoryRelationsByCatalogVersion(CatalogVersionModel catalogVersion) Finds the categories for a specific catalog version.Methods inherited from class de.hybris.platform.adaptivesearch.daos.impl.AbstractAsGenericDao
appendAndClause, appendClause, appendLikeClause, appendOrderByClause, appendWhereClause, buildPagination, buildQuery, buildQuery, buildSearchPageData, createQuery, queryList, queryListMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultAsCategoryDao
public DefaultAsCategoryDao()Creates DAO forCategoryModel.
-
-
Method Details
-
findCategoriesByCatalogVersion
Description copied from interface:AsCategoryDaoFinds the categories for a specific catalog version.- Specified by:
findCategoriesByCatalogVersionin interfaceAsCategoryDao- Parameters:
catalogVersion- - the catalog version- Returns:
- the categories
-
findCategoryRelationsByCatalogVersion
Description copied from interface:AsCategoryDaoFinds the categories for a specific catalog version.- Specified by:
findCategoryRelationsByCatalogVersionin interfaceAsCategoryDao- Parameters:
catalogVersion- - the catalog version- Returns:
- the categories
-