@Scope(value="session")
@Controller(value="programaPagamentoIntegracaoDetalhamentoM")
public class ProgramaPagamentoIntegracaoDetalhamentoMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
codigoUsuario |
private ContaBancariaService |
contaBancariaService |
private ContasAPagarIntegracaoService |
contasAPagarIntegracaoService |
private java.sql.Date |
dataAtual |
private java.lang.String |
exercicioCorrente |
private java.util.List<javax.faces.model.SelectItem> |
listaAgencia |
private java.util.List<javax.faces.model.SelectItem> |
listaBanco |
private java.util.List<javax.faces.model.SelectItem> |
listaContas |
private java.util.List<javax.faces.model.SelectItem> |
listaSituacao |
private java.util.List<javax.faces.model.SelectItem> |
listaTipoTransacao |
private MensagemUtil |
mensagensProgramaPagamento |
private java.util.Map<java.lang.String,java.lang.Object> |
parametrosLoginSenhaAmbienteFpe |
private ProgramacaoPagamentoIntegracaoPublicService |
programacaoPagamentoIntegracaoPublicService |
private ProgramaPagamentoIntegracaoService |
programaPagamentoIntegracaoService |
private ProgramaPagamentoIntegracaoVo |
programaPagamentoIntegracaoWs |
private java.lang.Long |
sequencial |
private static long |
serialVersionUID |
private VariaveisDeSessaoProxyImpl |
sessaoProxyImpl |
Constructor and Description |
---|
ProgramaPagamentoIntegracaoDetalhamentoMBean() |
Modifier and Type | Method and Description |
---|---|
void |
changebancoAgencia(javax.faces.event.AjaxBehaviorEvent event) |
void |
changeCadin(javax.faces.event.AjaxBehaviorEvent event) |
void |
changeConta(javax.faces.event.AjaxBehaviorEvent event) |
void |
changeData(javax.faces.event.AjaxBehaviorEvent event) |
void |
changeDescricao(javax.faces.event.AjaxBehaviorEvent event) |
void |
changeTipo(javax.faces.event.AjaxBehaviorEvent event) |
java.util.List<javax.faces.model.SelectItem> |
getListaAgencia() |
java.util.List<javax.faces.model.SelectItem> |
getListaBanco() |
java.util.List<javax.faces.model.SelectItem> |
getListaContas() |
java.util.List<javax.faces.model.SelectItem> |
getListaSituacao() |
java.util.List<javax.faces.model.SelectItem> |
getListaTipoTransacao() |
boolean |
getMostraBarraNavegacao() |
private java.util.Map<java.lang.String,java.lang.Object> |
getParametrosLoginSenhaAmbienteFpe() |
BaseService |
getService() |
void |
init() |
boolean |
onBackBreadCrumb() |
java.lang.Boolean |
preApagar() |
java.lang.Boolean |
preSalvar() |
java.util.List<ProgramaPagamentoIntegracaoVo> |
recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) |
private static final long serialVersionUID
@Autowired private ProgramaPagamentoIntegracaoService programaPagamentoIntegracaoService
@Autowired private ContaBancariaService contaBancariaService
@Autowired private ProgramacaoPagamentoIntegracaoPublicService programacaoPagamentoIntegracaoPublicService
@Autowired private ContasAPagarIntegracaoService contasAPagarIntegracaoService
@Autowired private VariaveisDeSessaoProxyImpl sessaoProxyImpl
private MensagemUtil mensagensProgramaPagamento
private java.util.Map<java.lang.String,java.lang.Object> parametrosLoginSenhaAmbienteFpe
private java.util.List<javax.faces.model.SelectItem> listaTipoTransacao
private java.util.List<javax.faces.model.SelectItem> listaSituacao
private java.util.List<javax.faces.model.SelectItem> listaBanco
private java.util.List<javax.faces.model.SelectItem> listaAgencia
private java.util.List<javax.faces.model.SelectItem> listaContas
private java.lang.String exercicioCorrente
private java.lang.Long sequencial
private java.sql.Date dataAtual
private java.lang.Long codigoUsuario
private ProgramaPagamentoIntegracaoVo programaPagamentoIntegracaoWs
public ProgramaPagamentoIntegracaoDetalhamentoMBean()
public void init() throws ErpException
ErpException
public boolean onBackBreadCrumb()
public java.util.List<ProgramaPagamentoIntegracaoVo> recuperar(java.util.Map<java.lang.String,java.lang.Object> parametros) throws ErpException
ErpException
public java.lang.Boolean preSalvar()
public java.lang.Boolean preApagar()
public BaseService getService()
private java.util.Map<java.lang.String,java.lang.Object> getParametrosLoginSenhaAmbienteFpe() throws ErpServiceException
ErpServiceException
public java.util.List<javax.faces.model.SelectItem> getListaAgencia()
public java.util.List<javax.faces.model.SelectItem> getListaContas()
public java.util.List<javax.faces.model.SelectItem> getListaBanco()
public java.util.List<javax.faces.model.SelectItem> getListaTipoTransacao()
public java.util.List<javax.faces.model.SelectItem> getListaSituacao()
public void changeData(javax.faces.event.AjaxBehaviorEvent event)
public void changebancoAgencia(javax.faces.event.AjaxBehaviorEvent event)
public void changeTipo(javax.faces.event.AjaxBehaviorEvent event)
public void changeCadin(javax.faces.event.AjaxBehaviorEvent event)
public void changeDescricao(javax.faces.event.AjaxBehaviorEvent event)
public void changeConta(javax.faces.event.AjaxBehaviorEvent event)
public boolean getMostraBarraNavegacao()