Class DefaultTmaCategoryService
java.lang.Object
de.hybris.platform.servicelayer.internal.service.AbstractService
de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
de.hybris.platform.category.impl.DefaultCategoryService
de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaCategoryService
- All Implemented Interfaces:
TmaCategoryService,de.hybris.platform.category.CategoryService,Serializable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.InitializingBean
public class DefaultTmaCategoryService
extends de.hybris.platform.category.impl.DefaultCategoryService
implements TmaCategoryService
Default implementation for
TmaCategoryService.- Since:
- 1903
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
de.hybris.platform.servicelayer.internal.service.AbstractService.SerializableDTO -
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
modelService, sessionService, txManagerFields inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
tenant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllCategories(Map<String, Object> params) Retrieves all theCategoryModels.protected TmaCategoryDaovoidsetTmaCategoryDao(TmaCategoryDao tmaCategoryDao) Methods inherited from class de.hybris.platform.category.impl.DefaultCategoryService
disableSubcategoryRemovalCheck, enableSubcategoryRemovalCheck, getAllSubcategoriesForCategory, getAllSupercategoriesForCategory, getCategoriesForCode, getCategory, getCategory, getCategoryForCode, getCategoryForCode, getCategoryPathForProduct, getPath, getPathForCategory, getPathsForCategory, getRootCategories, getRootCategoriesForCatalogVersion, isEmpty, isRoot, isSetAllowedPrincipalsRecursivelyDisabled, isSubcategoryRemovalCheckDisabled, setAllowedPrincipalsForAllRelatedCategories, setAllowedPrincipalsForCategory, setCatalogVersionService, setCategoryDao, setCategoryPrincipalStrategyMethods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractBusinessService
getModelService, getSessionService, getTxManager, setModelService, setSessionService, setTxManagerMethods inherited from class de.hybris.platform.servicelayer.internal.service.AbstractService
afterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, writeReplaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.category.CategoryService
disableSubcategoryRemovalCheck, enableSubcategoryRemovalCheck, getAllSubcategoriesForCategory, getAllSupercategoriesForCategory, getCategoriesForCode, getCategory, getCategory, getCategoryForCode, getCategoryForCode, getCategoryPathForProduct, getPath, getPathForCategory, getPathsForCategory, getRootCategories, getRootCategoriesForCatalogVersion, isEmpty, isRoot, isSetAllowedPrincipalsRecursivelyDisabled, isSubcategoryRemovalCheckDisabled, setAllowedPrincipalsForAllRelatedCategories, setAllowedPrincipalsForCategory
-
Constructor Details
-
DefaultTmaCategoryService
public DefaultTmaCategoryService()
-
-
Method Details
-
getAllCategories
Description copied from interface:TmaCategoryServiceRetrieves all theCategoryModels.- Specified by:
getAllCategoriesin interfaceTmaCategoryService- Parameters:
params- Used to filter the results.- Returns:
- all found
CategoryModels or an empty collection if no categories can be found
-
setTmaCategoryDao
-
getTmaCategoryDao
-