Examples of salvarRespostaAberta()


Examples of PackDAO.RespostaDAO.salvarRespostaAberta()

                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)
                request.setAttribute("Mensagem", "Enunciado deve ter ao menos 5 caracteres");
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.