Package systextil.dao

Class VanDeArquivosParamDAO

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

public class VanDeArquivosParamDAO extends Object implements br.com.intersys.systextil.connection.IDAO<VanDeArquivosParamDTO>
Representa a tabela CREC_460
  • Constructor Details

    • VanDeArquivosParamDAO

      public VanDeArquivosParamDAO()
  • Method Details

    • getTableName

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

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

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

      public List<VanDeArquivosParamDTO> listByTipo(br.com.intersys.systextil.connection.AppConnection conn, int tipo)
    • existsEmpresa

      public boolean existsEmpresa(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa)
    • get

      public VanDeArquivosParamDTO get(br.com.intersys.systextil.connection.AppConnection conn, int tipo, int cod_empresa, int atributo)