public class ComprasGeralPublicServiceImpl extends java.lang.Object implements ComprasGeralPublicService
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ComprasGeralPublicServiceImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
buscaTipoGrupoProtocoloDefault(java.lang.String moduloIntegracao) |
java.lang.Double |
calculaPrecoTotal(java.lang.Double quantidade,
java.lang.Double valorUnitario,
java.lang.Double arredondamento) |
java.lang.String |
modeloArredondamentoGet() |
private static final long serialVersionUID
public java.util.Map<java.lang.String,java.lang.Object> buscaTipoGrupoProtocoloDefault(java.lang.String moduloIntegracao) throws ErpServiceException
buscaTipoGrupoProtocoloDefault
in interface ComprasGeralPublicService
ErpServiceException
public java.lang.String modeloArredondamentoGet() throws ErpServiceException
modeloArredondamentoGet
in interface ComprasGeralPublicService
ErpServiceException
public java.lang.Double calculaPrecoTotal(java.lang.Double quantidade, java.lang.Double valorUnitario, java.lang.Double arredondamento) throws ErpServiceException
calculaPrecoTotal
in interface ComprasGeralPublicService
ErpServiceException