Package de.hybris.platform.category.daos
Interface CatalogTypeDao
- All Known Implementing Classes:
DefaultCatalogTypeDao
public interface CatalogTypeDao
Dao to manage types that are catalog aware.
-
Method Summary
Modifier and TypeMethodDescriptionFind all composed types with CATALOGITEMTYPE = true
-
Method Details
-
findAllCatalogVersionAwareTypes
List<ComposedTypeModel> findAllCatalogVersionAwareTypes()Find all composed types with CATALOGITEMTYPE = true- Returns:
- the list of composed type models
-