Class DefaultTmaCategoryDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.category.daos.impl.DefaultCategoryDao
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaCategoryDao
- All Implemented Interfaces:
TmaCategoryDao,de.hybris.platform.category.daos.CategoryDao,de.hybris.platform.servicelayer.internal.dao.Dao
public class DefaultTmaCategoryDao
extends de.hybris.platform.category.daos.impl.DefaultCategoryDao
implements TmaCategoryDao
Default implementation for
CategoryDao.- Since:
- 1903
-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllCategories(Map<String, Object> params) Finds allCategoryModels that belong to the current site.de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<CategoryModel>voidsetFlexibleSearchService(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService) Methods inherited from class de.hybris.platform.category.daos.impl.DefaultCategoryDao
findCategories, findCategoriesByCatalogVersionAndProduct, findCategoriesByCode, findCategoriesByCode, findOrderedRootCategoriesForCatalogVersion, findRootCategories, findRootCategoriesByCatalogVersionMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setModelServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.category.daos.CategoryDao
findCategories, findCategoriesByCatalogVersionAndProduct, findCategoriesByCode, findCategoriesByCode, findOrderedRootCategoriesForCatalogVersion, findRootCategories, findRootCategoriesByCatalogVersion
-
Constructor Details
-
DefaultTmaCategoryDao
public DefaultTmaCategoryDao()
-
-
Method Details
-
findAllCategories
Description copied from interface:TmaCategoryDaoFinds allCategoryModels that belong to the current site.- Specified by:
findAllCategoriesin interfaceTmaCategoryDao- Parameters:
params- Used to filter the results.- Returns:
- all found
CategoryModels, or an empty collection if no category can be found
-
getDefaultGenericDao
public de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<CategoryModel> getDefaultGenericDao() -
setFlexibleSearchService
public void setFlexibleSearchService(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService) - Overrides:
setFlexibleSearchServicein classde.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-