Class CudamiServiceImpl
- java.lang.Object
-
- de.digitalcollections.cudami.client.spring.business.CudamiServiceImpl
-
- All Implemented Interfaces:
CudamiService
@Service public class CudamiServiceImpl extends java.lang.Object implements CudamiService
-
-
Constructor Summary
Constructors Constructor Description CudamiServiceImpl()
-
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 CudamiException- Specified by:
getAllLocalesin interfaceCudamiService- Throws:
CudamiException
-
getDefaultLocale
public java.util.Locale getDefaultLocale() throws CudamiException- Specified by:
getDefaultLocalein interfaceCudamiService- Throws:
CudamiException
-
getWebpage
public de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.UUID uuid) throws CudamiException- Specified by:
getWebpagein interfaceCudamiService- Throws:
CudamiException
-
getWebpage
public de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.Locale locale, java.util.UUID uuid) throws CudamiException- Specified by:
getWebpagein interfaceCudamiService- Throws:
CudamiException
-
getWebpage
public de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.lang.String uuid) throws CudamiException- Specified by:
getWebpagein interfaceCudamiService- Throws:
CudamiException
-
getWebpage
public de.digitalcollections.model.api.identifiable.entity.parts.Webpage getWebpage(java.util.Locale locale, java.lang.String uuid) throws CudamiException- Specified by:
getWebpagein interfaceCudamiService- Throws:
CudamiException
-
getWebsite
public de.digitalcollections.model.api.identifiable.entity.Website getWebsite(java.lang.String uuid) throws CudamiException- Specified by:
getWebsitein interfaceCudamiService- Throws:
CudamiException
-
-