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_ALIASFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCMSComponentsByContentSlot(String contentSlotId, List<CatalogVersionModel> catalogVersions) Find components in given content slot and catalog versionMethods inherited from class de.hybris.platform.cms2.servicelayer.daos.impl.DefaultCMSComponentDao
findAllCMSComponentsByCatalogVersion, findAllCMSComponentsByCatalogVersions, findByCatalogVersionAndMask, findCMSComponentContainersByIdAndCatalogVersion, findCMSComponents, findCMSComponentsById, findCMSComponentsByIdAndCatalogVersion, findCMSComponentsByIdAndCatalogVersions, findCMSComponentsByIdsAndCatalogVersions, findCMSComponentsOfContainerByIdAndCatalogVersion, getComponentReferenceCountOutsidePage, getPaginatedFlexibleSearchService, setPaginatedFlexibleSearchServiceMethods inherited from class de.hybris.platform.cms2.servicelayer.daos.impl.AbstractCMSItemDao
buildQuery, findSortQuery, getCmsSortQueryDataRegistry, setCmsSortQueryDataRegistryMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cms2.servicelayer.daos.CMSComponentDao
findAllCMSComponentsByCatalogVersion, findAllCMSComponentsByCatalogVersions, findByCatalogVersionAndMask, findCMSComponentContainersByIdAndCatalogVersion, findCMSComponents, findCMSComponentsById, findCMSComponentsByIdAndCatalogVersion, findCMSComponentsByIdAndCatalogVersions, findCMSComponentsByIdsAndCatalogVersions, findCMSComponentsOfContainerByIdAndCatalogVersion, getComponentReferenceCountOutsidePage
-
Constructor Details
-
DefaultMarketplaceCMSComponentDao
public DefaultMarketplaceCMSComponentDao()
-
-
Method Details
-
findCMSComponentsByContentSlot
public List<AbstractCMSComponentModel> findCMSComponentsByContentSlot(String contentSlotId, 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
-