@Scope(value="session")
@Controller(value="receitaLancadaM")
public class ReceitaLancadaMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private VariaveisDeSessaoProxyImpl |
deSessaoProxyImpl |
private EventosContabeisLivresService |
eventosContabeisLivresService |
private java.lang.String |
exercicioCorrente |
private java.util.List<javax.faces.model.SelectItem> |
listaNumeroEvento |
private ReceitaLancadaService |
receitaLancadaService |
private static long |
serialVersionUID |
Constructor and Description |
---|
ReceitaLancadaMBean() |
Modifier and Type | Method and Description |
---|---|
void |
changeCodigoOrcamentario(javax.faces.event.AjaxBehaviorEvent event) |
java.lang.String |
getExercicioCorrente() |
java.util.List<javax.faces.model.SelectItem> |
getListaNumeroEvento() |
BaseService |
getService() |
void |
inicializaPrograma() |
private void |
limpaOrcamentario() |
void |
setExercicioCorrente(java.lang.String exercicioCorrente) |
void |
setListaNumeroEvento(java.util.List<javax.faces.model.SelectItem> listaNumeroEvento) |
void |
setPlanoReceitaSelecionado(PlanoReceita planoReceita) |
private static final long serialVersionUID
@Autowired private ReceitaLancadaService receitaLancadaService
@Autowired private EventosContabeisLivresService eventosContabeisLivresService
@Autowired private VariaveisDeSessaoProxyImpl deSessaoProxyImpl
private java.lang.String exercicioCorrente
private java.util.List<javax.faces.model.SelectItem> listaNumeroEvento
public void inicializaPrograma() throws ErpException
ErpException
public BaseService getService()
public java.util.List<javax.faces.model.SelectItem> getListaNumeroEvento()
public void setListaNumeroEvento(java.util.List<javax.faces.model.SelectItem> listaNumeroEvento)
public java.lang.String getExercicioCorrente()
public void setExercicioCorrente(java.lang.String exercicioCorrente)
public void setPlanoReceitaSelecionado(PlanoReceita planoReceita)
public void changeCodigoOrcamentario(javax.faces.event.AjaxBehaviorEvent event)
private void limpaOrcamentario()