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)NNodeService. saveWithParent(N child, UUID parentUuid)IIdentifiableService. update(I identifiable) -
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. saveWithParentTopic(de.digitalcollections.model.api.identifiable.entity.parts.Subtopic subtopic, UUID parentTopicUuid)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 voidFileResourceBinaryService. assertReadability(de.digitalcollections.model.api.identifiable.resource.FileResource resource)de.digitalcollections.model.api.identifiable.resource.FileResourceFileResourceBinaryService. find(String uuid, de.digitalcollections.model.api.identifiable.resource.MimeType mimeType)byte[]FileResourceBinaryService. getAsBytes(de.digitalcollections.model.api.identifiable.resource.FileResource resource)DocumentFileResourceBinaryService. getAsDocument(de.digitalcollections.model.api.identifiable.resource.FileResource resource)InputStreamFileResourceBinaryService. getInputStream(de.digitalcollections.model.api.identifiable.resource.FileResource resource)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)EEntityServiceImpl. save(E entity)de.digitalcollections.model.api.identifiable.entity.CollectionCollectionServiceImpl. saveWithParent(de.digitalcollections.model.api.identifiable.entity.Collection child, UUID parentUuid)EEntityServiceImpl. update(E entity) -
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.SubtopicSubtopicServiceImpl. saveWithParent(de.digitalcollections.model.api.identifiable.entity.parts.Subtopic child, UUID parentSubtopicUuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpageWebpageServiceImpl. saveWithParent(de.digitalcollections.model.api.identifiable.entity.parts.Webpage child, UUID parentUuid)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. 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 voidFileResourceBinaryServiceImpl. assertReadability(de.digitalcollections.model.api.identifiable.resource.FileResource resource)de.digitalcollections.model.api.identifiable.resource.FileResourceFileResourceBinaryServiceImpl. find(String uuid, de.digitalcollections.model.api.identifiable.resource.MimeType mimeType)byte[]FileResourceBinaryServiceImpl. getAsBytes(de.digitalcollections.model.api.identifiable.resource.FileResource resource)DocumentFileResourceBinaryServiceImpl. getAsDocument(de.digitalcollections.model.api.identifiable.resource.FileResource resource)InputStreamFileResourceBinaryServiceImpl. getInputStream(de.digitalcollections.model.api.identifiable.resource.FileResource resource)de.digitalcollections.model.api.identifiable.resource.FileResourceFileResourceBinaryServiceImpl. save(de.digitalcollections.model.api.identifiable.resource.FileResource fileResource, InputStream binaryData)de.digitalcollections.model.api.identifiable.resource.FileResourceFileResourceMetadataServiceImpl. save(de.digitalcollections.model.api.identifiable.resource.FileResource fileResource)de.digitalcollections.model.api.identifiable.resource.FileResourceFileResourceMetadataServiceImpl. update(de.digitalcollections.model.api.identifiable.resource.FileResource fileResource)
-