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 TypeMethodDescriptionvoidcreate(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) voidupdate(br.com.intersys.systextil.connection.AppConnection conn, ExecucaoRefatDevolDTO execDto)
-
Constructor Details
-
ExecucaoRefatDevolDAO
public ExecucaoRefatDevolDAO()
-
-
Method Details
-
getTableName
- Specified by:
getTableNamein interfacebr.com.intersys.systextil.connection.IDAO<ExecucaoRefatDevolDTO>
-
listPrimaryKeys
- Specified by:
listPrimaryKeysin interfacebr.com.intersys.systextil.connection.IDAO<ExecucaoRefatDevolDTO>
-
parse
- Specified by:
parsein 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)
-