Uses of Class
br.com.intersys.systextil.function.posthaus.dto.CancelamentoDTO
Packages that use CancelamentoDTO
-
Uses of CancelamentoDTO in br.com.intersys.systextil.function.posthaus.dao
Methods in br.com.intersys.systextil.function.posthaus.dao that return CancelamentoDTOModifier and TypeMethodDescriptionCancelamentoDAO.parse
(br.com.intersys.systextil.connection.AppConnection cn) Methods in br.com.intersys.systextil.function.posthaus.dao that return types with arguments of type CancelamentoDTOModifier and TypeMethodDescriptionCancelamentoDAO.listCancelamentos
(br.com.intersys.systextil.connection.AppConnection conn, int idHaus002) Methods in br.com.intersys.systextil.function.posthaus.dao with parameters of type CancelamentoDTOModifier and TypeMethodDescriptionvoid
CancelamentoDAO.insert
(br.com.intersys.systextil.connection.AppConnection conn, CancelamentoDTO dto) boolean
CancelamentoDAO.update
(br.com.intersys.systextil.connection.AppConnection conn, CancelamentoDTO dto)