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​(de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.WebsiteRepository repository)
    • Method Detail

      • getRootPages

        public java.util.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 java.util.List<de.digitalcollections.model.api.identifiable.entity.parts.Webpage> getRootPages​(java.util.UUID uuid)
        Specified by:
        getRootPages in interface WebsiteService