Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | package br.com.ec.domain.service.linhavivo.impl; |
1 | package br.com.ec.domain.service.linhavivo.impl; |
| 2 | 2 | ||
| 3 | import org.springframework.beans.factory.annotation.Autowired; |
3 | import org.springframework.beans.factory.annotation.Autowired; |
| 4 | import org.springframework.stereotype.Service; |
4 | import org.springframework.stereotype.Service; |
| 5 | 5 | ||
| - | 6 | import br.com.ec.core.generic.AbstractService; |
|
| - | 7 | import br.com.ec.core.generic.GenericRepository; |
|
| - | 8 | import br.com.ec.core.util.DataUtils; |
|
| - | 9 | import br.com.ec.core.validador.Validador; |
|
| 6 | import br.com.ec.domain.model.LinhaVivo; |
10 | import br.com.ec.domain.model.LinhaVivo; |
| 7 | import br.com.ec.domain.service.linhavivo.LinhaVivoService; |
11 | import br.com.ec.domain.service.linhavivo.LinhaVivoService; |
| 8 | import br.com.ec.infrastructure.repository.LinhaVivoRepository; |
12 | import br.com.ec.infrastructure.repository.LinhaVivoRepository; |
| 9 | import br.edu.cesmac.core.generic.AbstractService; |
- | |
| 10 | import br.edu.cesmac.core.generic.GenericRepository; |
- | |
| 11 | import br.edu.cesmac.core.util.DataUtils; |
- | |
| 12 | import br.edu.cesmac.core.validador.Validador; |
- | |
| 13 | 13 | ||
| 14 | @Service |
14 | @Service |
| 15 | public class LinhaVivoServiceImpl extends AbstractService<LinhaVivo> implements LinhaVivoService { |
15 | public class LinhaVivoServiceImpl extends AbstractService<LinhaVivo> implements LinhaVivoService { |
| 16 | 16 | ||
| 17 | private LinhaVivoRepository linhaVivoRepository; |
17 | private LinhaVivoRepository linhaVivoRepository; |