Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 6... | Line 6... | ||
| 6 | import javax.inject.Named; |
6 | import javax.inject.Named; |
| 7 | 7 | ||
| 8 | import org.springframework.context.annotation.Scope; |
8 | import org.springframework.context.annotation.Scope; |
| 9 | 9 | ||
| 10 | import br.com.ec.controller.managedbean.consultademanda.AberturaLojaConsultaPorDemanda; |
10 | import br.com.ec.controller.managedbean.consultademanda.AberturaLojaConsultaPorDemanda; |
| - | 11 | import br.com.ec.core.consulta.ParametrosConsulta; |
|
| - | 12 | import br.com.ec.core.generic.GenericService; |
|
| - | 13 | import br.com.ec.core.util.VerificadorUtil; |
|
| 11 | import br.com.ec.domain.model.AberturaLoja; |
14 | import br.com.ec.domain.model.AberturaLoja; |
| 12 | import br.com.ec.domain.service.aberturaloja.AberturaLojaService; |
15 | import br.com.ec.domain.service.aberturaloja.AberturaLojaService; |
| 13 | import br.edu.cesmac.core.consulta.ParametrosConsulta; |
- | |
| 14 | import br.edu.cesmac.core.generic.GenericService; |
- | |
| 15 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| 16 | import br.edu.cesmac.web.generic.AbstractBean; |
- | |
| - | 16 | import br.com.ec.web.generic.AbstractBean; |
|
| 17 | 17 | ||
| 18 | @Named |
18 | @Named |
| 19 | @Scope("view") |
19 | @Scope("view") |
| 20 | public class AberturaLojaBean extends AbstractBean<AberturaLoja> implements Serializable { |
20 | public class AberturaLojaBean extends AbstractBean<AberturaLoja> implements Serializable { |
| 21 | 21 | ||