Class DefaultMarketplaceCMSComponentDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-
- de.hybris.platform.cms2.servicelayer.daos.impl.AbstractCMSItemDao
-
- de.hybris.platform.cms2.servicelayer.daos.impl.DefaultCMSComponentDao
-
- de.hybris.platform.marketplaceservices.dao.impl.DefaultMarketplaceCMSComponentDao
-
- All Implemented Interfaces:
CMSComponentDao,MarketplaceCMSComponentDao,Dao
public class DefaultMarketplaceCMSComponentDao extends DefaultCMSComponentDao implements MarketplaceCMSComponentDao
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cms2.servicelayer.daos.impl.DefaultCMSComponentDao
CATALOG_VERSIONS_QUERY_PARAM, QUERY_ALIAS
-
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService
-
-
Constructor Summary
Constructors Constructor Description DefaultMarketplaceCMSComponentDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AbstractCMSComponentModel>findCMSComponentsByContentSlot(java.lang.String contentSlotId, java.util.List<CatalogVersionModel> catalogVersions)Find components in given content slot and catalog version-
Methods inherited from class de.hybris.platform.cms2.servicelayer.daos.impl.DefaultCMSComponentDao
findAllCMSComponentsByCatalogVersion, findAllCMSComponentsByCatalogVersions, findByCatalogVersionAndMask, findCMSComponentContainersByIdAndCatalogVersion, findCMSComponents, findCMSComponentsById, findCMSComponentsByIdAndCatalogVersion, findCMSComponentsByIdAndCatalogVersions, findCMSComponentsByIdsAndCatalogVersions, findCMSComponentsOfContainerByIdAndCatalogVersion, getComponentReferenceCountOutsidePage, getPaginatedFlexibleSearchService, setPaginatedFlexibleSearchService
-
Methods inherited from class de.hybris.platform.cms2.servicelayer.daos.impl.AbstractCMSItemDao
buildQuery, findSortQuery, getCmsSortQueryDataRegistry, setCmsSortQueryDataRegistry
-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cms2.servicelayer.daos.CMSComponentDao
findAllCMSComponentsByCatalogVersion, findAllCMSComponentsByCatalogVersions, findByCatalogVersionAndMask, findCMSComponentContainersByIdAndCatalogVersion, findCMSComponents, findCMSComponentsById, findCMSComponentsByIdAndCatalogVersion, findCMSComponentsByIdAndCatalogVersions, findCMSComponentsByIdsAndCatalogVersions, findCMSComponentsOfContainerByIdAndCatalogVersion, getComponentReferenceCountOutsidePage
-
-
-
-
Method Detail
-
findCMSComponentsByContentSlot
public java.util.List<AbstractCMSComponentModel> findCMSComponentsByContentSlot(java.lang.String contentSlotId, java.util.List<CatalogVersionModel> catalogVersions)
Description copied from interface:MarketplaceCMSComponentDaoFind components in given content slot and catalog version- Specified by:
findCMSComponentsByContentSlotin interfaceMarketplaceCMSComponentDao- Parameters:
contentSlotId- Id of content slotcatalogVersions- List of catalogVersions- Returns:
- List of component
-
-