Rev 229 | Rev 253 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 229 | Rev 230 | ||
|---|---|---|---|
| Line 6... | Line 6... | ||
| 6 | import br.com.ec.domain.modal.Venda; |
6 | import br.com.ec.domain.modal.Venda; |
| 7 | 7 | ||
| 8 | public interface VendaService extends GenericService<Venda> { |
8 | public interface VendaService extends GenericService<Venda> { |
| 9 | 9 | ||
| 10 | Integer obterQuantidadeDeVendasPorLojaEePeriodo(Long sequencialLoja, Date dataInicial, Date dataFinal); |
10 | Integer obterQuantidadeDeVendasPorLojaEePeriodo(Long sequencialLoja, Date dataInicial, Date dataFinal); |
| - | 11 | ||
| - | 12 | Double obterValorTotalBrutoDeVendasPorLojaEePeriodo(Long sequencialLoja, Date dataInicial, Date dataFinal); |
|
| 11 | 13 | ||
| 12 | /*
|
14 | /*
|
| 13 | Venda detalharVenda(Venda venda);
|
15 | Venda detalharVenda(Venda venda);
|
| 14 |
|
16 |
|
| 15 | Venda detalharVendaCompleta(Venda venda);
|
17 | Venda detalharVendaCompleta(Venda venda);
|