@Repository public class EventoLicitacaoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<EventoLicitacaoVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
EventoLicitacaoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
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) |
java.util.List<EventoLicitacaoVo> |
localizarCotacao(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<EventoLicitacaoVo> |
recuperaPublicidadeAudesp(long licitacao) |
java.util.List<EventoLicitacaoVo> |
recuperarConsulta(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.util.List<EventoLicitacaoVo> |
recuperarConsultaGeral(java.lang.Long licitacao) |
java.util.List<EventoLicitacaoVo> |
recuperarCotacao(java.util.Map<java.lang.String,java.lang.Object> parametros) |
apagar, ativarControleRegistro, desativarControleRegistro, inserir, localizar, localizar, recuperar, recuperar, reSeleciona, retornarTodos, salvar, setVariaveisDeSessao
delete, delete, executeProcedure, executeProcedure, getTransactionManager, insert, insert, queryForList, queryForList, queryForList, queryForList, queryForObject, queryForObject, queryForObject, setTransactionManager, update, update
private static final long serialVersionUID
@Autowired public EventoLicitacaoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<EventoLicitacaoVo> recuperarConsulta(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<EventoLicitacaoVo> recuperarConsultaGeral(java.lang.Long licitacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<EventoLicitacaoVo> recuperarCotacao(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<EventoLicitacaoVo> localizarCotacao(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
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.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
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.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<RetornoConsultaEventoLicitacao> eventosLicitacaoExterno(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Long existeEventoLicitacao(java.lang.Long licitacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<EventoLicitacaoVo> recuperaPublicidadeAudesp(long licitacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException