Class CudamiClientImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.util.Locale> getAllLocales()  
      java.util.Locale getDefaultLocale()  
      de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage​(java.lang.String uuid)  
      de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage​(java.util.Locale locale, java.lang.String uuid)  
      de.digitalcollections.model.api.identifiable.entity.Website getWebsite​(java.lang.String uuid)  
      • Methods inherited from class java.lang.Object

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

      • CudamiClientImpl

        public CudamiClientImpl​(CudamiBackend backend)
    • Method Detail

      • getAllLocales

        public java.util.List<java.util.Locale> getAllLocales()
                                                       throws java.lang.Exception
        Specified by:
        getAllLocales in interface CudamiClient
        Throws:
        java.lang.Exception
      • getDefaultLocale

        public java.util.Locale getDefaultLocale()
                                          throws java.lang.Exception
        Specified by:
        getDefaultLocale in interface CudamiClient
        Throws:
        java.lang.Exception
      • getWebpage

        public de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage​(java.lang.String uuid)
        Specified by:
        getWebpage in interface CudamiClient
      • getWebpage

        public de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage​(java.util.Locale locale,
                                                                                            java.lang.String uuid)
        Specified by:
        getWebpage in interface CudamiClient
      • getWebsite

        public de.digitalcollections.model.api.identifiable.entity.Website getWebsite​(java.lang.String uuid)
        Specified by:
        getWebsite in interface CudamiClient