@Scope(value="session")
@Controller(value="tipoPagamentoComprovaM")
public class TipoPagamentoComprovaMBean
extends <any>
Modifier and Type | Field and Description |
---|---|
private java.util.List<javax.faces.model.SelectItem> |
listaCodigoComprovante |
private java.util.List<javax.faces.model.SelectItem> |
listaCodigoPagamento |
private static long |
serialVersionUID |
private TipoComprovanteService |
tipoComprovanteService |
private TipoPagamentoComprovaService |
tipoPagamentoComprovaService |
private TipoPagamentoService |
tipoPagamentoService |
Constructor and Description |
---|
TipoPagamentoComprovaMBean() |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.faces.model.SelectItem> |
getListaCodigoComprovante() |
java.util.List<javax.faces.model.SelectItem> |
getListaCodigoPagamento() |
BaseService |
getService() |
void |
inicializaPrograma() |
private static final long serialVersionUID
@Autowired private TipoPagamentoComprovaService tipoPagamentoComprovaService
@Autowired private TipoPagamentoService tipoPagamentoService
@Autowired private TipoComprovanteService tipoComprovanteService
private java.util.List<javax.faces.model.SelectItem> listaCodigoPagamento
private java.util.List<javax.faces.model.SelectItem> listaCodigoComprovante
public BaseService getService()
public void inicializaPrograma() throws ErpException
ErpException
public java.util.List<javax.faces.model.SelectItem> getListaCodigoPagamento()
public java.util.List<javax.faces.model.SelectItem> getListaCodigoComprovante()