Interface CudamiRepository
-
- All Known Implementing Classes:
CudamiRepositoryImpl
public interface CudamiRepository
-
-
Method Summary
All Methods Instance Methods Abstract 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
java.util.List<java.util.Locale> getAllLocales() throws java.lang.Exception- Throws:
java.lang.Exception
-
getDefaultLocale
java.util.Locale getDefaultLocale() throws java.lang.Exception- Throws:
java.lang.Exception
-
getWebpage
de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.UUID uuid) throws java.lang.Exception- Throws:
java.lang.Exception
-
getWebpage
de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.Locale locale, java.util.UUID uuid) throws java.lang.Exception- Throws:
java.lang.Exception
-
getWebpage
de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.lang.String uuid) throws java.lang.Exception- Throws:
java.lang.Exception
-
getWebpage
de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.Locale locale, java.lang.String uuid) throws java.lang.Exception- Throws:
java.lang.Exception
-
getWebsite
de.digitalcollections.model.api.identifiable.entity.Website getWebsite(java.lang.String uuid) throws java.lang.Exception- Throws:
java.lang.Exception
-
-