Interface TopicService

  • 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 Detail

      • getSubtopics

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

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