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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<de.digitalcollections.model.api.identifiable.entity.parts.Subtopic>getSubtopics(de.digitalcollections.model.api.identifiable.entity.Topic topic)List<de.digitalcollections.model.api.identifiable.entity.parts.Subtopic>getSubtopics(UUID uuid)-
Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.entity.EntityService
addRelatedFileresource, addRelatedFileresource, addRelation, addRelation, getByRefId, getRelatedFileResources, getRelatedFileResources, getRelations, getRelations, saveRelatedFileResources, saveRelatedFileResources, saveRelations
-
Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.IdentifiableService
cleanupLabelFromUnwantedLocales, count, find, find, find, get, get, get, getByIdentifier, save, update
-
-