Rev 281 | Rev 294 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 281 | Rev 282 | ||
|---|---|---|---|
| Line 109... | Line 109... | ||
| 109 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
109 | new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() { |
| 110 | public void execute() { |
110 | public void execute() { |
| 111 | if (VerificadorUtil.estaNulo(getArquivoExtratoBancarioDTO())) { |
111 | if (VerificadorUtil.estaNulo(getArquivoExtratoBancarioDTO())) { |
| 112 | throw new NegocioException("REALIZE O UPLOAD DO ARQUIVO"); |
112 | throw new NegocioException("REALIZE O UPLOAD DO ARQUIVO"); |
| 113 | }
|
113 | }
|
| 114 | if (VerificadorUtil.estaNulo(getArquivoExtratoBancarioDTO().getEmpresaDTO())) { |
- | |
| 115 | throw new NegocioException("SELECIONE A EMPRESA DO EXTRATO"); |
- | |
| - | 114 | if (VerificadorUtil.estaNulo(getArquivoExtratoBancarioDTO().getContaBancariaDTO())) { |
|
| - | 115 | throw new NegocioException("SELECIONE A CONTA BANCĂRIA DO EXTRATO"); |
|
| 116 | }
|
116 | }
|
| 117 | if (VerificadorUtil.estaNulo(getArquivoExtratoBancarioDTO().getArquivoExtratoBancario())) { |
117 | if (VerificadorUtil.estaNulo(getArquivoExtratoBancarioDTO().getArquivoExtratoBancario())) { |
| 118 | throw new NegocioException("REALIZE O UPLOAD DO ARQUIVO"); |
118 | throw new NegocioException("REALIZE O UPLOAD DO ARQUIVO"); |
| 119 | }
|
119 | }
|
| 120 | if (VerificadorUtil.estaNuloOuVazio(getArquivoExtratoBancarioDTO().getTipoExtratoBancarioCsv())) { |
120 | if (VerificadorUtil.estaNuloOuVazio(getArquivoExtratoBancarioDTO().getTipoExtratoBancarioCsv())) { |