@Scope(value="session")
@Controller(value="itemReceitaOrcamentoM")
public class ItemReceitaOrcamentoMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
exercicioCorrente |
private ItemReceitaOrcamentoService |
itemReceitaOrcamentoService |
private ItemReceitaService |
itemReceitaService |
private java.util.List<javax.faces.model.SelectItem> |
itens |
private MensagemUtil |
mensagem |
private PlanoReceitaService |
planoReceitaService |
private java.util.List<javax.faces.model.SelectItem> |
receitas |
private java.util.List<javax.faces.model.SelectItem> |
receitasCodigo |
private static long |
serialVersionUID |
private VariaveisDeSessaoProxyImpl |
variaveisDeSessaoProxyImpl |
Constructor and Description |
---|
ItemReceitaOrcamentoMBean() |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.faces.model.SelectItem> |
getItens() |
java.util.List<javax.faces.model.SelectItem> |
getReceitas() |
java.util.List<javax.faces.model.SelectItem> |
getReceitasCodigo() |
BaseService |
getService() |
java.lang.String |
getTitle() |
void |
init() |
private static final long serialVersionUID
@Autowired private ItemReceitaOrcamentoService itemReceitaOrcamentoService
@Autowired private PlanoReceitaService planoReceitaService
@Autowired private ItemReceitaService itemReceitaService
@Autowired private VariaveisDeSessaoProxyImpl variaveisDeSessaoProxyImpl
private java.util.List<javax.faces.model.SelectItem> receitas
private java.util.List<javax.faces.model.SelectItem> itens
private java.util.List<javax.faces.model.SelectItem> receitasCodigo
private java.lang.String exercicioCorrente
private MensagemUtil mensagem
public BaseService getService()
public void init() throws ErpException
ErpException
public java.util.List<javax.faces.model.SelectItem> getReceitas()
public java.util.List<javax.faces.model.SelectItem> getReceitasCodigo()
public java.util.List<javax.faces.model.SelectItem> getItens()
public java.lang.String getTitle()