java.lang.Object
de.digitalcollections.cudami.server.backend.impl.lobid.identifiable.entity.agent.ExternalCorporateBodyRepositoryImpl
All Implemented Interfaces:
ExternalCorporateBodyRepository

@Repository
public class ExternalCorporateBodyRepositoryImpl
extends java.lang.Object
implements ExternalCorporateBodyRepository
  • Constructor Summary

    Constructors
    Constructor Description
    ExternalCorporateBodyRepositoryImpl​(LobidClient lobidClient)  
  • Method Summary

    Modifier and Type Method Description
    de.digitalcollections.model.api.identifiable.entity.agent.CorporateBody getByGndId​(java.lang.String gndId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExternalCorporateBodyRepositoryImpl

      public ExternalCorporateBodyRepositoryImpl​(LobidClient lobidClient)
  • Method Details