Uses of Interface
systextil.services.vendas.VendasService
Packages that use VendasService
Package
Description
-
Uses of VendasService in systextil.services.estoque
Methods in systextil.services.estoque with parameters of type VendasServiceModifier and TypeMethodDescriptionbooleanEstoqueDummy.transferirPecasDoRomaneio(br.com.intersys.systextil.connection.AppConnection conn, VendasService vendas, int empresa, int usuario, int romaneio) booleanEstoqueService.transferirPecasDoRomaneio(br.com.intersys.systextil.connection.AppConnection conn, VendasService vendas, int empresa, int usuario, int romaneio) -
Uses of VendasService in systextil.services.expedicao
Methods in systextil.services.expedicao with parameters of type VendasServiceModifier and TypeMethodDescriptionbooleanExpedicaoService.expedirVolumesDePecas(br.com.intersys.systextil.connection.AppConnection conn, EstoqueService estoque, VendasService vendas, int empresa, int usuario, int romaneio) -
Uses of VendasService in systextil.services.faturamento
Methods in systextil.services.faturamento with parameters of type VendasServiceModifier and TypeMethodDescriptionintFaturamentoService.gerarSolicitacaoDeVolumesDePecas(br.com.intersys.systextil.connection.AppConnection cn, int empresa, VendasService vendas, ArrayList<Integer> pedidos, String serie, int romaneio) -
Uses of VendasService in systextil.services.vendas
Classes in systextil.services.vendas that implement VendasServiceMethods in systextil.services.vendas that return VendasServiceModifier and TypeMethodDescriptionstatic VendasServiceVendasProvedor.getService()Disponibiliza o serviço de vendas para plugins externos.