Subversion Repositories Integrator Subversion

Rev

Rev 555 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 555 Rev 558
Line 102... Line 102...
102
       
102
       
103
        public void uploadArquivoPadrao(final FileUploadEvent e) {
103
        public void uploadArquivoPadrao(final FileUploadEvent e) {
104
        new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
104
        new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
105
                        public void execute() {
105
                        public void execute() {
106
                                arquivosPadraoService.uploadArquivo(getEntidade(), e.getFile());
106
                                arquivosPadraoService.uploadArquivo(getEntidade(), e.getFile());
107
                                LancadorMensagem.lancarSucessoRedirecionandoTela("ARQUIVO " + getEntidade().getDescricao() + "ALTERADO COM SUCESSO", "/sistema/arquivos/arquivos.xhtml");
-
 
-
 
107
                                LancadorMensagem.lancarSucessoRedirecionandoTela("ARQUIVO " + getEntidade().getDescricao() + " ALTERADO COM SUCESSO", "/sistema/arquivos/arquivos.xhtml");
108
                        }
108
                        }
109
                });
109
                });
110
    }
110
    }
111
       
111
       
112
}
112
}