Class ContentService


  • @Service
    public class ContentService
    extends Object
    • Constructor Detail

      • ContentService

        public ContentService​(CudamiConfig cudamiConfig,
                              de.digitalcollections.cudami.client.CudamiClient cudamiClient)
    • Method Detail

      • getContentPages

        public List<de.digitalcollections.model.identifiable.web.Webpage> getContentPages()
      • getFooterPages

        public List<de.digitalcollections.model.identifiable.web.Webpage> getFooterPages()
      • getStartPage

        public de.digitalcollections.model.identifiable.web.Webpage getStartPage()
      • getWebpage

        public org.apache.commons.lang3.tuple.Pair<de.digitalcollections.model.identifiable.web.Webpage,​Locale> getWebpage​(UUID uuid)
      • getWebsite

        public de.digitalcollections.model.identifiable.entity.Website getWebsite()
      • isActive

        public boolean isActive​(de.digitalcollections.model.identifiable.web.Webpage f)