@Controller(value="downloadCategoriaM")
@Scope(value="session")
public class DownloadCategoriaMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private CategoriaPortalService |
categoriaPortalService |
private MensagemUtil |
downloadBundle |
private DownloadCategoriaService |
downloadCategoriaService |
private java.util.List<javax.faces.model.SelectItem> |
listaCategorias |
private static long |
serialVersionUID |
Constructor and Description |
---|
DownloadCategoriaMBean() |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.faces.model.SelectItem> |
getListaCategorias() |
BaseService |
getService() |
java.lang.Boolean |
preApagar() |
private static final long serialVersionUID
@Autowired private DownloadCategoriaService downloadCategoriaService
private MensagemUtil downloadBundle
private java.util.List<javax.faces.model.SelectItem> listaCategorias
@Autowired private CategoriaPortalService categoriaPortalService