Package br.gov.serpro.ouvidoria.controller.gerencial.administracao

Examples of br.gov.serpro.ouvidoria.controller.gerencial.administracao.ParametrosGeraisCtrl.save()


                    param.setLimiteColunaIndicadores(new Integer(lLimColunas));
                    param.setLimiteFalhasLogin(new Integer(lLimiteFalhasLogin));
                    param.setTempoBloqueioLogin(new Integer(lTempoBloqueioLogin));

                    // Salva o script
                    paramCtrl.save(param);

                    // Mensagem de alteração OK
                    Msgs.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage(
                            "alterar.parametros.sucesso"));
                    saveMessages(request, Msgs);
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.