Uses of Class
systextil.dao.ItensDoVolume
Packages that use ItensDoVolume
Package
Description
Faz o mapeamento de tabelas de banco de dados do Systêxtil 5 para classes Java,
utilizando orientação a objetos e funcionalidades de baixo nível.
-
Uses of ItensDoVolume in systextil.dao
Methods in systextil.dao that return ItensDoVolumeModifier and TypeMethodDescriptionstatic ItensDoVolume
ItensDoVolume.getByVolumeCaracteristica
(br.com.intersys.systextil.connection.AppConnection conn, int numero_volume, int caracteristica) Método responsável por retornar o item do volume por volume e característicastatic ItensDoVolume[]
ItensDoVolume.listItensDeUmVolume
(br.com.intersys.systextil.connection.AppConnection cn, Volume volume) Methods in systextil.dao that return types with arguments of type ItensDoVolumeModifier and TypeMethodDescriptionstatic List
<ItensDoVolume> ItensDoVolume.listByNotaFiscalProdutoItemPedido
(br.com.intersys.systextil.connection.AppConnection appConnection, int codigoEmpresa, int notaFiscal, String serie, int seqItemPedido, String produtoVenda) static List
<ItensDoVolume> ItensDoVolume.listByVolume
(br.com.intersys.systextil.connection.AppConnection cn, int numero_volume)