Examples of salvarAtendimento()


Examples of br.gov.serpro.ouvidoria.controller.acionamento.ConsultarScriptCtrl.salvarAtendimento()

          FuncionarioCtrl funcionarioCtrl = new FuncionarioCtrl(getDaoFactory());
         
          Funcionario func = (Funcionario) funcionarioCtrl.get(funcionarioId)

            // salva o atendimento
            consultarScriptCtrl.salvarAtendimento(script, func);

            //Gerar histórico
            this.geraHistorico(request, null);

        } catch (DaoException e) {
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.