@Service
public class TipoPagamentoService
extends <any>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private TipoPagamentoDao |
tipoPagamentoDao |
Constructor and Description |
---|
TipoPagamentoService() |
Modifier and Type | Method and Description |
---|---|
<any> |
getDao() |
java.lang.String |
recuperaReferenciaPorTipoPagamento(java.lang.Long codigo) |
java.util.List<TipoPagamentoVo> |
recuperarEncaminhamentoLiberacaoPagamento(java.util.Map<java.lang.String,java.lang.Object> parametros) |
private static final long serialVersionUID
@Autowired private TipoPagamentoDao tipoPagamentoDao
public <any> getDao()
public java.lang.String recuperaReferenciaPorTipoPagamento(java.lang.Long codigo) throws ErpServiceException
ErpServiceException
public java.util.List<TipoPagamentoVo> recuperarEncaminhamentoLiberacaoPagamento(java.util.Map<java.lang.String,java.lang.Object> parametros) throws ErpServiceException
ErpServiceException