Class WebsiteServiceImpl

  • All Implemented Interfaces:
    EntityService<de.digitalcollections.model.api.identifiable.entity.Website>, WebsiteService, IdentifiableService<de.digitalcollections.model.api.identifiable.entity.Website>

    @Service
    public class WebsiteServiceImpl
    extends EntityServiceImpl<de.digitalcollections.model.api.identifiable.entity.Website>
    implements WebsiteService
    Service for Website handling.
    • Constructor Detail

      • WebsiteServiceImpl

        @Autowired
        public WebsiteServiceImpl​(WebsiteRepository repository)
    • Method Detail

      • getRootPages

        public List<de.digitalcollections.model.api.identifiable.entity.parts.Webpage> getRootPages​(de.digitalcollections.model.api.identifiable.entity.Website website)
        Specified by:
        getRootPages in interface WebsiteService
      • getRootPages

        public List<de.digitalcollections.model.api.identifiable.entity.parts.Webpage> getRootPages​(UUID uuid)
        Specified by:
        getRootPages in interface WebsiteService
      • getRootPages

        public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.api.identifiable.entity.parts.Webpage> getRootPages​(UUID uuid,
                                                                                                                                                   de.digitalcollections.model.api.paging.PageRequest pageRequest)
        Specified by:
        getRootPages in interface WebsiteService