Interface CorporateBodyService
-
- All Superinterfaces:
EntityService<de.digitalcollections.model.identifiable.entity.agent.CorporateBody>,IdentifiableService<de.digitalcollections.model.identifiable.entity.agent.CorporateBody>
- All Known Implementing Classes:
CorporateBodyServiceImpl
public interface CorporateBodyService extends EntityService<de.digitalcollections.model.identifiable.entity.agent.CorporateBody>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.digitalcollections.model.identifiable.entity.agent.CorporateBodyfetchAndSaveByGndId(String gndId)Get GND data from an official GND-source and save as new filled entity.-
Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.entity.EntityService
getByRefId, getRandom
-
Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.IdentifiableService
addRelatedEntity, addRelatedEntity, addRelatedFileresource, addRelatedFileresource, cleanupLabelFromUnwantedLocales, count, delete, delete, deleteIdentifiers, find, find, findByLanguageAndInitial, getAllFull, getAllReduced, getByIdentifier, getByIdentifier, getByUuid, getByUuidAndLocale, getLanguages, getRelatedEntities, getRelatedEntities, getRelatedFileResources, getRelatedFileResources, save, saveRelatedEntities, setRelatedEntities, setRelatedFileResources, setRelatedFileResources, update
-
-
-
-
Method Detail
-
fetchAndSaveByGndId
de.digitalcollections.model.identifiable.entity.agent.CorporateBody fetchAndSaveByGndId(String gndId)
Get GND data from an official GND-source and save as new filled entity.- Parameters:
gndId- GND-ID of entity, e.g. "2007744-0" (DFG)- Returns:
- filled and saved entity instance
-
-