Package systextil.dao
Class LogExecucaoRefatDevolDAO
java.lang.Object
systextil.dao.LogExecucaoRefatDevolDAO
- All Implemented Interfaces:
br.com.intersys.systextil.connection.IDAO<LogExecucaoRefatDevolDTO>
public class LogExecucaoRefatDevolDAO
extends Object
implements br.com.intersys.systextil.connection.IDAO<LogExecucaoRefatDevolDTO>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
create
(br.com.intersys.systextil.connection.AppConnection appConnection, LogExecucaoRefatDevolDTO logDto) int
getNextSeq
(br.com.intersys.systextil.connection.AppConnection conn, LogExecucaoRefatDevolDTO dto) boolean
insereLog
(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa, int notaFiscal, String serie, String descricao) String[]
parse
(br.com.intersys.systextil.connection.AppConnection conn) boolean
remove
(br.com.intersys.systextil.connection.AppConnection appConnection, int codEmpresa, int notaFiscal, String serie)
-
Constructor Details
-
LogExecucaoRefatDevolDAO
public LogExecucaoRefatDevolDAO()
-
-
Method Details
-
getTableName
- Specified by:
getTableName
in interfacebr.com.intersys.systextil.connection.IDAO<LogExecucaoRefatDevolDTO>
-
listPrimaryKeys
- Specified by:
listPrimaryKeys
in interfacebr.com.intersys.systextil.connection.IDAO<LogExecucaoRefatDevolDTO>
-
parse
- Specified by:
parse
in interfacebr.com.intersys.systextil.connection.IDAO<LogExecucaoRefatDevolDTO>
-
create
public boolean create(br.com.intersys.systextil.connection.AppConnection appConnection, LogExecucaoRefatDevolDTO logDto) -
getNextSeq
public int getNextSeq(br.com.intersys.systextil.connection.AppConnection conn, LogExecucaoRefatDevolDTO dto) -
remove
public boolean remove(br.com.intersys.systextil.connection.AppConnection appConnection, int codEmpresa, int notaFiscal, String serie) -
insereLog
-