@Controller(value="boletimPagamentoFiltroAbaM")
@Scope(value="session")
public class BoletimPagamentoFiltroAbaMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private BancoService |
bancoService |
private java.util.List<javax.faces.model.SelectItem> |
listaBancoCredor |
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> |
listaSituacaoOrdem |
private java.util.List<javax.faces.model.SelectItem> |
listaUsuario |
private java.util.List<javax.faces.model.SelectItem> |
listaUsuarioPagamento |
private java.lang.String |
mascaraProcessoInicio |
private MensagemUtil |
mensagem |
private OrdemPagamentoService |
ordemPagamentoService |
private OrigemContabilService |
origemContabilService |
private RegistroService |
registroService |
private static long |
serialVersionUID |
private java.util.Map<java.lang.String,java.lang.Object> |
usuarioMap |
private UsuarioService |
usuarioService |
Constructor and Description |
---|
BoletimPagamentoFiltroAbaMBean() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Usuario> |
autoCompleteUsuario(java.lang.String nome) |
void |
changeExercicioFiltro(javax.faces.event.AjaxBehaviorEvent evt) |
void |
changeUsuario(javax.faces.event.ActionEvent event) |
void |
changeUsuarioPagamento(javax.faces.event.ActionEvent event) |
void |
formataProcessoReferencia(javax.faces.event.AjaxBehaviorEvent event) |
java.util.List<javax.faces.model.SelectItem> |
getListaBancoCredor() |
java.util.List<javax.faces.model.SelectItem> |
getListaCodigoBanco() |
java.util.List<javax.faces.model.SelectItem> |
getListaCodigoOrigem() |
java.util.List<javax.faces.model.SelectItem> |
getListaSituacaoOrdem() |
java.util.List<javax.faces.model.SelectItem> |
getListaUsuario() |
java.util.List<javax.faces.model.SelectItem> |
getListaUsuarioPagamento() |
java.lang.String |
getMascaraProcessoInicio() |
void |
inicializaPrograma() |
void |
init() |
void |
setMascaraProcessoInicio(java.lang.String mascaraProcessoInicio) |
private static final long serialVersionUID
@Autowired private OrdemPagamentoService ordemPagamentoService
@Autowired private BancoService bancoService
@Autowired private OrigemContabilService origemContabilService
@Autowired private UsuarioService usuarioService
@Autowired private RegistroService registroService
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> listaBancoCredor
private java.util.List<javax.faces.model.SelectItem> listaUsuario
private java.util.List<javax.faces.model.SelectItem> listaUsuarioPagamento
private java.util.List<javax.faces.model.SelectItem> listaSituacaoOrdem
private MensagemUtil mensagem
private java.lang.String mascaraProcessoInicio
private java.util.Map<java.lang.String,java.lang.Object> usuarioMap
public void inicializaPrograma() throws ErpException
ErpException
public void init() 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> getListaBancoCredor()
public java.util.List<javax.faces.model.SelectItem> getListaUsuario()
public java.util.List<javax.faces.model.SelectItem> getListaUsuarioPagamento()
public java.util.List<javax.faces.model.SelectItem> getListaSituacaoOrdem()
public void changeExercicioFiltro(javax.faces.event.AjaxBehaviorEvent evt)
public void formataProcessoReferencia(javax.faces.event.AjaxBehaviorEvent event)
public java.lang.String getMascaraProcessoInicio()
public void setMascaraProcessoInicio(java.lang.String mascaraProcessoInicio)
public java.util.List<Usuario> autoCompleteUsuario(java.lang.String nome)
public void changeUsuario(javax.faces.event.ActionEvent event)
public void changeUsuarioPagamento(javax.faces.event.ActionEvent event)