public abstract class LancamentoDecretoBaseMBean extends <any> implements SuporteDotacaoUsuarioFiltro
LancamentoDecretoVo
Modifier and Type | Field and Description |
---|---|
protected BaseTipoRecursoService |
baseTipoRecursoService |
protected java.util.Map<java.lang.String,java.lang.Object> |
categoriaContabilMap |
protected CategoriaContabilUsuarioService |
categoriaContabilUsuarioService |
protected java.lang.Long |
chave |
protected ContabilidadeService |
contabilidadeService |
protected java.lang.Long |
estruturaDigito |
protected java.lang.String |
exercicio |
protected LancamentoDecretoService |
lancamentoDecretoService |
protected LeiDecreto |
leiDecreto |
protected LeiDecretoService |
leiDecretoService |
protected java.util.List<javax.faces.model.SelectItem> |
listaBaseTipoRecurso |
protected java.util.List<javax.faces.model.SelectItem> |
listaDestinacao |
protected java.util.List<javax.faces.model.SelectItem> |
listaOperacao |
protected java.util.List<javax.faces.model.SelectItem> |
listaOrcamentario |
protected java.util.List<javax.faces.model.SelectItem> |
listaOrigemReducao |
protected java.util.List<javax.faces.model.SelectItem> |
listaRecurso |
protected java.util.List<javax.faces.model.SelectItem> |
listaTipoRecurso |
protected MensagemUtil |
mensagemUtil |
protected Moeda |
moeda |
protected OperacaoContabilService |
operacaoContabilService |
protected ProjetoDespesaService |
projetoDespesaService |
protected RecursoDestinacaoService |
recursoDestinacaoService |
protected RecursoVinculadoService |
recursoVinculadoService |
private static long |
serialVersionUID |
protected TipoRecursoOrcamentoService |
tipoRecursoOrcamentoService |
protected java.util.List<javax.faces.model.SelectItem> |
tiposReducao |
protected VariaveisDeSessaoProxyImpl |
variaveisDeSessaoProxyImpl |
Constructor and Description |
---|
LancamentoDecretoBaseMBean() |
Modifier and Type | Method and Description |
---|---|
java.util.List<CategoriaContabilUsuario> |
autoCompleteCategoriaContabil(java.lang.String arg) |
void |
buscaDadosDotacaoUltimaAlteracao(javax.faces.event.AjaxBehaviorEvent event) |
java.util.Map<java.lang.String,java.lang.Object> |
getCategoriaContabilMap() |
java.lang.Long |
getChave() |
java.lang.Boolean |
getConfirmar() |
java.lang.Long |
getEstruturaDigito() |
java.lang.Boolean |
getExcluir() |
java.lang.String |
getExercicio() |
java.lang.Boolean |
getIncluir() |
LeiDecreto |
getLeiDecreto() |
java.util.List<javax.faces.model.SelectItem> |
getListaBaseTipoRecurso() |
java.util.List<javax.faces.model.SelectItem> |
getListaDestinacao() |
java.util.List<javax.faces.model.SelectItem> |
getListaOperacao() |
java.util.List<javax.faces.model.SelectItem> |
getListaOrcamentario() |
java.util.List<javax.faces.model.SelectItem> |
getListaOrigemReducao() |
java.util.List<javax.faces.model.SelectItem> |
getListaRecurso() |
java.util.List<javax.faces.model.SelectItem> |
getListaTipoRecurso() |
Moeda |
getMoeda() |
BaseService |
getService() |
java.util.List<javax.faces.model.SelectItem> |
getTiposReducao() |
void |
inicializaPrograma() |
void |
init() |
void |
limpaCamposOrcamentario() |
void |
onChangeBaseTipoRecurso(javax.faces.event.AjaxBehaviorEvent event)
Testa a baseTipoRecurso quando modificada.
|
void |
onChangeCategoriaContabil(javax.faces.event.ActionEvent event) |
void |
onChangeDestinacao(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeOperacao(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeOrcamentario(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeRecurso(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeReduzido(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeTipoRecurso(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeTipoReducao(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangeValor(javax.faces.event.AjaxBehaviorEvent event) |
void |
onSelectCodigoReduzido(CategoriaContabilUsuario categoriaContabil)
Seta as informações do projeto atividade operação especial pelo registro
selecionado no filtro
|
void |
posCriar(int registro) |
java.lang.Boolean |
preApagar() |
void |
setCategoriaContabilMap(java.util.Map<java.lang.String,java.lang.Object> categoriaContabilMap) |
void |
setChave(java.lang.Long chave) |
void |
setDotacaoUsuarioSelecionada(DotacaoUsuarioFiltro dotacaoUsuarioFiltro) |
void |
setEstruturaDigito(java.lang.Long estruturaDigito) |
void |
setExercicio(java.lang.String exercicio) |
void |
setLeiDecreto(LeiDecreto leiDecreto) |
void |
setMoeda(Moeda moeda) |
void |
setRubricaFiltro(PlanoOrcamentarioVo planoOrcamentarioVo)
Seta as informações do orcamentário pelo registro selecionado no filtro
|
java.lang.Long |
testaCreditoAdicional() |
protected java.lang.Boolean |
validaValor()
Valida se o valor é zero e se ultrapassa o limite do banco de dados
|
private void |
verificaExistenciaDotacao()
Verifica a existência e preenche a dotação
|
private static final long serialVersionUID
@Autowired protected LancamentoDecretoService lancamentoDecretoService
@Autowired protected OperacaoContabilService operacaoContabilService
@Autowired protected TipoRecursoOrcamentoService tipoRecursoOrcamentoService
@Autowired protected BaseTipoRecursoService baseTipoRecursoService
@Autowired protected RecursoVinculadoService recursoVinculadoService
@Autowired protected RecursoDestinacaoService recursoDestinacaoService
@Autowired protected VariaveisDeSessaoProxyImpl variaveisDeSessaoProxyImpl
@Autowired protected ContabilidadeService contabilidadeService
@Autowired protected LeiDecretoService leiDecretoService
@Autowired protected ProjetoDespesaService projetoDespesaService
@Autowired protected CategoriaContabilUsuarioService categoriaContabilUsuarioService
protected MensagemUtil mensagemUtil
protected java.util.List<javax.faces.model.SelectItem> listaOrcamentario
protected java.util.List<javax.faces.model.SelectItem> listaRecurso
protected java.util.List<javax.faces.model.SelectItem> listaOperacao
protected java.util.List<javax.faces.model.SelectItem> listaOrigemReducao
protected java.util.List<javax.faces.model.SelectItem> listaTipoRecurso
protected java.util.List<javax.faces.model.SelectItem> listaBaseTipoRecurso
protected java.util.List<javax.faces.model.SelectItem> listaDestinacao
protected java.util.List<javax.faces.model.SelectItem> tiposReducao
protected LeiDecreto leiDecreto
protected Moeda moeda
protected java.lang.Long chave
protected java.lang.Long estruturaDigito
protected java.lang.String exercicio
protected java.util.Map<java.lang.String,java.lang.Object> categoriaContabilMap
public void init() throws ErpException
ErpException
public BaseService getService()
public void inicializaPrograma() throws ErpException
ErpException
public java.util.List<javax.faces.model.SelectItem> getListaOrcamentario()
public java.util.List<javax.faces.model.SelectItem> getListaRecurso()
public java.util.List<javax.faces.model.SelectItem> getListaOperacao()
public java.util.List<javax.faces.model.SelectItem> getListaOrigemReducao()
public java.util.List<javax.faces.model.SelectItem> getListaTipoRecurso()
public java.util.List<javax.faces.model.SelectItem> getListaBaseTipoRecurso()
public java.util.List<javax.faces.model.SelectItem> getListaDestinacao()
public java.util.List<javax.faces.model.SelectItem> getTiposReducao()
public LeiDecreto getLeiDecreto()
public void setLeiDecreto(LeiDecreto leiDecreto)
public Moeda getMoeda()
public void setMoeda(Moeda moeda)
public java.lang.Long getChave()
public void setChave(java.lang.Long chave)
public java.lang.String getExercicio()
public void setExercicio(java.lang.String exercicio)
public java.lang.Long getEstruturaDigito()
public void setEstruturaDigito(java.lang.Long estruturaDigito)
public java.util.Map<java.lang.String,java.lang.Object> getCategoriaContabilMap()
public void setCategoriaContabilMap(java.util.Map<java.lang.String,java.lang.Object> categoriaContabilMap)
public java.lang.Boolean getIncluir()
public java.lang.Boolean getConfirmar()
public java.lang.Boolean getExcluir()
public void posCriar(int registro)
public void onChangeValor(javax.faces.event.AjaxBehaviorEvent event) throws ErpException
ErpException
protected java.lang.Boolean validaValor()
public java.lang.Boolean preApagar()
private void verificaExistenciaDotacao() throws ErpServiceException
ErpServiceException
public void onChangeTipoRecurso(javax.faces.event.AjaxBehaviorEvent event)
public void onChangeBaseTipoRecurso(javax.faces.event.AjaxBehaviorEvent event)
event
- public void buscaDadosDotacaoUltimaAlteracao(javax.faces.event.AjaxBehaviorEvent event)
public void onChangeOperacao(javax.faces.event.AjaxBehaviorEvent event)
public void onChangeReduzido(javax.faces.event.AjaxBehaviorEvent event)
public void onChangeOrcamentario(javax.faces.event.AjaxBehaviorEvent event)
public void limpaCamposOrcamentario()
public void onChangeRecurso(javax.faces.event.AjaxBehaviorEvent event)
public void onChangeDestinacao(javax.faces.event.AjaxBehaviorEvent event)
public void setDotacaoUsuarioSelecionada(DotacaoUsuarioFiltro dotacaoUsuarioFiltro)
setDotacaoUsuarioSelecionada
in interface SuporteDotacaoUsuarioFiltro
public java.util.List<CategoriaContabilUsuario> autoCompleteCategoriaContabil(java.lang.String arg)
public void onChangeCategoriaContabil(javax.faces.event.ActionEvent event)
public void onChangeTipoReducao(javax.faces.event.AjaxBehaviorEvent event)
public java.lang.Long testaCreditoAdicional() throws ErpException
ErpException
public void onSelectCodigoReduzido(CategoriaContabilUsuario categoriaContabil)
categoriaContabil
- public void setRubricaFiltro(PlanoOrcamentarioVo planoOrcamentarioVo)
planoOrcamentarioVo
-