@Scope(value="session")
@Controller(value="folhaDespesaExtraM")
public class FolhaDespesaExtraMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private CadastroGeralService |
cadastroGeralService |
private java.lang.String |
exercicio |
private FolhaDespesaExtraService |
folhaDespesaExtraService |
private FolhaEmpenhoService |
folhaEmpenhoService |
private FolhaEventoService |
folhaEventoService |
private java.util.List<javax.faces.model.SelectItem> |
listaDestinacao |
private java.util.List<javax.faces.model.SelectItem> |
listaEvento |
private java.util.List<javax.faces.model.SelectItem> |
listaRecurso |
private MensagemUtil |
mensagemCadastroGeral |
private MensagemUtil |
mensagemUtil |
private RecursoDestinacaoService |
recursoDestinacaoService |
private RecursoVinculadoService |
recursoVinculadoService |
private static long |
serialVersionUID |
Constructor and Description |
---|
FolhaDespesaExtraMBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExercicio() |
java.util.List<javax.faces.model.SelectItem> |
getListaDestinacao() |
java.util.List<javax.faces.model.SelectItem> |
getListaEvento() |
java.util.List<javax.faces.model.SelectItem> |
getListaRecurso() |
BaseService |
getService() |
java.lang.String |
getTitle() |
void |
inicializaPrograma() |
void |
init() |
private void |
limpaCredor() |
private void |
limpaDescontoContabil() |
void |
onChangeEvento(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent) |
void |
onChangeInscricao(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent) |
void |
onChangeNumero(javax.faces.event.AjaxBehaviorEvent evt) |
void |
setCredor(CadastroGeral cadastroGeral) |
void |
setExercicio(java.lang.String exercicio) |
void |
setReceitaExtraOrcamentariaSelecionado(PlanoContabilVo planoContabilVo) |
private static final long serialVersionUID
@Autowired private FolhaDespesaExtraService folhaDespesaExtraService
@Autowired private FolhaEventoService folhaEventoService
@Autowired private RecursoVinculadoService recursoVinculadoService
@Autowired private RecursoDestinacaoService recursoDestinacaoService
@Autowired private CadastroGeralService cadastroGeralService
@Autowired private FolhaEmpenhoService folhaEmpenhoService
private java.util.List<javax.faces.model.SelectItem> listaEvento
private java.util.List<javax.faces.model.SelectItem> listaRecurso
private java.util.List<javax.faces.model.SelectItem> listaDestinacao
private MensagemUtil mensagemUtil
private MensagemUtil mensagemCadastroGeral
private java.lang.String exercicio
public BaseService getService()
public void init() throws ErpException
ErpException
public void inicializaPrograma() throws ErpException
ErpException
public void onChangeEvento(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)
public void onChangeInscricao(javax.faces.event.AjaxBehaviorEvent ajaxBehaviorEvent)
private void limpaCredor()
public java.util.List<javax.faces.model.SelectItem> getListaEvento()
public java.util.List<javax.faces.model.SelectItem> getListaRecurso()
public java.util.List<javax.faces.model.SelectItem> getListaDestinacao()
public java.lang.String getTitle()
public void setCredor(CadastroGeral cadastroGeral)
public void onChangeNumero(javax.faces.event.AjaxBehaviorEvent evt)
private void limpaDescontoContabil()
public void setReceitaExtraOrcamentariaSelecionado(PlanoContabilVo planoContabilVo)
public java.lang.String getExercicio()
public void setExercicio(java.lang.String exercicio)