Class WebsiteServiceImpl

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

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

      Constructors 
      Constructor Description
      WebsiteServiceImpl​(de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.WebsiteRepository<de.digitalcollections.model.api.identifiable.entity.Website> repository)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<de.digitalcollections.model.api.identifiable.entity.parts.Webpage> getRootPages​(de.digitalcollections.model.api.identifiable.entity.Website website)  
      java.util.List<de.digitalcollections.model.api.identifiable.entity.parts.Webpage> getRootPages​(java.util.UUID uuid)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebsiteServiceImpl

        @Autowired
        public WebsiteServiceImpl​(de.digitalcollections.cudami.server.backend.api.repository.identifiable.entity.WebsiteRepository<de.digitalcollections.model.api.identifiable.entity.Website> 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<de.digitalcollections.model.api.identifiable.entity.Website>
      • getRootPages

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