@Repository public class CudamiRepositoryImpl extends Object implements CudamiRepository
| Constructor and Description |
|---|
CudamiRepositoryImpl() |
| 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) |
public List<Locale> getAllLocales() throws Exception
getAllLocales in interface CudamiRepositoryExceptionpublic Locale getDefaultLocale() throws Exception
getDefaultLocale in interface CudamiRepositoryExceptionpublic Webpage getWebpage(UUID uuid) throws Exception
getWebpage in interface CudamiRepositoryExceptionpublic Webpage getWebpage(Locale locale, UUID uuid) throws Exception
getWebpage in interface CudamiRepositoryExceptionpublic Webpage getWebpage(String uuid) throws Exception
getWebpage in interface CudamiRepositoryExceptionpublic Webpage getWebpage(Locale locale, String uuid) throws Exception
getWebpage in interface CudamiRepositoryExceptionpublic Website getWebsite(String uuid) throws Exception
getWebsite in interface CudamiRepositoryExceptionCopyright © 2018. All rights reserved.