while(it.hasNext()){
AcompRelatorioArel arel = (AcompRelatorioArel) it.next();
List listaPermissaoTpfa = validaPermissao.permissaoVisualizarPareceres(arel.getAcompReferenciaItemAri().getAcompReferenciaAref().getTipoAcompanhamentoTa(),seguranca.getGruposAcesso());
if(listaPermissaoTpfa.contains(arel.getTipoFuncAcompTpfa())
&& validaPermissao.permissaoLeituraAcompanhamento(arel.getAcompReferenciaItemAri(), seguranca.getUsuario(), seguranca.getGruposAcesso())){
// Teste ref. Mantis 10848
// if("S".equals(this.exigeLiberarAcompanhamento) && !"S".equals(arel.getIndLiberadoArel())){
// continue;
// }