Examples of obterOuvidorAssistente()


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

        // Caso de redirecionar para ouvidor assistente
        if ((!funcionario.getPerfil().equals(Perfil.OUVIDOR_ASSISTENTE))
            && ((!funcionario.getPerfil().equals(
                Perfil.OUVIDOR_GERAL)))) {

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