Rev 695 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 695 | Rev 744 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | package br.com.ec.domain.shared; |
1 | package br.com.ec.domain.shared; |
| 2 | - | ||
| 3 | import java.util.Date; |
- | |
| 4 | 2 | ||
| 5 | import javax.faces.bean.ManagedBean; |
3 | import javax.faces.bean.ManagedBean; |
| 6 | 4 | ||
| 7 | import org.springframework.context.annotation.Scope; |
5 | import org.springframework.context.annotation.Scope; |
| 8 | import org.springframework.stereotype.Component; |
6 | import org.springframework.stereotype.Component; |
| 9 | 7 | ||
| 10 | import br.com.ec.core.util.DataUtils; |
8 | import br.com.ec.core.util.DataUtils; |
| 11 | import br.com.ec.core.util.VerificadorUtil; |
9 | import br.com.ec.core.util.VerificadorUtil; |
| 12 | import br.com.ec.domain.model.tipos.TipoCor; |
- | |
| 13 | 10 | ||
| 14 | @Component |
11 | @Component |
| 15 | @ManagedBean |
12 | @ManagedBean |
| 16 | @Scope("view") |
13 | @Scope("view") |
| 17 | public class UtilBean { |
14 | public class UtilBean { |