Package systextil.dao

Class LogExecucaoRefatDevolDAO

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

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

    • LogExecucaoRefatDevolDAO

      public LogExecucaoRefatDevolDAO()
  • Method Details

    • getTableName

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

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

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

      public boolean create(br.com.intersys.systextil.connection.AppConnection appConnection, LogExecucaoRefatDevolDTO logDto)
    • getNextSeq

      public int getNextSeq(br.com.intersys.systextil.connection.AppConnection conn, LogExecucaoRefatDevolDTO dto)
    • remove

      public boolean remove(br.com.intersys.systextil.connection.AppConnection appConnection, int codEmpresa, int notaFiscal, String serie)
    • insereLog

      public boolean insereLog(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa, int notaFiscal, String serie, String descricao)