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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexistsEmpresa(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa) get(br.com.intersys.systextil.connection.AppConnection conn, int tipo, int cod_empresa, int atributo) listByTipo(br.com.intersys.systextil.connection.AppConnection conn, int tipo) String[]parse(br.com.intersys.systextil.connection.AppConnection conn)
-
Constructor Details
-
VanDeArquivosParamDAO
public VanDeArquivosParamDAO()
-
-
Method Details
-
getTableName
- Specified by:
getTableNamein interfacebr.com.intersys.systextil.connection.IDAO<VanDeArquivosParamDTO>
-
listPrimaryKeys
- Specified by:
listPrimaryKeysin interfacebr.com.intersys.systextil.connection.IDAO<VanDeArquivosParamDTO>
-
parse
- Specified by:
parsein interfacebr.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)
-