Interface MarketplaceCMSComponentDao
- All Superinterfaces:
CMSComponentDao,Dao
- All Known Implementing Classes:
DefaultMarketplaceCMSComponentDao
Marketplace CMS Component Dao
-
Method Summary
Modifier and TypeMethodDescriptionfindCMSComponentsByContentSlot(String contentSlotId, List<CatalogVersionModel> catalogVersions) Find components in given content slot and catalog versionMethods inherited from interface de.hybris.platform.cms2.servicelayer.daos.CMSComponentDao
findAllCMSComponentsByCatalogVersion, findAllCMSComponentsByCatalogVersions, findByCatalogVersionAndMask, findCMSComponentContainersByIdAndCatalogVersion, findCMSComponents, findCMSComponentsById, findCMSComponentsByIdAndCatalogVersion, findCMSComponentsByIdAndCatalogVersions, findCMSComponentsByIdsAndCatalogVersions, findCMSComponentsOfContainerByIdAndCatalogVersion, getComponentReferenceCountOutsidePage
-
Method Details
-
findCMSComponentsByContentSlot
List<AbstractCMSComponentModel> findCMSComponentsByContentSlot(String contentSlotId, List<CatalogVersionModel> catalogVersions) Find components in given content slot and catalog version- Parameters:
contentSlotId- Id of content slotcatalogVersions- List of catalogVersions- Returns:
- List of component
-