Examples of obterOuvidorGeral()


Examples of br.gov.serpro.ouvidoria.controller.andamento.RedirecionarMensagemCtrl.obterOuvidorGeral()

          ouvidor = redirecionarMensagemCtrl.obterOuvidorAssistente(
              acionamento, this.getOrgao(request));
          if (ouvidor != null) {
            acionamento.setFuncionario(ouvidor);
          } else {
            ouvidor = redirecionarMensagemCtrl.obterOuvidorGeral(
                acionamento, this.getOrgao(request));
            if (ouvidor != null) {
              acionamento.setFuncionario(ouvidor);
            }
          }
View Full Code Here

Examples of br.gov.serpro.ouvidoria.controller.andamento.RedirecionarMensagemCtrl.obterOuvidorGeral()

          }

        } else {
          if (funcionario.getPerfil().equals(
              Perfil.OUVIDOR_ASSISTENTE)) {
            ouvidor = redirecionarMensagemCtrl.obterOuvidorGeral(
                acionamento, this.getOrgao(request));
            if (ouvidor != null) {
              acionamento.setFuncionario(ouvidor);
            }
          }
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.