Package systextil.dao
Class ExecucaoRefatDevolDAO
java.lang.Object
systextil.dao.ExecucaoRefatDevolDAO
- All Implemented Interfaces:
br.com.intersys.systextil.connection.IDAO<ExecucaoRefatDevolDTO>
public class ExecucaoRefatDevolDAO
extends Object
implements br.com.intersys.systextil.connection.IDAO<ExecucaoRefatDevolDTO>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(br.com.intersys.systextil.connection.AppConnection conn, ExecucaoRefatDevolDTO execDto) get
(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa, int notaFiscal, String serie) String[]
parse
(br.com.intersys.systextil.connection.AppConnection conn) void
update
(br.com.intersys.systextil.connection.AppConnection conn, ExecucaoRefatDevolDTO execDto)
-
Constructor Details
-
ExecucaoRefatDevolDAO
public ExecucaoRefatDevolDAO()
-
-
Method Details
-
getTableName
- Specified by:
getTableName
in interfacebr.com.intersys.systextil.connection.IDAO<ExecucaoRefatDevolDTO>
-
listPrimaryKeys
- Specified by:
listPrimaryKeys
in interfacebr.com.intersys.systextil.connection.IDAO<ExecucaoRefatDevolDTO>
-
parse
- Specified by:
parse
in interfacebr.com.intersys.systextil.connection.IDAO<ExecucaoRefatDevolDTO>
-
get
public ExecucaoRefatDevolDTO get(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa, int notaFiscal, String serie) -
create
public void create(br.com.intersys.systextil.connection.AppConnection conn, ExecucaoRefatDevolDTO execDto) -
update
public void update(br.com.intersys.systextil.connection.AppConnection conn, ExecucaoRefatDevolDTO execDto)
-