@Repository public class ParticipanteLicitacaoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<ParticipanteLicitacaoVO>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ParticipanteLicitacaoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
atualizaDesabilitaParticipante(java.lang.Long licitacao,
java.lang.Long cadastroGeral) |
java.lang.Long |
getCountParticipantesPorLicitacaoCadastroGeral(java.lang.Long licitacao,
java.lang.Long cadastroGeral) |
void |
inserirParticipantePNCP(ParticipanteLicitacaoVO entidade) |
java.util.List<RetornoConsultaVencedorLicitacao> |
participantesLicitacaoAcessoExterno(java.lang.Long numeroTotal) |
java.lang.String |
recuperarCadastroGeralExistente(java.lang.Long inscricao) |
java.util.List<ParticipanteLicitacaoVO> |
recuperarGeral(java.lang.Long licitacao)
Método que retorna os participantes da licitação sem considerar administração.
|
java.util.List<ParticipanteLicitacaoVO> |
recuperarParticipantesPregao(java.lang.Long sequencia) |
ParticipanteLicitacaoVO |
recuperarPorLicitacaoCadastroGeral(java.lang.Long licitacao,
java.lang.Long cadastroGeral) |
ParticipanteLicitacaoVO |
recuperarPorSequencia(java.lang.Long sequencia) |
java.util.List<ParticipanteLicitacaoVO> |
recuperarPorSequenciaItemLicitacao(java.lang.Long sequenciaItemLicitacao) |
java.util.List<ParticipanteLicitacaoVO> |
validaParticipante(java.lang.Long licitacao,
java.lang.Long cadastroGeral) |
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 ParticipanteLicitacaoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public ParticipanteLicitacaoVO recuperarPorLicitacaoCadastroGeral(java.lang.Long licitacao, java.lang.Long cadastroGeral) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public ParticipanteLicitacaoVO recuperarPorSequencia(java.lang.Long sequencia) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ParticipanteLicitacaoVO> recuperarGeral(java.lang.Long licitacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
licitacao
- br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ParticipanteLicitacaoVO> validaParticipante(java.lang.Long licitacao, java.lang.Long cadastroGeral) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ParticipanteLicitacaoVO> recuperarParticipantesPregao(java.lang.Long sequencia) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.String recuperarCadastroGeralExistente(java.lang.Long inscricao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ParticipanteLicitacaoVO> recuperarPorSequenciaItemLicitacao(java.lang.Long sequenciaItemLicitacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<RetornoConsultaVencedorLicitacao> participantesLicitacaoAcessoExterno(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 getCountParticipantesPorLicitacaoCadastroGeral(java.lang.Long licitacao, java.lang.Long cadastroGeral) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void inserirParticipantePNCP(ParticipanteLicitacaoVO entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void atualizaDesabilitaParticipante(java.lang.Long licitacao, java.lang.Long cadastroGeral) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException