Package ecar.dao

Examples of ecar.dao.ItemEstruturaFonteRecursoDao


     * @param tipo
     * @return String
     * @throws ECARException
     */
    public String somarTotalAprovadoRevisado(EfIettFonteTotEfieft fonteRecurso, String tipo) throws ECARException{
      ItemEstruturaFonteRecursoDao fonteRecursoDao = new ItemEstruturaFonteRecursoDao(null);
      double total = fonteRecursoDao.getSomaRecursosFonteRecurso(fonteRecurso, tipo);
        return Util.formataMoeda(total);
    }
View Full Code Here

TOP

Related Classes of ecar.dao.ItemEstruturaFonteRecursoDao

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.