Package systextil.producao
Class Romaneios
java.lang.Object
systextil.producao.Romaneios
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgeraNovoRomaneio(br.com.intersys.systextil.connection.AppConnection cn, String descricao) static intgetFardosEmEstoque(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto fardo, int lote, int romaneio) static doublegetSomaPesos(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto fardo, int lote, int romaneio)
-
Constructor Details
-
Romaneios
public Romaneios()
-
-
Method Details
-
geraNovoRomaneio
public static void geraNovoRomaneio(br.com.intersys.systextil.connection.AppConnection cn, String descricao) throws SQLException, Exception - Throws:
SQLExceptionException
-
getSomaPesos
public static double getSomaPesos(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto fardo, int lote, int romaneio) -
getFardosEmEstoque
public static int getFardosEmEstoque(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto fardo, int lote, int romaneio)
-