Package hirondelle.web4j.database

Examples of hirondelle.web4j.database.SqlId


  private void refreshPickLists() throws DAOException {
    Startup.lookUpCodeTablesAndPlaceIntoAppScope();
  }
 
  private static SqlId getTranslationSqlId(String aSqlStatementId){
    return new SqlId(ConnectionSrc.TRANSLATION, aSqlStatementId);
  }
View Full Code Here


    Db.edit(DELETE, aBaseTextId, aLocaleId);
  }
 
  // PRIVATE //
  private static SqlId getSqlId(String aSqlId){
    return new SqlId(ConnectionSrc.TRANSLATION, aSqlId);
  }
View Full Code Here

    }
    return result;
  }
 
  private static SqlId getSqlId(String aSqlStatementId){
    return new SqlId(ConnectionSrc.TRANSLATION, aSqlStatementId);
  }
View Full Code Here

  private BaseText fBaseText;
  private UnknownBaseTextDAO fUnknownBaseTextDAO = new UnknownBaseTextDAO();
  private static final ResponsePage FORWARD = TemplatedPage.get("Unknowns", "view.jsp", UnknownBaseTextEdit.class);
 
  private static SqlId getSqlId(String aSqlStatementId){
    return new SqlId(ConnectionSrc.TRANSLATION, aSqlStatementId);
  }
View Full Code Here

  private BaseTextDAO fBaseTextDAO = new BaseTextDAO();
  private static final ResponsePage FORWARD = TemplatedPage.get("Base Text", "view.jsp", BaseTextAction.class);
  private static final ResponsePage REDIRECT_TO_LISTING = new ResponsePage("BaseTextEdit.do?Operation=List");
 
  private static SqlId getTranslationSqlId(String aSqlStatementId){
    return new SqlId(ConnectionSrc.TRANSLATION, aSqlStatementId);
  }
View Full Code Here

TOP

Related Classes of hirondelle.web4j.database.SqlId

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.