Package br.gov.serpro.ouvidoria.controller

Examples of br.gov.serpro.ouvidoria.controller.HistoricoCtrl.Log()


               
              FuncionarioCtrl funcionarioCtrl = new FuncionarioCtrl(getDaoFactory());
             
              Funcionario funcionario = (Funcionario) funcionarioCtrl.get(funcionarioId)
             
                historico.Log(funcionario, funcionalidade, acionamento);
            } catch (DaoException e) {
                if (Constants.DEBUG) {
                    e.printStackTrace();
                }
            }
View Full Code Here


             
            FuncionarioCtrl funcionarioCtrl = new FuncionarioCtrl(getDaoFactory());
           
            Funcionario funcionario = (Funcionario) funcionarioCtrl.get(funcionarioId);           
           
                historico.Log(funcionario, funcionalidade, acionamento);
            } catch (DaoException e) {
                if(Constants.DEBUG) {
                    e.printStackTrace();
                }
            }
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.