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.admin.backend.api.repository.identifiable.entity.WebsiteRepository<de.digitalcollections.model.api.identifiable.entity.Website> repository)  
    • Constructor Detail

      • WebsiteServiceImpl

        @Autowired
        public WebsiteServiceImpl​(de.digitalcollections.cudami.admin.backend.api.repository.identifiable.entity.WebsiteRepository<de.digitalcollections.model.api.identifiable.entity.Website> repository)
    • Method Detail

      • getRootNodes

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