Uses of Class
systextil.dao.Volume
Packages that use Volume
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 Volume in systextil.dao
Methods in systextil.dao that return VolumeModifier and TypeMethodDescriptionstatic VolumeVolume.get(br.com.intersys.systextil.connection.AppConnection conn, int volume) static Volume[]Volume.get(br.com.intersys.systextil.connection.AppConnection conn, int depositoEntrada, Date dataInventario) static VolumeVolume.make(br.com.intersys.systextil.connection.AppConnection conn) Methods in systextil.dao that return types with arguments of type VolumeModifier and TypeMethodDescriptionVolume.getVolumesByPedido(br.com.intersys.systextil.connection.AppConnection conn, int pedido_venda) Volume.listByNumPrePack(br.com.intersys.systextil.connection.AppConnection conn, int numero_pre_pack) Método responsável por buscar os volumes pelo número do pré-packMethods in systextil.dao with parameters of type VolumeModifier and TypeMethodDescriptionstatic intTiposDeVolumes.getCaracteristicaDoVolume(br.com.intersys.systextil.connection.AppConnection cn, Volume volume) static ItensDoVolume[]ItensDoVolume.listItensDeUmVolume(br.com.intersys.systextil.connection.AppConnection cn, Volume volume) static List<CodProduto> ItensDoVolume.readItensDeUmVolume(br.com.intersys.systextil.connection.AppConnection cn, Volume volume)