@Controller(value="informacaoOrgaoFitroAbaM")
@Scope(value="session")
public class InformacaoOrgaoFitroAbaMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
exercicio |
private MensagemUtil |
mgsOrgao |
private java.util.List<javax.faces.model.SelectItem> |
orgaos |
private OrgaoService |
orgaoService |
private static long |
serialVersionUID |
private VariaveisDeSessaoProxyImpl |
variaveisDeSessaoService |
Constructor and Description |
---|
InformacaoOrgaoFitroAbaMBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getExercicio() |
java.util.List<javax.faces.model.SelectItem> |
getOrgaos() |
void |
init() |
void |
limpaOrgao(javax.faces.event.AjaxBehaviorEvent evet) |
void |
onChangeOrgao(javax.faces.event.AjaxBehaviorEvent evet) |
void |
setExercicio(java.lang.Long exercicio) |
private static final long serialVersionUID
@Autowired private OrgaoService orgaoService
@Autowired private VariaveisDeSessaoProxyImpl variaveisDeSessaoService
private MensagemUtil mgsOrgao
private java.util.List<javax.faces.model.SelectItem> orgaos
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> getOrgaos()
public void onChangeOrgao(javax.faces.event.AjaxBehaviorEvent evet)
public void limpaOrgao(javax.faces.event.AjaxBehaviorEvent evet)