Package systextil.dao

Class ExecucaoRefatDevolDAO

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

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

    • ExecucaoRefatDevolDAO

      public ExecucaoRefatDevolDAO()
  • Method Details

    • getTableName

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

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

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

      public ExecucaoRefatDevolDTO get(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa, int notaFiscal, String serie)
    • create

      public void create(br.com.intersys.systextil.connection.AppConnection conn, ExecucaoRefatDevolDTO execDto)
    • update

      public void update(br.com.intersys.systextil.connection.AppConnection conn, ExecucaoRefatDevolDTO execDto)