Examples of buscaPeloTipoQuestao()


Examples of PackDAO.QuestaoDAO.buscaPeloTipoQuestao()

            }
            if(disciplinas[0].length()>1){
                v4 = qdao.buscaPelaDisciplina(disciplinas[0]);
            }
            if(tipo.length()>0){
                v5 = qdao.buscaPeloTipoQuestao(tipo);
            }
            if(grau.length()>0){
                v6 = qdao.buscaPeloGrauDificuldade(Integer.parseInt(grau));
            }
            //filtraQuestao(...)faz a intersecção...
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.