@Repository public class QuestionamentoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<QuestionamentoVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
QuestionamentoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
java.util.List<QuestionamentoVo> |
localizarManutencao(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<QuestionamentoVo> |
recuperarGeral(java.lang.Long licitacao)
Método que recupera todos os questionamento sem considerar administração.
|
java.util.List<QuestionamentoVo> |
recuperarManutencao(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.util.List<RetornoConsultaQuestionamento> |
recuperarQuestionamentoLicitacao(java.lang.Long numeroTotal) |
java.util.List<QuestionamentoVo> |
recuperarQuestionamentosLicitacaoExterno(java.lang.Long numeroTotal) |
void |
validaPrazoQuestionamento(java.lang.Long licitacao) |
void |
validaquestionamentoexterno(java.lang.Long licitacao,
java.lang.Long tipo) |
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 QuestionamentoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<QuestionamentoVo> 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<QuestionamentoVo> localizarManutencao(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 java.util.List<QuestionamentoVo> recuperarManutencao(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 void validaPrazoQuestionamento(java.lang.Long licitacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void validaquestionamentoexterno(java.lang.Long licitacao, java.lang.Long tipo) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<RetornoConsultaQuestionamento> recuperarQuestionamentoLicitacao(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<QuestionamentoVo> recuperarQuestionamentosLicitacaoExterno(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException