Class DefaultI18NDao

    • Constructor Detail

      • DefaultI18NDao

        public DefaultI18NDao()
        Deprecated.
    • Method Detail

      • getC2lManager

        protected C2LManager getC2lManager()
        Deprecated.
      • findAllLanguages

        public java.util.Set<LanguageModel> findAllLanguages()
        Deprecated.
        Specified by:
        findAllLanguages in interface I18NDao
        Returns:
        an empty Set if no language exists.
      • findLanguage

        public LanguageModel findLanguage​(java.lang.String isocode)
        Deprecated.
        Specified by:
        findLanguage in interface I18NDao
        Parameters:
        isocode - the code to be searched for
        Returns:
        null if for the isocode no LanguageModel
      • findCountry

        public CountryModel findCountry​(java.lang.String iso)
        Deprecated.
        Specified by:
        findCountry in interface I18NDao
        Parameters:
        iso - the isocode of the searched CountryModel
        Returns:
        the CountryModel with the specified isocode
      • findCurrency

        public CurrencyModel findCurrency​(java.lang.String isocode)
        Deprecated.
        Specified by:
        findCurrency in interface I18NDao
        Parameters:
        isocode - the code to be searched for
        Returns:
        a CurrencyModel for the given isocode.
      • findAllRegions

        public java.util.Set<RegionModel> findAllRegions()
        Deprecated.
        Specified by:
        findAllRegions in interface I18NDao
        Returns:
        a Set of all RegionModels
      • findBaseCurrency

        public CurrencyModel findBaseCurrency()
        Deprecated.
        Specified by:
        findBaseCurrency in interface I18NDao
        Returns:
        the base CurrencyModel or null if no base currency is set
      • findRegion

        public RegionModel findRegion​(java.lang.String code)
        Deprecated.
        Specified by:
        findRegion in interface I18NDao
        Parameters:
        code - the code of the searched RegionModel
        Returns:
        the RegionModel with the specified code