Package hirondelle.fish.translate.translation

Examples of hirondelle.fish.translate.translation.TranslationDAO


  
   <P>Must be called by {@link hirondelle.web4j.StartupTasks}. May also be called
   after startup, to refresh the data.
  */
  public static synchronized void  read() throws DAOException {
    TranslationDAO dao = new TranslationDAO();
    fTranslations = dao.getTranslations();
    fLogger.finest("Fetched Translations : " + Util.logOnePerLine(fTranslations));
  }
View Full Code Here

TOP

Related Classes of hirondelle.fish.translate.translation.TranslationDAO

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.