Interface ExternalCorporateBodyRepository
-
public interface ExternalCorporateBodyRepositoryRepository for external CorporateBody persistence handling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.digitalcollections.model.identifiable.entity.agent.CorporateBodygetByGndId(String gndId)Get GND data from an official GND-source and return as new filled entity.
-
-
-
Method Detail
-
getByGndId
de.digitalcollections.model.identifiable.entity.agent.CorporateBody getByGndId(String gndId)
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
-
-