Package systextil.fiacao
Class ValidacaoLotes
java.lang.Object
systextil.fiacao.ValidacaoLotes
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic List<systextil.dao.CodProduto> componenteDaestrutura(br.com.intersys.systextil.connection.AppConnection conn, systextil.dao.Alternativa alt) static intgetLoteItem(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto p) getLotes(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto c) static doublegetSaldoLote(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto p, int lote) static intgetTipoDeProgramacao(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto prod) Retorna o tipo de programação do produto corrente.static List<systextil.dao.CodProduto> produtoDoLote(br.com.intersys.systextil.connection.AppConnection cn, int lote) static voidvalidarEstrutura(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.Alternativa alt, int lote, int codEmpresa)  
- 
Constructor Details
- 
ValidacaoLotes
public ValidacaoLotes() 
 - 
 - 
Method Details
- 
getLotes
 - 
validarEstrutura
public static void validarEstrutura(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.Alternativa alt, int lote, int codEmpresa) throws TagException - Throws:
 TagException
 - 
produtoDoLote
public static List<systextil.dao.CodProduto> produtoDoLote(br.com.intersys.systextil.connection.AppConnection cn, int lote)  - 
componenteDaestrutura
public static List<systextil.dao.CodProduto> componenteDaestrutura(br.com.intersys.systextil.connection.AppConnection conn, systextil.dao.Alternativa alt)  - 
getTipoDeProgramacao
public static int getTipoDeProgramacao(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto prod) Retorna o tipo de programação do produto corrente. - 
getLoteItem
public static int getLoteItem(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto p)  - 
getSaldoLote
public static double getSaldoLote(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto p, int lote)  
 -