Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 5... | Line 5... | ||
| 5 | import javax.annotation.PostConstruct; |
5 | import javax.annotation.PostConstruct; |
| 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.core.util.DataUtils; |
|
| 10 | import br.com.ec.domain.dto.MegaCombinacaoDTO; |
11 | import br.com.ec.domain.dto.MegaCombinacaoDTO; |
| 11 | import br.com.ec.domain.dto.MegaDTO; |
12 | import br.com.ec.domain.dto.MegaDTO; |
| 12 | import br.com.ec.domain.service.email.impl.GerenciadorEmailImpl; |
13 | import br.com.ec.domain.service.email.impl.GerenciadorEmailImpl; |
| 13 | import br.com.ec.domain.shared.ConstantesSEC; |
14 | import br.com.ec.domain.shared.ConstantesSEC; |
| 14 | import br.edu.cesmac.core.util.DataUtils; |
- | |
| 15 | import br.edu.cesmac.web.exception.VerificadorLancamentoException; |
- | |
| 16 | import br.edu.cesmac.web.exception.VerificadorLancamentoException.CommandBean; |
- | |
| 17 | import br.edu.cesmac.web.message.LancadorMensagem; |
- | |
| - | 15 | import br.com.ec.web.exception.VerificadorLancamentoException; |
|
| - | 16 | import br.com.ec.web.exception.VerificadorLancamentoException.CommandBean; |
|
| - | 17 | import br.com.ec.web.message.LancadorMensagem; |
|
| 18 | 18 | ||
| 19 | @Named |
19 | @Named |
| 20 | @Scope("view") |
20 | @Scope("view") |
| 21 | public class MegaBean implements Serializable { |
21 | public class MegaBean implements Serializable { |
| 22 | 22 | ||