Uses of Class
br.com.intersys.systextil.function.posthaus.dto.ArquivoDTO
Packages that use ArquivoDTO
-
Uses of ArquivoDTO in br.com.intersys.systextil.function.posthaus.dao
Methods in br.com.intersys.systextil.function.posthaus.dao that return ArquivoDTOModifier and TypeMethodDescriptionArquivoDAO.getByFileName
(br.com.intersys.systextil.connection.AppConnection conn, String fileName) ArquivoDAO.parse
(br.com.intersys.systextil.connection.AppConnection cn) Methods in br.com.intersys.systextil.function.posthaus.dao that return types with arguments of type ArquivoDTOModifier and TypeMethodDescriptionArquivoDAO.listAwaitingProcessing
(br.com.intersys.systextil.connection.AppConnection conn) Methods in br.com.intersys.systextil.function.posthaus.dao with parameters of type ArquivoDTOModifier and TypeMethodDescriptionint
ArquivoDAO.insert
(br.com.intersys.systextil.connection.AppConnection conn, ArquivoDTO dto) boolean
ArquivoDAO.update
(br.com.intersys.systextil.connection.AppConnection conn, ArquivoDTO dto)