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) void
insert
(br.com.intersys.systextil.connection.AppConnection conn, PostHausDevolucoesDTO dto) String[]
parse
(br.com.intersys.systextil.connection.AppConnection conn) boolean
update
(br.com.intersys.systextil.connection.AppConnection conn, PostHausDevolucoesDTO dto)
-
Constructor Details
-
PostHausDevolucoesDAO
public PostHausDevolucoesDAO()
-
-
Method Details
-
getTableName
- Specified by:
getTableName
in interfacebr.com.intersys.systextil.connection.IDAO<PostHausDevolucoesDTO>
-
listPrimaryKeys
- Specified by:
listPrimaryKeys
in interfacebr.com.intersys.systextil.connection.IDAO<PostHausDevolucoesDTO>
-
parse
- Specified by:
parse
in 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)
-