@Scope(value="session")
@Controller(value="planoOrcamentarioLiquidacaoM")
public class PlanoOrcamentarioLiquidacaoMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private EventosContabeisLivresService |
eventosContabeisLivresService |
private java.lang.String |
exercicio |
private MensagemUtil |
mensagem |
private PlanoContabilService |
planoContabilService |
private PlanoOrcamentarioLiquidacaoService |
planoOrcamentarioLiquidacaoService |
private java.util.List<javax.faces.model.SelectItem> |
selectItemEventos |
private static long |
serialVersionUID |
private VariaveisDeSessaoProxyImpl |
variaveisDeSessaoProxyImpl |
Constructor and Description |
---|
PlanoOrcamentarioLiquidacaoMBean() |
Modifier and Type | Method and Description |
---|---|
void |
changeNumeroEvento(javax.faces.event.AjaxBehaviorEvent a) |
java.lang.String |
getExercicio() |
java.util.List<javax.faces.model.SelectItem> |
getListaEventos() |
BaseService |
getService() |
java.lang.String |
getTitle() |
void |
init() |
void |
limpaNumeroEvento(javax.faces.event.AjaxBehaviorEvent ajax) |
void |
onChangeCodigoReduzido(javax.faces.event.AjaxBehaviorEvent event) |
java.lang.Boolean |
preSalvarRegistro(PlanoOrcamentarioLiquidacaoVo entidade,
br.inf.thema.erp.padrao.mbean.MBeanManutencao.AcaoSalvar acao) |
void |
setExercicio(java.lang.String exercicio) |
void |
setPlanoContabilSelecionado(PlanoContabilVo planoContabilVo) |
private static final long serialVersionUID
private java.lang.String exercicio
private java.util.List<javax.faces.model.SelectItem> selectItemEventos
private MensagemUtil mensagem
@Autowired private PlanoOrcamentarioLiquidacaoService planoOrcamentarioLiquidacaoService
@Autowired private VariaveisDeSessaoProxyImpl variaveisDeSessaoProxyImpl
@Autowired private PlanoContabilService planoContabilService
@Autowired private EventosContabeisLivresService eventosContabeisLivresService
public BaseService getService()
public void init() throws ErpException
ErpException
public void limpaNumeroEvento(javax.faces.event.AjaxBehaviorEvent ajax)
public java.lang.String getTitle()
public java.util.List<javax.faces.model.SelectItem> getListaEventos()
public java.lang.Boolean preSalvarRegistro(PlanoOrcamentarioLiquidacaoVo entidade, br.inf.thema.erp.padrao.mbean.MBeanManutencao.AcaoSalvar acao)
public void changeNumeroEvento(javax.faces.event.AjaxBehaviorEvent a)
public void setPlanoContabilSelecionado(PlanoContabilVo planoContabilVo)
public void onChangeCodigoReduzido(javax.faces.event.AjaxBehaviorEvent event)
public java.lang.String getExercicio()
public void setExercicio(java.lang.String exercicio)