@Controller(value="bancariaOrdemPagamentoFiltroAbaM")
@Scope(value="session")
public class BancariaOrdemPagamentoFiltroAbaMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private BancoService |
bancoService |
private java.util.List<javax.faces.model.SelectItem> |
listaCodigoBanco |
private java.util.List<javax.faces.model.SelectItem> |
listaCodigoOrigem |
private java.util.List<javax.faces.model.SelectItem> |
listaDepositoJudicial |
private OrdemPagamentoConsultaService |
ordemPagamentoConsultaService |
private OrigemContabilService |
origemContabilService |
private static long |
serialVersionUID |
Constructor and Description |
---|
BancariaOrdemPagamentoFiltroAbaMBean() |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.faces.model.SelectItem> |
getListaCodigoBanco() |
java.util.List<javax.faces.model.SelectItem> |
getListaCodigoOrigem() |
java.util.List<javax.faces.model.SelectItem> |
getListaDepositoJudicial() |
BaseService |
getService() |
void |
inicializaPrograma() |
private static final long serialVersionUID
@Autowired private OrdemPagamentoConsultaService ordemPagamentoConsultaService
@Autowired private BancoService bancoService
@Autowired private OrigemContabilService origemContabilService
private java.util.List<javax.faces.model.SelectItem> listaCodigoBanco
private java.util.List<javax.faces.model.SelectItem> listaCodigoOrigem
private java.util.List<javax.faces.model.SelectItem> listaDepositoJudicial
public BancariaOrdemPagamentoFiltroAbaMBean()
public BaseService getService()
public void inicializaPrograma() throws ErpException
ErpException
public java.util.List<javax.faces.model.SelectItem> getListaCodigoBanco()
public java.util.List<javax.faces.model.SelectItem> getListaCodigoOrigem()
public java.util.List<javax.faces.model.SelectItem> getListaDepositoJudicial()