Examples of buscaPorProfessor()


Examples of PackDAO.QuestaoDAO.buscaPorProfessor()

            QuestaoDAO qdao = new QuestaoDAO();
            if(id.length()>0){
    q1 = qdao.buscaPeloId(Integer.parseInt(id));
            }
            if(professor.length()>1){
    v2 = qdao.buscaPorProfessor(professor);
            }
            if(!tags.isEmpty()){
                String[] palavras = new String[tags.size()];
                for(int j = 0; j < tags.size(); j++){
                    palavras[j] = tags.get(j);
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.