Package systextil.dao
Class BatchExecucaoRefatDevolDAO
java.lang.Object
systextil.dao.BatchExecucaoRefatDevolDAO
- All Implemented Interfaces:
br.com.intersys.systextil.connection.IDAO<BatchExecucaoRefatDevolDTO>
public class BatchExecucaoRefatDevolDAO
extends Object
implements br.com.intersys.systextil.connection.IDAO<BatchExecucaoRefatDevolDTO>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
create
(br.com.intersys.systextil.connection.AppConnection appConnection, BatchExecucaoRefatDevolDTO batchDto) boolean
insereProcBatch
(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa, int notaFiscal, String serie, int nrSolicitacao, String codigoRelatorio, String solicitante, int codEmpresaRel) String[]
parse
(br.com.intersys.systextil.connection.AppConnection conn)
-
Constructor Details
-
BatchExecucaoRefatDevolDAO
public BatchExecucaoRefatDevolDAO()
-
-
Method Details
-
getTableName
- Specified by:
getTableName
in interfacebr.com.intersys.systextil.connection.IDAO<BatchExecucaoRefatDevolDTO>
-
listPrimaryKeys
- Specified by:
listPrimaryKeys
in interfacebr.com.intersys.systextil.connection.IDAO<BatchExecucaoRefatDevolDTO>
-
parse
- Specified by:
parse
in interfacebr.com.intersys.systextil.connection.IDAO<BatchExecucaoRefatDevolDTO>
-
create
public boolean create(br.com.intersys.systextil.connection.AppConnection appConnection, BatchExecucaoRefatDevolDTO batchDto) -
insereProcBatch
-