@Controller(value="aplicacaoFinanceiraM")
@Scope(value="session")
public class AplicacaoFinanceiraMBean
extends <any>
AplicacaoFinanceiraVo
Modifier and Type | Field and Description |
---|---|
private AplicacaoFinanceiraService |
aplicacaoFinanceiraService |
private java.util.List<javax.faces.model.SelectItem> |
bancos |
private BancoService |
bancoService |
private java.sql.Date |
dataResgate |
private java.lang.String |
descricao |
private java.lang.String |
documento |
private java.util.List<javax.faces.model.SelectItem> |
listaIndice |
private java.util.List<Moeda> |
listaMoeda |
private MensagemUtil |
mensagem |
private ModeloService |
modeloService |
private MoedaService |
moedaService |
private java.lang.Boolean |
mostraMovimento |
private java.lang.String |
origemFiltroContaBancaria |
private java.util.List<javax.faces.model.SelectItem> |
periodosDeCorrecao |
private static long |
serialVersionUID |
private java.util.List<javax.faces.model.SelectItem> |
situacoes |
private TipoInvestimentoService |
tipoInvestimentoService |
private java.util.List<javax.faces.model.SelectItem> |
tipos |
private java.util.List<javax.faces.model.SelectItem> |
tiposDeInvestimentos |
private java.lang.Double |
valorResgatado |
private VariaveisDeSessaoProxyImpl |
variaveisDeSessaoProxyImpl |
Constructor and Description |
---|
AplicacaoFinanceiraMBean() |
Modifier and Type | Method and Description |
---|---|
void |
cancelarMovimento() |
void |
cancelarResgate() |
private void |
changeChaveConta(java.lang.String coluna) |
void |
changeData(javax.faces.event.AjaxBehaviorEvent evt) |
void |
confirmaMovimentoAcumulado() |
void |
efetuaFormula(javax.faces.event.AjaxBehaviorEvent evt) |
void |
encerrar() |
java.util.List<javax.faces.model.SelectItem> |
getBancos() |
java.sql.Date |
getDataResgate() |
java.lang.String |
getDescricao() |
java.lang.String |
getDocumento() |
java.util.List<javax.faces.model.SelectItem> |
getListaIndice() |
java.lang.Boolean |
getMostraMovimento() |
java.lang.String |
getOrigemFiltroContaBancaria() |
java.util.List<javax.faces.model.SelectItem> |
getPeriodosDeCorrecao() |
BaseService |
getService() |
java.util.List<javax.faces.model.SelectItem> |
getSituacoes() |
java.util.List<javax.faces.model.SelectItem> |
getTipos() |
java.util.List<javax.faces.model.SelectItem> |
getTiposDeInvestimentos() |
java.util.List<Permissao> |
getToolbarAcoes() |
java.lang.Double |
getValorResgatado() |
void |
inicializaPrograma() |
void |
limpaCampos() |
private void |
limpaDadosAplicacao() |
private void |
limpaDadosMovimento() |
void |
movimentoAcumulado() |
void |
onChangeChaveContaAplicacao(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeChaveContaMovimento(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeDataAplicacao(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeDataPrevisao(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangePrazo(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeTipo(javax.faces.event.AjaxBehaviorEvent event)
Popula o tipo investimento com a classificação do tipo de aplicação
financeira.
|
void |
posCriar(int registro) |
void |
reativar() |
void |
resgataLongoPrazo() |
void |
resgatar() |
void |
setBancos(java.util.List<javax.faces.model.SelectItem> bancos) |
void |
setContaBancariaSelecionado(ContaBancariaVo contaBancariaVo) |
void |
setDataResgate(java.sql.Date dataResgate) |
void |
setDescricao(java.lang.String descricao) |
void |
setDocumento(java.lang.String documento) |
void |
setMostraMovimento(java.lang.Boolean mostraMovimento) |
void |
setOrigemFiltroContaBancaria(java.lang.String origemFiltroContaBancaria) |
void |
setValorResgatado(java.lang.Double valorResgatado) |
private java.util.Map<java.lang.String,java.lang.Object> |
verificaContas(java.lang.String coluna,
java.lang.String exercicio,
java.lang.Long tipo,
java.lang.Long chaveContaA,
java.lang.Long chaveContaM) |
private static final long serialVersionUID
@Autowired private AplicacaoFinanceiraService aplicacaoFinanceiraService
@Autowired private TipoInvestimentoService tipoInvestimentoService
@Autowired private VariaveisDeSessaoProxyImpl variaveisDeSessaoProxyImpl
@Autowired private MoedaService moedaService
@Autowired private ModeloService modeloService
@Autowired private BancoService bancoService
private MensagemUtil mensagem
private java.util.List<javax.faces.model.SelectItem> tipos
private java.util.List<javax.faces.model.SelectItem> tiposDeInvestimentos
private java.util.List<javax.faces.model.SelectItem> situacoes
private java.util.List<javax.faces.model.SelectItem> periodosDeCorrecao
private java.util.List<javax.faces.model.SelectItem> listaIndice
private java.util.List<javax.faces.model.SelectItem> bancos
private java.sql.Date dataResgate
private java.lang.Double valorResgatado
private java.lang.String documento
private java.lang.String descricao
private java.lang.String origemFiltroContaBancaria
private java.util.List<Moeda> listaMoeda
private java.lang.Boolean mostraMovimento
public void inicializaPrograma() throws ErpException
ErpException
public BaseService getService()
public java.util.List<javax.faces.model.SelectItem> getTipos()
public java.util.List<javax.faces.model.SelectItem> getTiposDeInvestimentos()
public java.util.List<javax.faces.model.SelectItem> getSituacoes()
public java.util.List<javax.faces.model.SelectItem> getPeriodosDeCorrecao()
public java.util.List<javax.faces.model.SelectItem> getListaIndice()
public java.sql.Date getDataResgate()
public void setDataResgate(java.sql.Date dataResgate)
public java.lang.Double getValorResgatado()
public void setValorResgatado(java.lang.Double valorResgatado)
public java.lang.String getDocumento()
public void setDocumento(java.lang.String documento)
public java.lang.String getDescricao()
public void setDescricao(java.lang.String descricao)
public java.lang.String getOrigemFiltroContaBancaria()
public void setOrigemFiltroContaBancaria(java.lang.String origemFiltroContaBancaria)
public void posCriar(int registro)
public void onChangeTipo(javax.faces.event.AjaxBehaviorEvent event)
event
- private java.util.Map<java.lang.String,java.lang.Object> verificaContas(java.lang.String coluna, java.lang.String exercicio, java.lang.Long tipo, java.lang.Long chaveContaA, java.lang.Long chaveContaM) throws ErpServiceException
ErpServiceException
public void onChangeDataAplicacao(javax.faces.event.AjaxBehaviorEvent event)
public void onChangeChaveContaMovimento(javax.faces.event.AjaxBehaviorEvent event)
public void onChangeChaveContaAplicacao(javax.faces.event.AjaxBehaviorEvent event)
private void changeChaveConta(java.lang.String coluna) throws ErpException
ErpException
private void limpaDadosMovimento()
private void limpaDadosAplicacao()
public void onChangeDataPrevisao(javax.faces.event.AjaxBehaviorEvent event)
public void onChangePrazo(javax.faces.event.AjaxBehaviorEvent event)
public void resgatar()
public void resgataLongoPrazo()
public void encerrar()
public void reativar()
public void cancelarResgate()
public java.util.List<Permissao> getToolbarAcoes()
public void setContaBancariaSelecionado(ContaBancariaVo contaBancariaVo)
public void movimentoAcumulado()
public void confirmaMovimentoAcumulado()
public void changeData(javax.faces.event.AjaxBehaviorEvent evt)
public void efetuaFormula(javax.faces.event.AjaxBehaviorEvent evt)
public void cancelarMovimento()
public void limpaCampos()
public java.lang.Boolean getMostraMovimento()
public void setMostraMovimento(java.lang.Boolean mostraMovimento)
public java.util.List<javax.faces.model.SelectItem> getBancos()
public void setBancos(java.util.List<javax.faces.model.SelectItem> bancos)