@Controller(value="informacaoFuncaoFitroAbaM")
@Scope(value="session")
public class InformacaoFuncaoFitroAbaMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
exercicio |
private java.util.List<javax.faces.model.SelectItem> |
funcoes |
private MensagemUtil |
mensagem |
private static long |
serialVersionUID |
private TabFuncaoService |
tabFuncaoService |
private VariaveisDeSessaoProxyImpl |
variaveisDeSessaoService |
Constructor and Description |
---|
InformacaoFuncaoFitroAbaMBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getExercicio() |
java.util.List<javax.faces.model.SelectItem> |
getFuncoes() |
void |
init() |
void |
onChangeExercicio(javax.faces.event.AjaxBehaviorEvent evet) |
void |
onChangeFuncao(javax.faces.event.AjaxBehaviorEvent evet) |
void |
setExercicio(java.lang.Long exercicio) |
private static final long serialVersionUID
@Autowired private TabFuncaoService tabFuncaoService
@Autowired private VariaveisDeSessaoProxyImpl variaveisDeSessaoService
private MensagemUtil mensagem
private java.util.List<javax.faces.model.SelectItem> funcoes
private java.lang.Long exercicio
public void init() throws ErpException
ErpException
public java.lang.Long getExercicio()
public void setExercicio(java.lang.Long exercicio)
public java.util.List<javax.faces.model.SelectItem> getFuncoes()
public void onChangeFuncao(javax.faces.event.AjaxBehaviorEvent evet)
public void onChangeExercicio(javax.faces.event.AjaxBehaviorEvent evet)