Package br.gov.serpro.ouvidoria.controller.andamento

Examples of br.gov.serpro.ouvidoria.controller.andamento.ListarAcionamentoRespostaCtrl.atualizaEstadoAcionamentos()


            msgs.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage(
                    "error.listarAcioamentoResposta.acionamentos"));           
        } else {  
          ListarAcionamentoRespostaCtrl larCtrl = new ListarAcionamentoRespostaCtrl(
                    getDaoFactory());
            larCtrl.atualizaEstadoAcionamentos(acionamentos);
        }
       
        if (!msgs.isEmpty()) {
            saveMessages(request, msgs);
            return (mapping.findForward("failure"));
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.