@Service
public class EstornoPagamentoIntegracaoService
extends <any>
EstornoPagamentoIntegracao
Modifier and Type | Field and Description |
---|---|
private EstornoPagamentoIntegracaoDao |
estornoPagamentoIntegracaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
EstornoPagamentoIntegracaoService() |
Modifier and Type | Method and Description |
---|---|
void |
estornoPagamento(EstornoPagamentoIntegracaoVo estornoPagamentoIntegracaoVo) |
java.util.List<EstornoPagamentoIntegracaoVo> |
getDadosEstorno(java.lang.String exercicio,
java.lang.String numeroFpe) |
<any> |
getDao() |
java.lang.Long |
getSequencialEstorno(EstornoPagamentoIntegracaoVo estornoPagamentoIntegracaoVo) |
private static final long serialVersionUID
@Autowired private EstornoPagamentoIntegracaoDao estornoPagamentoIntegracaoDao
public <any> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void estornoPagamento(EstornoPagamentoIntegracaoVo estornoPagamentoIntegracaoVo) throws ErpServiceException
ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public java.lang.Long getSequencialEstorno(EstornoPagamentoIntegracaoVo estornoPagamentoIntegracaoVo) throws ErpServiceException
ErpServiceException
public java.util.List<EstornoPagamentoIntegracaoVo> getDadosEstorno(java.lang.String exercicio, java.lang.String numeroFpe) throws ErpServiceException
ErpServiceException