Class StandardI18nServiceJdbc

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int reloadAll() Reload all and return the count.
      int reloadBase(String base) Reload by base and return the count.
      String load(String base, String kind, String ukey, Locale lang) Load i18n message form sys_standard_i18n
      • Methods inherited from class pro.fessional.wings.faceless.service.wini18n.StandardI18nService

        load, load, loadCode, loadCode, loadEnum, loadEnum
      • Methods inherited from class java.lang.Object

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

      • StandardI18nServiceJdbc

        StandardI18nServiceJdbc(JdbcTemplate jdbcTemplate)
    • Method Detail

      • reloadAll

         int reloadAll()

        Reload all and return the count.

      • load

        @Nullable() String load(String base, String kind, String ukey, Locale lang)

        Load i18n message form sys_standard_i18n

        Parameters:
        base - table or package
        kind - column or java field
        ukey - unique key eg.
        lang - locale
        Returns:

        i18n message