Examples of buscaPelaDisciplina()


Examples of PackDAO.QuestaoDAO.buscaPelaDisciplina()

                    palavras[j] = tags.get(j);
                }
                v3 = qdao.searchInTags(palavras);
            }
            if(disciplinas[0].length()>1){
                v4 = qdao.buscaPelaDisciplina(disciplinas[0]);
            }
            if(tipo.length()>0){
                v5 = qdao.buscaPeloTipoQuestao(tipo);
            }
            if(grau.length()>0){
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.