@Repository
public class EmpenhoParcelaDao
extends <any>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
EmpenhoParcelaDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
ajustaParcelaEmpenho(EmpenhoParcelaVo entidade,
java.lang.Double novoValor) |
void |
comparaValoresParcela(EmpenhoParcelaVo entidade,
java.lang.String origem) |
java.lang.String |
geraSubempenho(EmpenhoParcelaVo entidade) |
void |
verificaDataVencimentoParcela(EmpenhoParcelaVo entidade) |
private static final long serialVersionUID
@Autowired public EmpenhoParcelaDao(@Qualifier(value="contabilidadeSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public void verificaDataVencimentoParcela(EmpenhoParcelaVo entidade) throws ErpDaoException
ErpDaoException
public void comparaValoresParcela(EmpenhoParcelaVo entidade, java.lang.String origem) throws ErpDaoException
ErpDaoException
public void ajustaParcelaEmpenho(EmpenhoParcelaVo entidade, java.lang.Double novoValor) throws ErpDaoException
ErpDaoException
public java.lang.String geraSubempenho(EmpenhoParcelaVo entidade) throws ErpDaoException
ErpDaoException