All Superinterfaces:
EntityService<de.digitalcollections.model.api.identifiable.entity.Topic>, IdentifiableService<de.digitalcollections.model.api.identifiable.entity.Topic>
All Known Implementing Classes:
TopicServiceImpl

public interface TopicService
extends EntityService<de.digitalcollections.model.api.identifiable.entity.Topic>
Service for Topic.
  • Method Details

    • getSubtopics

      default java.util.List<de.digitalcollections.model.api.identifiable.entity.parts.Subtopic> getSubtopics​(de.digitalcollections.model.api.identifiable.entity.Topic topic)
    • getSubtopics

      java.util.List<de.digitalcollections.model.api.identifiable.entity.parts.Subtopic> getSubtopics​(java.util.UUID uuid)