Uses of Class
systextil.dao.DebitosPendentesDosFornecedores
Packages that use DebitosPendentesDosFornecedores
Package
Description
Faz o mapeamento de tabelas de banco de dados do Systêxtil 5 para classes Java,
utilizando orientação a objetos e funcionalidades de baixo nível.
-
Uses of DebitosPendentesDosFornecedores in systextil.dao
Methods in systextil.dao that return DebitosPendentesDosFornecedoresModifier and TypeMethodDescriptionDebitosPendentesDosFornecedores.get(br.com.intersys.systextil.connection.AppConnection conn, int dupl_for_nrduppag, String dupl_for_no_parc, int dupl_for_for_cli9, int dupl_for_for_cli4, int dupl_for_for_cli2, int dupl_for_tipo_tit) Deprecated, for removal: This API element is subject to removal in a future version.DebitosPendentesDosFornecedores.get(br.com.intersys.systextil.connection.AppConnection conn, int documento, String parcela, CNPJ cgc, int tipoTitulo, int sequencia) DebitosPendentesDosFornecedores.get(br.com.intersys.systextil.connection.AppConnection conn, int documento, String parcela, Cnpj cgc, int tipoTitulo, int sequencia) Deprecated, for removal: This API element is subject to removal in a future version.DebitosPendentesDosFornecedores.getPorDataPagamento(br.com.intersys.systextil.connection.AppConnection conn, Date dataPagamento) DebitosPendentesDosFornecedores.getRT(br.com.intersys.systextil.connection.AppConnection conn, int dupl_for_nrduppag, String dupl_for_no_parc, String dupl_for_for_cli_r, String dupl_for_for_cli_o, int dupl_for_for_cli2, int dupl_for_tipo_tit) DebitosPendentesDosFornecedores.getUltimaSequencia(br.com.intersys.systextil.connection.AppConnection conn, int nr_duplicata, String parcela, int tipo_titulo, CNPJ cnpj_fornecedor) DebitosPendentesDosFornecedores.getUltimaSequencia(br.com.intersys.systextil.connection.AppConnection conn, int nr_duplicata, String parcela, int tipo_titulo, Cnpj cnpj_fornecedor) Deprecated, for removal: This API element is subject to removal in a future version.Methods in systextil.dao that return types with arguments of type DebitosPendentesDosFornecedoresModifier and TypeMethodDescriptionstatic List<DebitosPendentesDosFornecedores> DebitosPendentesDosFornecedores.get(br.com.intersys.systextil.connection.AppConnection conn, int nr_duplicata, String parcela, int tipo_titulo, CNPJ cnpj_fornecedor) static List<DebitosPendentesDosFornecedores> DebitosPendentesDosFornecedores.get(br.com.intersys.systextil.connection.AppConnection conn, int nr_duplicata, String parcela, int tipo_titulo, Cnpj cnpj_fornecedor) Deprecated, for removal: This API element is subject to removal in a future version.