@Repository
public class TipoPagamentoDao
extends <any>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TipoPagamentoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
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 public TipoPagamentoDao(@Qualifier(value="contabilidadeSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.lang.String recuperaReferenciaPorTipoPagamento(java.lang.Long codigo) throws ErpDaoException
ErpDaoException
public java.util.List<TipoPagamentoVo> recuperarEncaminhamentoLiberacaoPagamento(java.util.Map<java.lang.String,java.lang.Object> parametros) throws ErpDaoException
ErpDaoException