Uses of Class
de.digitalcollections.cudami.admin.business.api.service.exceptions.IdentifiableServiceException
-
-
Uses of IdentifiableServiceException in de.digitalcollections.cudami.admin.business.api.service.identifiable
Methods in de.digitalcollections.cudami.admin.business.api.service.identifiable that throw IdentifiableServiceException Modifier and Type Method Description IIdentifiableService. save(I identifiable)IIdentifiableService. update(I identifiable) -
Uses of IdentifiableServiceException in de.digitalcollections.cudami.admin.business.api.service.identifiable.entity.parts
Methods in de.digitalcollections.cudami.admin.business.api.service.identifiable.entity.parts that throw IdentifiableServiceException Modifier and Type Method Description 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.admin.business.impl.service.identifiable
Methods in de.digitalcollections.cudami.admin.business.impl.service.identifiable that throw IdentifiableServiceException Modifier and Type Method Description IIdentifiableServiceImpl. save(I identifiable)IIdentifiableServiceImpl. update(I identifiable) -
Uses of IdentifiableServiceException in de.digitalcollections.cudami.admin.business.impl.service.identifiable.entity.parts
Methods in de.digitalcollections.cudami.admin.business.impl.service.identifiable.entity.parts that throw IdentifiableServiceException Modifier and Type Method Description 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)
-