Examples of RespostaAberta


Examples of PackResposta.RespostaAberta

                    qdao.salvarImagem(up_imagem, idResposta);
                if(up_doc[0].length()>0)
                    qdao.salvarDocumento(up_doc, idResposta, "aberta");
                qdao.salvarTags(tags, idResposta);
                qdao.salvarRelacaoQuestaoDisciplina(disciplina, idResposta);
                RespostaAberta r = new RespostaAberta(resposta);
                rdao.salvarRespostaAberta(r, idResposta);
               
            }
            else
            if (a==false)
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.