@Service
public class EmpenhoParcelaService
extends <any>
Modifier and Type | Field and Description |
---|---|
private EmpenhoParcelaDao |
empenhoParcelaDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
EmpenhoParcelaService() |
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) |
<any> |
getDao() |
void |
verificaDataVencimentoParcela(EmpenhoParcelaVo entidade) |
private static final long serialVersionUID
@Autowired private EmpenhoParcelaDao empenhoParcelaDao
public <any> getDao()
public void verificaDataVencimentoParcela(EmpenhoParcelaVo entidade) throws ErpServiceException
ErpServiceException
public void comparaValoresParcela(EmpenhoParcelaVo entidade, java.lang.String origem) throws ErpServiceException
ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void ajustaParcelaEmpenho(EmpenhoParcelaVo entidade, java.lang.Double novoValor) throws ErpServiceException
ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public java.lang.String geraSubempenho(EmpenhoParcelaVo entidade) throws ErpServiceException
ErpServiceException