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 LoteComponenteLoteComponente.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 LoteComponenteLoteComponente.get(br.com.intersys.systextil.connection.AppConnection conn, CodProduto produto, int lote_produto) Atenção!static LoteComponenteLoteComponente.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 LoteComponenteLoteComponente.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 LoteComponenteLoteComponente.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 LoteComponenteLoteComponente.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 LoteComponenteLoteComponente.getNotaFiscalByLote(br.com.intersys.systextil.connection.AppConnection conn, int lote, CodProduto prod, Cnpj cgc, int notaFiscal)