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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ComposedTypeModel>
findAllCatalogVersionAwareTypes()
Find all composed types with CATALOGITEMTYPE = true
-
-
-
Method Detail
-
findAllCatalogVersionAwareTypes
java.util.List<ComposedTypeModel> findAllCatalogVersionAwareTypes()
Find all composed types with CATALOGITEMTYPE = true- Returns:
- the list of composed type models
-
-