Class PostHausDevolucoesDAO

java.lang.Object
br.com.intersys.systextil.function.posthaus.dao.PostHausDevolucoesDAO
All Implemented Interfaces:
br.com.intersys.systextil.connection.IDAO<PostHausDevolucoesDTO>

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

    • PostHausDevolucoesDAO

      public PostHausDevolucoesDAO()
  • Method Details

    • getTableName

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

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

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

      public void insert(br.com.intersys.systextil.connection.AppConnection conn, PostHausDevolucoesDTO dto)
    • update

      public boolean update(br.com.intersys.systextil.connection.AppConnection conn, PostHausDevolucoesDTO dto)
    • getByNumeroDanfNFe

      public PostHausDevolucoesDTO getByNumeroDanfNFe(br.com.intersys.systextil.connection.AppConnection conn, String numeroDanfNFe)