Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | import javax.inject.Inject; |
3 | import javax.inject.Inject; |
| 4 | import javax.inject.Named; |
4 | import javax.inject.Named; |
| 5 | 5 | ||
| 6 | import org.springframework.context.annotation.Scope; |
6 | import org.springframework.context.annotation.Scope; |
| 7 | 7 | ||
| - | 8 | import br.com.ec.core.util.DataUtils; |
|
| 8 | import br.com.ec.domain.dto.ReservaProdutoDTO; |
9 | import br.com.ec.domain.dto.ReservaProdutoDTO; |
| 9 | import br.com.ec.domain.model.Produto; |
10 | import br.com.ec.domain.model.Produto; |
| 10 | import br.com.ec.domain.model.Usuario; |
11 | import br.com.ec.domain.model.Usuario; |
| 11 | import br.com.ec.domain.service.usuario.UsuarioService; |
12 | import br.com.ec.domain.service.usuario.UsuarioService; |
| 12 | import br.edu.cesmac.core.util.DataUtils; |
- | |
| 13 | import br.edu.cesmac.web.exception.VerificadorLancamentoException; |
- | |
| 14 | import br.edu.cesmac.web.exception.VerificadorLancamentoException.CommandBean; |
- | |
| - | 13 | import br.com.ec.web.exception.VerificadorLancamentoException; |
|
| - | 14 | import br.com.ec.web.exception.VerificadorLancamentoException.CommandBean; |
|
| 15 | 15 | ||
| 16 | @Named |
16 | @Named |
| 17 | @Scope("view") |
17 | @Scope("view") |
| 18 | public class InformarReservaBean { |
18 | public class InformarReservaBean { |
| 19 | 19 | ||