Class LocaleServiceImpl

  • All Implemented Interfaces:
    LocaleService

    @Service
    public class LocaleServiceImpl
    extends java.lang.Object
    implements LocaleService
    Service for Locale handling.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.util.Locale> getAll()  
      java.util.Locale getDefault()  
      void setWebsiteRepository​(de.digitalcollections.cudami.server.backend.api.repository.LocaleRepository localeRepository)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocaleServiceImpl

        public LocaleServiceImpl()
    • Method Detail

      • getAll

        public java.util.List<java.util.Locale> getAll()
        Specified by:
        getAll in interface LocaleService
      • setWebsiteRepository

        public void setWebsiteRepository​(de.digitalcollections.cudami.server.backend.api.repository.LocaleRepository localeRepository)