@Repository public class LicitacaoExternoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<LicitacaoVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
LicitacaoExternoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LicitacaoVo> |
consultarLicitacaoExterno(java.lang.String where,
java.lang.String objeto,
java.lang.Long inscricao) |
void |
incluirInteressesUsuario(LicitacaoVo registro) |
java.util.List<LicitacaoVo> |
recuperarInteressesUsuario(java.lang.Long inscricao,
java.util.List<java.lang.Long> numeroTotal) |
java.util.List<ItemLicitacaoVO> |
recuperarItensLicitacao(java.lang.Long numeroTotal) |
java.util.List<LicitacaoVo> |
recuperarParticipacoesUsuario(java.lang.Long inscricao,
java.util.List<java.lang.Long> numeroTotal) |
java.util.List<br.inf.thema.erp.basico.vo.CadastroGeralVo> |
recuperarParticipantes(java.lang.Long numeroTotal) |
java.util.List<VencedorLicitacaoVO> |
recuperarVencedores(java.lang.Long numeroTotal) |
void |
removerInteressesUsuario(java.lang.Long inscricao,
java.util.List<java.lang.Long> numeroTotal) |
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 LicitacaoExternoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<LicitacaoVo> consultarLicitacaoExterno(java.lang.String where, java.lang.String objeto, 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<LicitacaoVo> recuperarParticipacoesUsuario(java.lang.Long inscricao, java.util.List<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<LicitacaoVo> recuperarInteressesUsuario(java.lang.Long inscricao, java.util.List<java.lang.Long> numeroTotal) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void removerInteressesUsuario(java.lang.Long inscricao, java.util.List<java.lang.Long> numeroTotal) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void incluirInteressesUsuario(LicitacaoVo registro) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ItemLicitacaoVO> recuperarItensLicitacao(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<br.inf.thema.erp.basico.vo.CadastroGeralVo> recuperarParticipantes(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<VencedorLicitacaoVO> recuperarVencedores(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException