Interface CudamiService
-
- All Known Implementing Classes:
CudamiServiceImpl
public interface CudamiService
-
-
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 CudamiException- Throws:
CudamiException
-
getDefaultLocale
java.util.Locale getDefaultLocale() throws CudamiException- Throws:
CudamiException
-
getWebpage
de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.UUID uuid) throws CudamiException- Throws:
CudamiException
-
getWebpage
de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.lang.String uuid) throws CudamiException- Throws:
CudamiException
-
getWebpage
de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.Locale locale, java.util.UUID uuid) throws CudamiException- Throws:
CudamiException
-
getWebpage
de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.Locale locale, java.lang.String uuid) throws CudamiException- Throws:
CudamiException
-
getWebsite
de.digitalcollections.model.api.identifiable.entity.Website getWebsite(java.lang.String uuid) throws CudamiException- Throws:
CudamiException
-
-