Interface ExternalCorporateBodyRepository
public interface ExternalCorporateBodyRepository
Repository for external CorporateBody persistence handling.
-
Method Summary
Modifier and TypeMethodDescriptionde.digitalcollections.model.identifiable.entity.agent.CorporateBodygetByGndId(String gndId) Get GND data from an official GND-source and return as new filled entity.
-
Method Details
-
getByGndId
Get GND data from an official GND-source and return as new filled entity.- Parameters:
gndId- GND-ID of entity, e.g. "2007744-0" (DFG)- Returns:
- filled entity instance
-