@Scope(value="session")
@Controller(value="folhaEventoInativoM")
public class FolhaEventoInativoMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
exercicio |
private FolhaEmpenhoService |
folhaEmpenhoService |
private FolhaEventoInativoService |
folhaEventoInativoService |
private FolhaEventoService |
folhaEventoService |
private java.util.List<javax.faces.model.SelectItem> |
listaEvento |
private static long |
serialVersionUID |
Constructor and Description |
---|
FolhaEventoInativoMBean() |
Modifier and Type | Method and Description |
---|---|
void |
changeEvento(javax.faces.event.AjaxBehaviorEvent ajx) |
java.lang.String |
getExercicio() |
java.util.List<javax.faces.model.SelectItem> |
getListaEvento() |
BaseService |
getService() |
void |
inicializaPrograma() |
void |
init() |
void |
setExercicio(java.lang.String exercicio) |
private static final long serialVersionUID
@Autowired private FolhaEventoInativoService folhaEventoInativoService
@Autowired private FolhaEmpenhoService folhaEmpenhoService
@Autowired private FolhaEventoService folhaEventoService
private java.util.List<javax.faces.model.SelectItem> listaEvento
private java.lang.String exercicio
public BaseService getService()
public void init() throws ErpException
ErpException
public void inicializaPrograma() throws ErpException
ErpException
public java.util.List<javax.faces.model.SelectItem> getListaEvento()
public void changeEvento(javax.faces.event.AjaxBehaviorEvent ajx)
public java.lang.String getExercicio()
public void setExercicio(java.lang.String exercicio)