Uses of Class
de.digitalcollections.cudami.server.business.api.service.exceptions.IdentifiableServiceException
-
-
Uses of IdentifiableServiceException in de.digitalcollections.cudami.server.business.api.service.identifiable
Methods in de.digitalcollections.cudami.server.business.api.service.identifiable that throw IdentifiableServiceException Modifier and Type Method Description IIdentifiableService. get(UUID uuid, Locale locale)IIdentifiableService. save(I identifiable)IIdentifiableService. update(I identifiable) -
Uses of IdentifiableServiceException in de.digitalcollections.cudami.server.business.api.service.identifiable.entity
Methods in de.digitalcollections.cudami.server.business.api.service.identifiable.entity that throw IdentifiableServiceException Modifier and Type Method Description de.digitalcollections.model.api.identifiable.entity.ArticleArticleService. get(UUID uuid, Locale locale)de.digitalcollections.model.api.identifiable.entity.CollectionCollectionService. saveWithParentCollection(de.digitalcollections.model.api.identifiable.entity.Collection collection, UUID parentUuid) -
Uses of IdentifiableServiceException in de.digitalcollections.cudami.server.business.api.service.identifiable.entity.parts
Methods in de.digitalcollections.cudami.server.business.api.service.identifiable.entity.parts that throw IdentifiableServiceException Modifier and Type Method Description de.digitalcollections.model.api.identifiable.entity.parts.SubtopicSubtopicService. addSubtopicToParentSubtopic(UUID subtopicUuid, UUID parentSubtopicUuid)de.digitalcollections.model.api.identifiable.entity.parts.SubtopicSubtopicService. addSubtopicToParentTopic(UUID subtopicUuid, UUID parentTopicUuid)de.digitalcollections.model.api.identifiable.entity.parts.SubtopicSubtopicService. get(UUID uuid, Locale locale)de.digitalcollections.model.api.identifiable.entity.parts.SubtopicSubtopicService. saveWithParentSubtopic(de.digitalcollections.model.api.identifiable.entity.parts.Subtopic subtopic, UUID parentSubtopicUuid)de.digitalcollections.model.api.identifiable.entity.parts.SubtopicSubtopicService. saveWithParentTopic(de.digitalcollections.model.api.identifiable.entity.parts.Subtopic subtopic, UUID parentTopicUuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpageWebpageService. saveWithParentWebpage(de.digitalcollections.model.api.identifiable.entity.parts.Webpage webpage, UUID parentWebpageUuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpageWebpageService. saveWithParentWebsite(de.digitalcollections.model.api.identifiable.entity.parts.Webpage webpage, UUID parentWebsiteUuid) -
Uses of IdentifiableServiceException in de.digitalcollections.cudami.server.business.api.service.identifiable.resource
Methods in de.digitalcollections.cudami.server.business.api.service.identifiable.resource that throw IdentifiableServiceException Modifier and Type Method Description de.digitalcollections.model.api.identifiable.resource.FileResourceFileResourceBinaryService. save(de.digitalcollections.model.api.identifiable.resource.FileResource fileResource, InputStream binaryData) -
Uses of IdentifiableServiceException in de.digitalcollections.cudami.server.business.impl.service.identifiable
Methods in de.digitalcollections.cudami.server.business.impl.service.identifiable that throw IdentifiableServiceException Modifier and Type Method Description IIdentifiableServiceImpl. get(UUID uuid, Locale locale)IIdentifiableServiceImpl. save(I identifiable)IIdentifiableServiceImpl. update(I identifiable) -
Uses of IdentifiableServiceException in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity
Methods in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity that throw IdentifiableServiceException Modifier and Type Method Description de.digitalcollections.model.api.identifiable.entity.ArticleArticleServiceImpl. get(UUID uuid, Locale locale)de.digitalcollections.model.api.identifiable.entity.CollectionCollectionServiceImpl. saveWithParentCollection(de.digitalcollections.model.api.identifiable.entity.Collection collection, UUID parentUuid) -
Uses of IdentifiableServiceException in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.parts
Methods in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.parts that throw IdentifiableServiceException Modifier and Type Method Description de.digitalcollections.model.api.identifiable.entity.parts.SubtopicSubtopicServiceImpl. addSubtopicToParentSubtopic(UUID subtopicUuid, UUID parentSubtopicUuid)de.digitalcollections.model.api.identifiable.entity.parts.SubtopicSubtopicServiceImpl. addSubtopicToParentTopic(UUID subtopicUuid, UUID parentTopicUuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpageWebpageServiceImpl. get(UUID uuid, Locale locale)de.digitalcollections.model.api.identifiable.entity.parts.SubtopicSubtopicServiceImpl. saveWithParentSubtopic(de.digitalcollections.model.api.identifiable.entity.parts.Subtopic subtopic, UUID parentSubtopicUuid)de.digitalcollections.model.api.identifiable.entity.parts.SubtopicSubtopicServiceImpl. saveWithParentTopic(de.digitalcollections.model.api.identifiable.entity.parts.Subtopic subtopic, UUID parentTopicUuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpageWebpageServiceImpl. saveWithParentWebpage(de.digitalcollections.model.api.identifiable.entity.parts.Webpage webpage, UUID parentWebpageUuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpageWebpageServiceImpl. saveWithParentWebsite(de.digitalcollections.model.api.identifiable.entity.parts.Webpage webpage, UUID parentWebsiteUuid) -
Uses of IdentifiableServiceException in de.digitalcollections.cudami.server.business.impl.service.identifiable.resource
Methods in de.digitalcollections.cudami.server.business.impl.service.identifiable.resource that throw IdentifiableServiceException Modifier and Type Method Description de.digitalcollections.model.api.identifiable.resource.FileResourceFileResourceBinaryServiceImpl. save(de.digitalcollections.model.api.identifiable.resource.FileResource fileResource, InputStream binaryData)
-