Package controller

Examples of controller.EstagioController.salvar()


        estagio.setEstagiario(estagiario);
        estagio.setEmpresa(empresa);

        EstagioController estagioCtrl = new EstagioController();
        if (modo.equals(Modo.Inclusao)) {
            salvou = estagioCtrl.salvar(estagio);
            AlunoController alunoCtrl = new AlunoController();
            alunoCtrl.relacionarEstagio(jTextFieldCodigoAluno.getText());
        } else {
            salvou = estagioCtrl.atualizar(estagio);
        }
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.