@Scope(value="session")
@Controller(value="folhaEventoProventoM")
public class FolhaEventoProventoMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private FolhaCentroCustoDotacaoService |
folhaCentroCustoDotacaoService |
private FolhaEventoProventoService |
folhaEventoProventoService |
private FolhaEventoService |
folhaEventoService |
private FolhaVinculoService |
folhaVinculoService |
private java.util.List<javax.faces.model.SelectItem> |
listaEvento |
private java.util.List<javax.faces.model.SelectItem> |
listaVinculo |
private PlanoDespesaFiltroMBean |
planoDespesaFiltroMBean |
private PlanoOrcamentarioVo |
planoDespesaFiltroSelecionado |
private static long |
serialVersionUID |
Constructor and Description |
---|
FolhaEventoProventoMBean() |
Modifier and Type | Method and Description |
---|---|
void |
buscaDadosDespesa(javax.faces.event.AjaxBehaviorEvent evt) |
void |
buscaDadosDespesaFormatado(javax.faces.event.AjaxBehaviorEvent evt) |
void |
buscaInformacaoesCredor(javax.faces.event.AjaxBehaviorEvent evt) |
java.util.List<javax.faces.model.SelectItem> |
getListaEvento() |
java.util.List<javax.faces.model.SelectItem> |
getListaVinculo() |
PlanoOrcamentarioVo |
getPlanoDespesaFiltroSelecionado() |
BaseService |
getService() |
void |
inicializaPrograma() |
void |
posCriar(int registro) |
java.lang.Boolean |
preSalvarRegistro(FolhaEventoProvento entidade,
br.inf.thema.erp.padrao.mbean.MBeanManutencao.AcaoSalvar acao) |
void |
setCadastroGeral(CadastroGeral cadastroGeral) |
void |
setPlanoDespesaFiltroSelecionado(PlanoOrcamentarioVo planoDespesaFiltroSelecionado) |
void |
validaEventoFolha(javax.faces.event.AjaxBehaviorEvent evt) |
private static final long serialVersionUID
@Autowired private FolhaEventoProventoService folhaEventoProventoService
@Autowired private FolhaCentroCustoDotacaoService folhaCentroCustoDotacaoService
@Autowired private FolhaVinculoService folhaVinculoService
@Autowired private FolhaEventoService folhaEventoService
@Autowired private PlanoDespesaFiltroMBean planoDespesaFiltroMBean
private java.util.List<javax.faces.model.SelectItem> listaEvento
private java.util.List<javax.faces.model.SelectItem> listaVinculo
private PlanoOrcamentarioVo planoDespesaFiltroSelecionado
public BaseService getService()
public void inicializaPrograma() throws ErpException
ErpException
public void posCriar(int registro)
public java.lang.Boolean preSalvarRegistro(FolhaEventoProvento entidade, br.inf.thema.erp.padrao.mbean.MBeanManutencao.AcaoSalvar acao)
public void validaEventoFolha(javax.faces.event.AjaxBehaviorEvent evt)
public void buscaDadosDespesa(javax.faces.event.AjaxBehaviorEvent evt)
public void buscaDadosDespesaFormatado(javax.faces.event.AjaxBehaviorEvent evt)
public void buscaInformacaoesCredor(javax.faces.event.AjaxBehaviorEvent evt)
public java.util.List<javax.faces.model.SelectItem> getListaEvento()
public java.util.List<javax.faces.model.SelectItem> getListaVinculo()
public PlanoOrcamentarioVo getPlanoDespesaFiltroSelecionado()
public void setPlanoDespesaFiltroSelecionado(PlanoOrcamentarioVo planoDespesaFiltroSelecionado)
public void setCadastroGeral(CadastroGeral cadastroGeral)