private void criarCollectionTipoAcesso(SegmentoItemSgti segItem, List campos) throws ECARException{
try{
Object[] codigosTpAcesso = FileUpload.verificaValorCampoArray(campos, "tpAcessoSisAtributoSatb");
segItem.setSegmentoItemTpacesSgtitas(new HashSet());
for(int i = 0; i < codigosTpAcesso.length; i++){
SisAtributoSatb atributo = (SisAtributoSatb) super.buscar(SisAtributoSatb.class, Long.valueOf(codigosTpAcesso[i].toString()));
segItem.getSegmentoItemTpacesSgtitas().add(atributo);
}
} catch(Exception e){
this.logger.error(e);
throw new ECARException(e);