public interface CudamiService
| Modifier and Type | Method and Description |
|---|---|
List<Locale> |
getAllLocales() |
Locale |
getDefaultLocale() |
Webpage |
getWebpage(Locale locale,
String uuid) |
Webpage |
getWebpage(Locale locale,
UUID uuid) |
Webpage |
getWebpage(String uuid) |
Webpage |
getWebpage(UUID uuid) |
Website |
getWebsite(String uuid) |
List<Locale> getAllLocales() throws CudamiException
CudamiExceptionLocale getDefaultLocale() throws CudamiException
CudamiExceptionWebpage getWebpage(UUID uuid) throws CudamiException
CudamiExceptionWebpage getWebpage(String uuid) throws CudamiException
CudamiExceptionWebpage getWebpage(Locale locale, UUID uuid) throws CudamiException
CudamiExceptionWebpage getWebpage(Locale locale, String uuid) throws CudamiException
CudamiExceptionWebsite getWebsite(String uuid) throws CudamiException
CudamiExceptionCopyright © 2018. All rights reserved.