Package PackResposta

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

Related Classes of PackResposta.RespostaAberta

Copyright © 2018 www.massapicom. 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.