Class PostHausDevolucoesDAO
java.lang.Object
br.com.intersys.systextil.function.posthaus.dao.PostHausDevolucoesDAO
- All Implemented Interfaces:
br.com.intersys.systextil.connection.IDAO<PostHausDevolucoesDTO>
public class PostHausDevolucoesDAO
extends Object
implements br.com.intersys.systextil.connection.IDAO<PostHausDevolucoesDTO>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByNumeroDanfNFe(br.com.intersys.systextil.connection.AppConnection conn, String numeroDanfNFe) voidinsert(br.com.intersys.systextil.connection.AppConnection conn, PostHausDevolucoesDTO dto) String[]parse(br.com.intersys.systextil.connection.AppConnection conn) booleanupdate(br.com.intersys.systextil.connection.AppConnection conn, PostHausDevolucoesDTO dto)
-
Constructor Details
-
PostHausDevolucoesDAO
public PostHausDevolucoesDAO()
-
-
Method Details
-
getTableName
- Specified by:
getTableNamein interfacebr.com.intersys.systextil.connection.IDAO<PostHausDevolucoesDTO>
-
listPrimaryKeys
- Specified by:
listPrimaryKeysin interfacebr.com.intersys.systextil.connection.IDAO<PostHausDevolucoesDTO>
-
parse
- Specified by:
parsein interfacebr.com.intersys.systextil.connection.IDAO<PostHausDevolucoesDTO>
-
insert
public void insert(br.com.intersys.systextil.connection.AppConnection conn, PostHausDevolucoesDTO dto) -
update
public boolean update(br.com.intersys.systextil.connection.AppConnection conn, PostHausDevolucoesDTO dto) -
getByNumeroDanfNFe
public PostHausDevolucoesDTO getByNumeroDanfNFe(br.com.intersys.systextil.connection.AppConnection conn, String numeroDanfNFe)
-