Class Romaneios

java.lang.Object
systextil.producao.Romaneios

public class Romaneios extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    geraNovoRomaneio(br.com.intersys.systextil.connection.AppConnection cn, String descricao)
     
    static int
    getFardosEmEstoque(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto fardo, int lote, int romaneio)
     
    static double
    getSomaPesos(br.com.intersys.systextil.connection.AppConnection cn, systextil.dao.CodProduto fardo, int lote, int romaneio)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      SQLException
      Exception
    • 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)