Rev 528 | Rev 698 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 528 | Rev 648 | ||
|---|---|---|---|
| Line 6... | Line 6... | ||
| 6 | import br.com.ec.core.generic.GenericService; |
6 | import br.com.ec.core.generic.GenericService; |
| 7 | import br.com.ec.domain.dto.VigenciaDTO; |
7 | import br.com.ec.domain.dto.VigenciaDTO; |
| 8 | import br.com.ec.domain.model.Vigencia; |
8 | import br.com.ec.domain.model.Vigencia; |
| 9 | 9 | ||
| 10 | public interface VigenciaService extends GenericService<Vigencia> { |
10 | public interface VigenciaService extends GenericService<Vigencia> { |
| - | 11 | ||
| - | 12 | VigenciaDTO consultarVigencia(Long sequencial); |
|
| 11 | 13 | ||
| 12 | List<VigenciaDTO> consultarVigencias(); |
14 | List<VigenciaDTO> consultarVigencias(); |
| 13 | 15 | ||
| 14 | Vigencia consultarProximaVigencia(Long sequencialVigencia); |
16 | Vigencia consultarProximaVigencia(Long sequencialVigencia); |
| 15 | 17 | ||