@Service public class EventoLicitacaoService extends br.inf.thema.erp.infra.service.ManutencaoService<EventoLicitacaoVo>
Modifier and Type | Field and Description |
---|---|
private EventoLicitacaoDao |
eventoLicitacaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
EventoLicitacaoService() |
Modifier and Type | Method and Description |
---|---|
void |
adicionaEventoLicitacao(java.lang.Long licitacao,
java.lang.Long sequencia,
java.sql.Date date,
java.lang.Long novoEvento) |
void |
adicionaEventoLicitacaoNovoReagendamento(java.lang.Long licitacao,
java.lang.Long sequencia,
java.sql.Date date,
java.lang.Long novoEvento,
java.sql.Date dataReagendamento,
java.lang.String horaReagendamento) |
java.util.List<RetornoConsultaEventoLicitacao> |
eventosLicitacaoExterno(java.lang.Long numeroTotal) |
java.lang.Long |
existeEventoLicitacao(java.lang.Long licitacao) |
br.inf.thema.erp.infra.dao.ManutencaoDao<EventoLicitacaoVo> |
getDao() |
java.util.List<EventoLicitacaoVo> |
recuperaPublicidadeAudesp(long licitacao) |
private static final long serialVersionUID
@Autowired private EventoLicitacaoDao eventoLicitacaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<EventoLicitacaoVo> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void adicionaEventoLicitacao(java.lang.Long licitacao, java.lang.Long sequencia, java.sql.Date date, java.lang.Long novoEvento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void adicionaEventoLicitacaoNovoReagendamento(java.lang.Long licitacao, java.lang.Long sequencia, java.sql.Date date, java.lang.Long novoEvento, java.sql.Date dataReagendamento, java.lang.String horaReagendamento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RetornoConsultaEventoLicitacao> eventosLicitacaoExterno(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long existeEventoLicitacao(java.lang.Long licitacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<EventoLicitacaoVo> recuperaPublicidadeAudesp(long licitacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException