Package systextil.dao

Class BatchExecucaoRefatDevolDAO

java.lang.Object
systextil.dao.BatchExecucaoRefatDevolDAO
All Implemented Interfaces:
br.com.intersys.systextil.connection.IDAO<BatchExecucaoRefatDevolDTO>

public class BatchExecucaoRefatDevolDAO extends Object implements br.com.intersys.systextil.connection.IDAO<BatchExecucaoRefatDevolDTO>
  • Constructor Details

    • BatchExecucaoRefatDevolDAO

      public BatchExecucaoRefatDevolDAO()
  • Method Details

    • getTableName

      public String getTableName()
      Specified by:
      getTableName in interface br.com.intersys.systextil.connection.IDAO<BatchExecucaoRefatDevolDTO>
    • listPrimaryKeys

      public String[] listPrimaryKeys()
      Specified by:
      listPrimaryKeys in interface br.com.intersys.systextil.connection.IDAO<BatchExecucaoRefatDevolDTO>
    • parse

      public BatchExecucaoRefatDevolDTO parse(br.com.intersys.systextil.connection.AppConnection conn)
      Specified by:
      parse in interface br.com.intersys.systextil.connection.IDAO<BatchExecucaoRefatDevolDTO>
    • create

      public boolean create(br.com.intersys.systextil.connection.AppConnection appConnection, BatchExecucaoRefatDevolDTO batchDto)
    • insereProcBatch

      public boolean insereProcBatch(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa, int notaFiscal, String serie, int nrSolicitacao, String codigoRelatorio, String solicitante, int codEmpresaRel)