Package systextil.dao

Class EmpresaDAO

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

public class EmpresaDAO extends Object implements br.com.intersys.systextil.connection.IDAO<EmpresaDTO>
Representa a tabela FATU_500
  • Constructor Details

    • EmpresaDAO

      public EmpresaDAO()
  • Method Details

    • parse

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

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

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

      public EmpresaDTO findOne(br.com.intersys.systextil.connection.AppConnection conn, int empresa)