Class Certificacoes

java.lang.Object
systextil.bo.basi.Certificacoes

public class Certificacoes extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    validarCertificao(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, int divisao_producao)
     
    static void
    validarCertificao(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, systextil.dao.Cnpj cnpj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    static void
    validarCertificao(br.com.intersys.systextil.connection.AppConnection conn, systextil.dao.Cnpj cnpj, String referencia)
    Deprecated, for removal: This API element is subject to removal in a future version.
    static void
    validarCertificaoRT(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, CNPJ cnpj)
     
    static void
    validarCertificaoRT(br.com.intersys.systextil.connection.AppConnection conn, CNPJ cnpj, String referencia)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Certificacoes

      public Certificacoes()
  • Method Details

    • validarCertificao

      @Deprecated(forRemoval=true) public static void validarCertificao(br.com.intersys.systextil.connection.AppConnection conn, systextil.dao.Cnpj cnpj, String referencia) throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      Exception
    • validarCertificaoRT

      public static void validarCertificaoRT(br.com.intersys.systextil.connection.AppConnection conn, CNPJ cnpj, String referencia) throws Exception
      Throws:
      Exception
    • validarCertificao

      @Deprecated(forRemoval=true) public static void validarCertificao(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, systextil.dao.Cnpj cnpj) throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      Exception
    • validarCertificaoRT

      public static void validarCertificaoRT(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, CNPJ cnpj) throws Exception
      Throws:
      Exception
    • validarCertificao

      public static void validarCertificao(br.com.intersys.systextil.connection.AppConnection conn, int ordem_producao, int divisao_producao) throws Exception
      Throws:
      Exception