Class LocaleServiceImpl
- java.lang.Object
-
- de.digitalcollections.cudami.admin.business.impl.service.LocaleServiceImpl
-
- All Implemented Interfaces:
LocaleService
@Service public class LocaleServiceImpl extends java.lang.Object implements LocaleService
Service for Locales handling.
-
-
Constructor Summary
Constructors Constructor Description LocaleServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.util.Locale>findAll()java.util.LocalegetDefault()
-
-
-
Method Detail
-
findAll
public java.util.List<java.util.Locale> findAll()
- Specified by:
findAllin interfaceLocaleService
-
getDefault
public java.util.Locale getDefault()
- Specified by:
getDefaultin interfaceLocaleService
-
-