@Controller(value="ordemPagamentoGPSFiltroAbaM")
@Scope(value="session")
public class OrdemPagamentoGPSFiltroAbaMBean
extends <any>
OrdemPagamentoVo
Modifier and Type | Field and Description |
---|---|
private InssPagtoService |
inssPagtoService |
private java.util.List<javax.faces.model.SelectItem> |
listaCodigoPagamento |
private java.util.List<javax.faces.model.SelectItem> |
listaSituacaoProcessamento |
private OrdemPagamentoService |
ordemPagamentoService |
private static long |
serialVersionUID |
Constructor and Description |
---|
OrdemPagamentoGPSFiltroAbaMBean() |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.faces.model.SelectItem> |
getListaCodigoPagamento() |
java.util.List<javax.faces.model.SelectItem> |
getListaSituacaoProcessamento() |
void |
inicializaPrograma() |
private static final long serialVersionUID
@Autowired private OrdemPagamentoService ordemPagamentoService
@Autowired private InssPagtoService inssPagtoService
private java.util.List<javax.faces.model.SelectItem> listaCodigoPagamento
private java.util.List<javax.faces.model.SelectItem> listaSituacaoProcessamento
public void inicializaPrograma() throws ErpException
ErpException
public java.util.List<javax.faces.model.SelectItem> getListaCodigoPagamento()
public java.util.List<javax.faces.model.SelectItem> getListaSituacaoProcessamento()