@Service
public class PagamentoService
extends <any>
Modifier and Type | Field and Description |
---|---|
private PagamentoDao |
pagamentoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
PagamentoService() |
Modifier and Type | Method and Description |
---|---|
<any> |
getDao() |
java.util.List<PagamentoVo> |
localizarConsultaPagamento(java.util.Map<java.lang.String,java.lang.Object> parametros)
Recupera uma lista de
PagamentoVo de acordo com os parametros informados |
java.util.List<PagamentoVo> |
recuperarConsultaPagamento(java.lang.Long sequencial)
Recupera uma lista de
PagamentoVo |
private static final long serialVersionUID
@Autowired private PagamentoDao pagamentoDao
public <any> getDao()
public java.util.List<PagamentoVo> recuperarConsultaPagamento(java.lang.Long sequencial) throws ErpServiceException
PagamentoVo
PagamentoVo
ErpServiceException
public java.util.List<PagamentoVo> localizarConsultaPagamento(java.util.Map<java.lang.String,java.lang.Object> parametros) throws ErpServiceException
PagamentoVo
de acordo com os parametros informadosparametros
- PagamentoVo
ErpServiceException