Rev 543 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 543 | Rev 575 | ||
|---|---|---|---|
| Line 147... | Line 147... | ||
| 147 | }
|
147 | }
|
| 148 | }
|
148 | }
|
| 149 | 149 | ||
| 150 | private EstoqueAuditoria cadastrarAuditoria(Long sequencialUsuario, ProdutoLoja produtoLoja, String tipoEstoqueAuditoria, Integer quantidadeEstoqueAnterior, Integer quantidadeEstoqueNovo, /*Cliente cliente, */String observacao, String tipoVerificacao) { |
150 | private EstoqueAuditoria cadastrarAuditoria(Long sequencialUsuario, ProdutoLoja produtoLoja, String tipoEstoqueAuditoria, Integer quantidadeEstoqueAnterior, Integer quantidadeEstoqueNovo, /*Cliente cliente, */String observacao, String tipoVerificacao) { |
| 151 | return estoqueAuditoriaService.cadastrarAuditoria(sequencialUsuario, produtoLoja, quantidadeEstoqueAnterior, quantidadeEstoqueNovo, DataUtils.getDataAtual(), tipoEstoqueAuditoria, /*cliente, */observacao, tipoVerificacao); |
151 | return estoqueAuditoriaService.cadastrarAuditoria(sequencialUsuario, produtoLoja, quantidadeEstoqueAnterior, quantidadeEstoqueNovo, DataUtils.getDataAtual(), tipoEstoqueAuditoria, /*cliente, */observacao, tipoVerificacao); |
| - | 152 | }
|
|
| - | 153 | ||
| - | 154 | @Override |
|
| - | 155 | public List<ProdutoDTO> consultarProdutosDoFornecedor(Long sequencialFornecedor) { |
|
| - | 156 | return produtoRepository.consultarProdutosDoFornecedor(sequencialFornecedor); |
|
| 152 | }
|
157 | }
|
| 153 | 158 | ||
| 154 | /*
|
159 | /*
|
| 155 | @Override
|
160 | @Override
|
| 156 | public void cadastrar(Produto produto) {
|
161 | public void cadastrar(Produto produto) {
|