Class ArquivoDAO
java.lang.Object
br.com.intersys.systextil.function.posthaus.dao.ArquivoDAO
- All Implemented Interfaces:
br.com.intersys.systextil.connection.IDAO<ArquivoDTO>
public class ArquivoDAO
extends Object
implements br.com.intersys.systextil.connection.IDAO<ArquivoDTO>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByFileName
(br.com.intersys.systextil.connection.AppConnection conn, String fileName) int
insert
(br.com.intersys.systextil.connection.AppConnection conn, ArquivoDTO dto) listAwaitingProcessing
(br.com.intersys.systextil.connection.AppConnection conn) String[]
parse
(br.com.intersys.systextil.connection.AppConnection cn) boolean
update
(br.com.intersys.systextil.connection.AppConnection conn, ArquivoDTO dto)
-
Constructor Details
-
ArquivoDAO
public ArquivoDAO()
-
-
Method Details
-
getTableName
- Specified by:
getTableName
in interfacebr.com.intersys.systextil.connection.IDAO<ArquivoDTO>
-
listPrimaryKeys
- Specified by:
listPrimaryKeys
in interfacebr.com.intersys.systextil.connection.IDAO<ArquivoDTO>
-
parse
- Specified by:
parse
in interfacebr.com.intersys.systextil.connection.IDAO<ArquivoDTO>
-
insert
-
update
-
getByFileName
public ArquivoDTO getByFileName(br.com.intersys.systextil.connection.AppConnection conn, String fileName) -
listAwaitingProcessing
public List<ArquivoDTO> listAwaitingProcessing(br.com.intersys.systextil.connection.AppConnection conn)
-