@Controller(value="planoOrcamentarioFiltroPastaM")
@Scope(value="session")
public class PlanoOrcamentarioFiltroPastaMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
estruturaDespesa |
private java.lang.Long |
exercicio |
private MensagemUtil |
planoOrcamentarioBundle |
private PlanoOrcamentarioService |
planoPlanoOrcamentarioService |
private java.util.List<javax.faces.model.SelectItem> |
planosOrcamentarios |
private static long |
serialVersionUID |
private VariaveisDeSessaoProxyImpl |
variaveisDeSessaoService |
Constructor and Description |
---|
PlanoOrcamentarioFiltroPastaMBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getExercicio() |
java.util.List<javax.faces.model.SelectItem> |
getPlanoOrcamentario() |
BaseService |
getService() |
java.lang.String |
getView() |
java.lang.String |
getWhereBase() |
void |
init() |
void |
onChangeExercicio(javax.faces.event.AjaxBehaviorEvent event) |
void |
onChangePlanoOrcamentario(javax.faces.event.AjaxBehaviorEvent event) |
void |
reset() |
void |
setExercicio(java.lang.Long exercicio) |
private static final long serialVersionUID
@Autowired private PlanoOrcamentarioService planoPlanoOrcamentarioService
@Autowired private VariaveisDeSessaoProxyImpl variaveisDeSessaoService
private MensagemUtil planoOrcamentarioBundle
private java.util.List<javax.faces.model.SelectItem> planosOrcamentarios
private java.lang.Long exercicio
private java.lang.Boolean estruturaDespesa
public java.lang.Long getExercicio()
public void setExercicio(java.lang.Long exercicio)
public void init() throws ErpException
ErpException
public BaseService getService()
public java.lang.String getView()
public java.lang.String getWhereBase()
public void reset()
public java.util.List<javax.faces.model.SelectItem> getPlanoOrcamentario()
public void onChangePlanoOrcamentario(javax.faces.event.AjaxBehaviorEvent event)
public void onChangeExercicio(javax.faces.event.AjaxBehaviorEvent event)