Rev 114 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 114 | Rev 195 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | 4 | ||
| - | 5 | import br.com.ec.core.generic.GenericRepository; |
|
| 5 | import br.com.ec.domain.model.Categoria; |
6 | import br.com.ec.domain.model.Categoria; |
| 6 | import br.com.ec.domain.model.Orcamento; |
7 | import br.com.ec.domain.model.Orcamento; |
| 7 | import br.edu.cesmac.core.generic.GenericRepository; |
- | |
| 8 | 8 | ||
| 9 | public interface OrcamentoRepository extends GenericRepository<Orcamento> { |
9 | public interface OrcamentoRepository extends GenericRepository<Orcamento> { |
| 10 | 10 | ||
| 11 | Orcamento consultarOrcamento(Date dataInicial, Date dataFinal, Categoria categoria, String tipoCategoria); |
11 | Orcamento consultarOrcamento(Date dataInicial, Date dataFinal, Categoria categoria, String tipoCategoria); |
| 12 | 12 | ||