Examples of gerar()


Examples of br.gov.serpro.ouvidoria.controller.aprendizado.BoletimCtrl.gerar()

        }

//      Recupera o Funcionário logado
        Funcionario funcionario = (Funcionario) this.getFuncionario(request)
     
        Boletim boletim = defaultCtrl.gerar(getOrgao(request), funcionario,
                nome, num, area, telefone, conteudo, possuiCabecalho,
                possuiGrafico, possuiTabela);

        request.getSession().setAttribute(Constants.BOLETIM, boletim);       
       
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.