Package DAO

Examples of DAO.RelatoriosDao


        this.itens = itens;
    }

    public List<RelatoDeMelhoria> buscarRelatorio() {
        if (tipoRelatorio == 1) {
            itens = new RelatoriosDao().listarRmpsPorStatus(this.dataInicial, this.dataFinal);
            this.renderRmps = true;
            this.renderPlans = false;
        } else {
            if (tipoRelatorio == 2) {
                this.renderRmps = false;
View Full Code Here

TOP

Related Classes of DAO.RelatoriosDao

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.