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

Examples of br.gov.serpro.ouvidoria.controller.gerencial.administracao.OrgaoCtrl.update()


                saveErrors(request, msgs);
                return mapping.findForward("error");
            }

            if (id != null && id.trim().length() > 0) {
                orgaoCtrl.update(id, descricao, gestorResponsavel,
                    codigoPaisTelefoneResponsavel, codigoCidadeTelefoneResponsavel,
                        telefoneContatoGestor, statusOrgao,
                        inicioCadastramento, fimCadastramento, inicioOperacao,
                        fimOperacao, inicioAcionamento, fimAcionamento,
                        inicioConsultaResposta, fimConsultaResposta);
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.