Uses of Class
systextil.dao.LoteComponente
Packages that use LoteComponente
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 LoteComponente in systextil.dao
Methods in systextil.dao that return LoteComponenteModifier and TypeMethodDescriptionstatic LoteComponente
LoteComponente.get
(br.com.intersys.systextil.connection.AppConnection conn, String nivel_estrutura, String grupo_estrutura, String sub_estrutura, String item_estrutura, int lote_produto, int nota_fiscal) Busca um registro na tabela estq_080 com base na sua chave.static LoteComponente
LoteComponente.get
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto produto, int lote_produto) Atenção!static LoteComponente
LoteComponente.get
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto produto, int lote_produto, int nota_fiscal) Busca um registro na tabela estq_080 com base na sua chave.static LoteComponente
LoteComponente.getFirstByProdutoAndLote
(br.com.intersys.systextil.connection.AppConnection conn, String nivel_estrutura, String grupo_estrutura, String sub_estrutura, String item_estrutura, int lote_produto) Busca o primeiro registro na tabela estq_080 com base no produto e no lote.static LoteComponente
LoteComponente.getFirstByProdutoAndLote
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto produto, int lote_produto) Busca o primeiro registro na tabela estq_080 com base no produto e no lote.static LoteComponente
LoteComponente.getFirstByProdutoAndLoteAndCnpj
(br.com.intersys.systextil.connection.AppConnection conn, String nivel_estrutura, String grupo_estrutura, String sub_estrutura, String item_estrutura, Cnpj cgc, int notaFiscal) static LoteComponente
LoteComponente.getNotaFiscalByLote
(br.com.intersys.systextil.connection.AppConnection conn, int lote, CodProduto prod, Cnpj cgc, int notaFiscal)