@Controller(value="ordemPagamentoConsultaFiltroAbaM")
@Scope(value="session")
public class OrdemPagamentoConsultaFiltroAbaMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private OrdemPagamentoConsultaService |
ordemPagamentoConsultaService |
private java.util.List<javax.faces.model.SelectItem> |
selectSituacoes |
private java.util.List<javax.faces.model.SelectItem> |
selectTipoOrdens |
private static long |
serialVersionUID |
Constructor and Description |
---|
OrdemPagamentoConsultaFiltroAbaMBean() |
Modifier and Type | Method and Description |
---|---|
BaseService |
getService() |
java.util.List<javax.faces.model.SelectItem> |
getSituacoes() |
java.util.List<javax.faces.model.SelectItem> |
getTipoOrdens() |
void |
inicializaPrograma() |
private static final long serialVersionUID
@Autowired private OrdemPagamentoConsultaService ordemPagamentoConsultaService
private java.util.List<javax.faces.model.SelectItem> selectSituacoes
private java.util.List<javax.faces.model.SelectItem> selectTipoOrdens
public OrdemPagamentoConsultaFiltroAbaMBean()
public BaseService getService()
public void inicializaPrograma() throws ErpException
ErpException
public java.util.List<javax.faces.model.SelectItem> getSituacoes()
public java.util.List<javax.faces.model.SelectItem> getTipoOrdens()