@Controller(value="orcamentoAnualM")
@Scope(value="session")
public class OrcamentoAnualMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private ContabilidadeService |
contabilidadeService |
private VariaveisDeSessaoProxyImpl |
deSessaoProxyImpl |
private java.util.List<javax.faces.model.SelectItem> |
destinacao |
private java.util.List<javax.faces.model.SelectItem> |
recurso |
private RecursoDestinacaoService |
recursoDestinacaoService |
private RecursoVinculadoService |
recursoVinculadoService |
private static long |
serialVersionUID |
Constructor and Description |
---|
OrcamentoAnualMBean() |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.faces.model.SelectItem> |
getListaDestinacao() |
java.util.List<javax.faces.model.SelectItem> |
getListaRecurso() |
boolean |
getMostraBarraNavegacao() |
boolean |
getMostraForm() |
BaseService |
getService() |
void |
init() |
java.lang.Boolean |
preRelatorio(Permissao programa) |
private static final long serialVersionUID
@Autowired private RecursoVinculadoService recursoVinculadoService
@Autowired private RecursoDestinacaoService recursoDestinacaoService
@Autowired private ContabilidadeService contabilidadeService
@Autowired private VariaveisDeSessaoProxyImpl deSessaoProxyImpl
private java.util.List<javax.faces.model.SelectItem> recurso
private java.util.List<javax.faces.model.SelectItem> destinacao
public BaseService getService()
public void init() throws ErpException
ErpException
public boolean getMostraForm()
public boolean getMostraBarraNavegacao()
public java.util.List<javax.faces.model.SelectItem> getListaRecurso()
public java.util.List<javax.faces.model.SelectItem> getListaDestinacao()
public java.lang.Boolean preRelatorio(Permissao programa)