Examples of obterBoletinsFiltro()


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

        DynaActionForm _form = (DynaActionForm) form;
        BoletimCtrl defaultCtrl = new BoletimCtrl(getDaoFactory());

        Orgao org = this.getOrgao(request);
       
        List results = defaultCtrl.obterBoletinsFiltro(Utilitario
                .trataPlic(_form.getString("txtBusca")), _form
                .getString("txtPeriodoIni"), _form.getString("txtPeriodoFim"),
                org);

        request.setAttribute("listar", results);
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.