Rev 462 | Rev 485 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 462 | Rev 468 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | 7 | ||
| 8 | public interface NotaFiscalProdutoService extends GenericService<NotaFiscalProduto> { |
8 | public interface NotaFiscalProdutoService extends GenericService<NotaFiscalProduto> { |
| 9 | 9 | ||
| 10 | void excluirNotaFiscalProduto(NotaFiscalProdutoDTO notaFiscalProdutoDTO); |
10 | void excluirNotaFiscalProduto(NotaFiscalProdutoDTO notaFiscalProdutoDTO); |
| 11 | 11 | ||
| 12 | void vinculoProdutoNaNotaFiscal(Long sequencialNotaFiscal, Long sequencialProduto, Integer quantidadeProduto); |
- | |
| - | 12 | void vinculoProdutoNaNotaFiscal(Long sequencialNotaFiscal, Long sequencialProduto, Long sequencialCompraProduto, Integer quantidadeProduto); |
|
| 13 | 13 | ||
| 14 | /*
|
14 | /*
|
| 15 | NotaFiscal detalhar(Long sequencialNotaFiscal);
|
15 | NotaFiscal detalhar(Long sequencialNotaFiscal);
|
| 16 |
|
16 |
|
| 17 | List<String> consultarNcms(ParametrosConsultaNotaFiscal parametrosConsultaNotaFiscalDTO);
|
17 | List<String> consultarNcms(ParametrosConsultaNotaFiscal parametrosConsultaNotaFiscalDTO);
|