Class SharedAbstractPageItemCollector

    • Constructor Detail

      • SharedAbstractPageItemCollector

        public SharedAbstractPageItemCollector()
    • Method Detail

      • slotFromActiveCatalogVersion

        protected boolean slotFromActiveCatalogVersion​(ContentSlotModel slot)
        Verifies that the content slot is from active catalog version.
        Parameters:
        slot - the slot to verify
        Returns:
        true if slot from active catalog version, false otherwise.
      • contentSlotAndVersionExist

        protected boolean contentSlotAndVersionExist​(ContentSlotData contentSlotData)
        Verifies that the content slot is available in ContentSlotData object.
        Parameters:
        contentSlotData - the object to verify
        Returns:
        true if content slot available, false otherwise.
      • getContentSlotExistsPredicate

        @Deprecated(since="2105",
                    forRemoval=true)
        protected java.util.function.Predicate<java.lang.String> getContentSlotExistsPredicate()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setContentSlotExistsPredicate

        @Deprecated(since="2105",
                    forRemoval=true)
        public void setContentSlotExistsPredicate​(java.util.function.Predicate<java.lang.String> contentSlotExistsPredicate)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setSynchronizationCacheService

        public void setSynchronizationCacheService​(SynchronizationCacheService synchronizationCacheService)
      • setCmsAdminSiteService

        public void setCmsAdminSiteService​(CMSAdminSiteService cmsAdminSiteService)