Uses of Class
systextil.dao.ProdutoSaldo
Packages that use ProdutoSaldo
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 ProdutoSaldo in systextil.dao
Methods in systextil.dao that return ProdutoSaldoModifier and TypeMethodDescriptionstatic ProdutoSaldo
ProdutoSaldo.buscaQuantidades
(br.com.intersys.systextil.connection.AppConnection con, CodProduto prod, int deposito, int lote) static ProdutoSaldo
ProdutoSaldo.get
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto cdItem, int lote_acomp, int deposito) static ProdutoSaldo
ProdutoSaldo.get
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto produto, int depos, String lote) static ProdutoSaldo[]
ProdutoSaldo.getByDeposito
(br.com.intersys.systextil.connection.AppConnection conn, int deposito) static ProdutoSaldo
ProdutoSaldo.getByNivel
(br.com.intersys.systextil.connection.AppConnection cn, CodProduto prod, int deposito) static ProdutoSaldo
ProdutoSaldo.getEstoque
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto cditem, int deposito, int lote_acomp) Retorna a diferença entreqtde_estoque_atu
eqtde_empenhada
.static ProdutoSaldo[]
ProdutoSaldo.getOrEqualsNove
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto prod, int lote, int deposito) static ProdutoSaldo[]
ProdutoSaldo.listByNivel
(br.com.intersys.systextil.connection.AppConnection conn, String cditem_nivel99) static ProdutoSaldo[]
ProdutoSaldo.listByNivelAndOrderByBasi220
(br.com.intersys.systextil.connection.AppConnection conn, String cditem_nivel99) Lista a tabela ESTQ_040 e a ordena pelo campo ordem_tamanho da BASI_220static ProdutoSaldo[]
ProdutoSaldo.listBySubgrupoDisp
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto prod, int deposito, String complemento) static ProdutoSaldo[]
ProdutoSaldo.listBySubgrupoDispWMS
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto prod, int deposito, String complemento) Methods in systextil.dao that return types with arguments of type ProdutoSaldoModifier and TypeMethodDescriptionstatic List
<ProdutoSaldo> ProdutoSaldo.getByDeposito
(br.com.intersys.systextil.connection.AppConnection cn, int[] depositos) Método para trazer todos os ProdutosSaldos a partir do depósitostatic List
<ProdutoSaldo> ProdutoSaldo.ListByLoteAcomp
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto prod, int lote) static List
<ProdutoSaldo> ProdutoSaldo.ListByProduto
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto prod) static List
<ProdutoSaldo> ProdutoSaldo.ListByReferencia
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto prod) static List
<ProdutoSaldo> ProdutoSaldo.ListByTamanho
(br.com.intersys.systextil.connection.AppConnection conn, CodProduto prod) static List
<ProdutoSaldo> ProdutoSaldo.listEstoqueSegundaQualidade
(br.com.intersys.systextil.connection.AppConnection conn)