Examples of buscaPeloGrauDificuldade()


Examples of PackDAO.QuestaoDAO.buscaPeloGrauDificuldade()

            }
            if(tipo.length()>0){
                v5 = qdao.buscaPeloTipoQuestao(tipo);
            }
            if(grau.length()>0){
                v6 = qdao.buscaPeloGrauDificuldade(Integer.parseInt(grau));
            }
            //filtraQuestao(...)faz a intersecção...
            vec_tratado = qdao.filtraQuestoes(q1, v2, v3, v4, v5, v6);
            out.println("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'>");
            out.println("<html>");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.