Rev 106 | Go to most recent revision | 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.controller.util; |
1 | package br.com.ec.controller.util; |
| 2 | 2 | ||
| 3 | import java.util.Calendar; |
- | |
| 4 | import java.util.Date; |
3 | import java.util.Date; |
| 5 | import java.util.GregorianCalendar; |
- | |
| 6 | 4 | ||
| 7 | import javax.faces.bean.ManagedBean; |
5 | import javax.faces.bean.ManagedBean; |
| 8 | 6 | ||
| 9 | import org.springframework.context.annotation.Scope; |
7 | import org.springframework.context.annotation.Scope; |
| 10 | import org.springframework.stereotype.Component; |
8 | import org.springframework.stereotype.Component; |
| 11 | 9 | ||
| - | 10 | import br.com.ec.core.util.DataUtils; |
|
| - | 11 | import br.com.ec.core.util.VerificadorUtil; |
|
| 12 | import br.com.ec.domain.shared.ConstantesSEC; |
12 | import br.com.ec.domain.shared.ConstantesSEC; |
| 13 | import br.com.ec.domain.shared.TipoCor; |
13 | import br.com.ec.domain.shared.TipoCor; |
| 14 | import br.edu.cesmac.core.util.DataUtils; |
- | |
| 15 | import br.edu.cesmac.core.util.VerificadorUtil; |
- | |
| 16 | 14 | ||
| 17 | @Component |
15 | @Component |
| 18 | @ManagedBean |
16 | @ManagedBean |
| 19 | @Scope("view") |
17 | @Scope("view") |
| 20 | public class UtilBean { |
18 | public class UtilBean { |