Examples of RelatoriosDao


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
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.