Examples of AnaliseSemanticaTXTFactory


Examples of ecar.intercambioDados.importacao.analisesemantica.AnaliseSemanticaTXTFactory

    return importacaoDadosImportacao;
  }
 
 
  public boolean analisarSemantica(IBusinessObject objetoNegocio, PerfilIntercambioDadosPflid perfil) throws SemanticValidationException, ECARException{
    return new AnaliseSemanticaTXTFactory().criar(objetoNegocio).valida(objetoNegocio, perfil);
  }
View Full Code Here

Examples of ecar.intercambioDados.importacao.analisesemantica.AnaliseSemanticaTXTFactory

  public List<IRegistro> comunicar(PerfilIntercambioDadosPflid perfil, Configuracao configuracao) throws ECARException {
    return ComunicacaoImportacaoFactory.criar(perfil, configuracao).obtemRegistros();
  }

  public boolean analisarSemantica(IBusinessObject objetoNegocio, PerfilIntercambioDadosPflid perfil) throws SemanticValidationException, ECARException{
    return new AnaliseSemanticaTXTFactory().criar(objetoNegocio).valida(objetoNegocio, perfil);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.