List pesquisa = super.pesquisar(segmentoCategoria, new String[] {"tituloSgtc","asc"});
if(pesquisa.size() > 0){
Iterator it = pesquisa.iterator();
while(it.hasNext()){
SegmentoCategoriaSgtc sgtc = (SegmentoCategoriaSgtc) it.next();
if(sgtc.getSegmentoSgt() != null && sgtc.getSegmentoSgt().getCodSgt().longValue() > 4 )
sgtc.getSegmentoCategTpAcessSgts().size();
else
it.remove();
}
}
return pesquisa;