Package br.gov.serpro.ouvidoria.controller.aprendizado

Examples of br.gov.serpro.ouvidoria.controller.aprendizado.HistoricoEnvioCtrl.list()


      return mapping.findForward("listar");
    }

    HistoricoEnvioCtrl defaultCtrl = new HistoricoEnvioCtrl(getDaoFactory());

    List results = defaultCtrl.list(boletim.getId().toString());

    if (results.size() == 0) {
      request.setAttribute("zero", "true");
    }
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.