Class CudamiRepositoryImpl
- java.lang.Object
-
- de.digitalcollections.cudami.client.spring.backend.CudamiRepositoryImpl
-
- All Implemented Interfaces:
CudamiRepository
@Repository public class CudamiRepositoryImpl extends java.lang.Object implements CudamiRepository
-
-
Constructor Summary
Constructors Constructor Description CudamiRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.util.Locale>getAllLocales()java.util.LocalegetDefaultLocale()de.digitalcollections.model.api.identifiable.entity.parts.WebpagegetWebpage(java.lang.String uuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpagegetWebpage(java.util.Locale locale, java.lang.String uuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpagegetWebpage(java.util.Locale locale, java.util.UUID uuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpagegetWebpage(java.util.UUID uuid)de.digitalcollections.model.api.identifiable.entity.WebsitegetWebsite(java.lang.String uuid)
-
-
-
Method Detail
-
getAllLocales
public java.util.List<java.util.Locale> getAllLocales() throws java.lang.Exception- Specified by:
getAllLocalesin interfaceCudamiRepository- Throws:
java.lang.Exception
-
getDefaultLocale
public java.util.Locale getDefaultLocale() throws java.lang.Exception- Specified by:
getDefaultLocalein interfaceCudamiRepository- Throws:
java.lang.Exception
-
getWebpage
public de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.UUID uuid) throws java.lang.Exception- Specified by:
getWebpagein interfaceCudamiRepository- Throws:
java.lang.Exception
-
getWebpage
public de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.Locale locale, java.util.UUID uuid) throws java.lang.Exception- Specified by:
getWebpagein interfaceCudamiRepository- Throws:
java.lang.Exception
-
getWebpage
public de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.lang.String uuid) throws java.lang.Exception- Specified by:
getWebpagein interfaceCudamiRepository- Throws:
java.lang.Exception
-
getWebpage
public de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.Locale locale, java.lang.String uuid) throws java.lang.Exception- Specified by:
getWebpagein interfaceCudamiRepository- Throws:
java.lang.Exception
-
getWebsite
public de.digitalcollections.model.api.identifiable.entity.Website getWebsite(java.lang.String uuid) throws java.lang.Exception- Specified by:
getWebsitein interfaceCudamiRepository- Throws:
java.lang.Exception
-
-