Class WebsiteServiceImpl

    • Method Detail

      • findRootPages

        public de.digitalcollections.model.paging.SearchPageResponse<de.digitalcollections.model.identifiable.web.Webpage> findRootPages​(UUID uuid,
                                                                                                                                         de.digitalcollections.model.paging.SearchPageRequest pageRequest)
        Specified by:
        findRootPages in interface WebsiteService
      • updateRootPagesOrder

        public boolean updateRootPagesOrder​(de.digitalcollections.model.identifiable.entity.Website website,
                                            List<de.digitalcollections.model.identifiable.web.Webpage> rootPages)
        Specified by:
        updateRootPagesOrder in interface WebsiteService
      • updateRootPagesOrder

        public boolean updateRootPagesOrder​(UUID websiteUuid,
                                            List<de.digitalcollections.model.identifiable.web.Webpage> rootPages)
        Specified by:
        updateRootPagesOrder in interface WebsiteService