Uses of Class
systextil.integracao.dto.MovimentacaoLoteDTO.NotaInfo
Packages that use MovimentacaoLoteDTO.NotaInfo
-
Uses of MovimentacaoLoteDTO.NotaInfo in systextil.integracao.dao
Method parameters in systextil.integracao.dao with type arguments of type MovimentacaoLoteDTO.NotaInfoModifier and TypeMethodDescriptionNotasDao.moverNotasLote(br.com.intersys.systextil.connection.AppConnection conn, int codEmpresa, List<MovimentacaoLoteDTO.NotaInfo> notas, int codEtapa, String usuario, String origem, Mdi mdi) Move multiplas notas em lote. -
Uses of MovimentacaoLoteDTO.NotaInfo in systextil.integracao.dto
Methods in systextil.integracao.dto that return types with arguments of type MovimentacaoLoteDTO.NotaInfoMethod parameters in systextil.integracao.dto with type arguments of type MovimentacaoLoteDTO.NotaInfoModifier and TypeMethodDescriptionvoidMovimentacaoLoteDTO.setNotas(List<MovimentacaoLoteDTO.NotaInfo> notas) Constructor parameters in systextil.integracao.dto with type arguments of type MovimentacaoLoteDTO.NotaInfoModifierConstructorDescriptionMovimentacaoLoteDTO(List<MovimentacaoLoteDTO.NotaInfo> notas, Integer codEtapa, String origem)