@Repository public class PedidoLicitacaoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<PedidoLicitacaoVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
PedidoLicitacaoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
insereItemPedidoLicitacao(java.lang.Long licitacao,
java.lang.String exercicio,
java.lang.Long numero,
java.lang.Long item) |
java.util.Map<java.lang.String,java.lang.Object> |
inserePedidosColeta(java.lang.Long numeroTotal,
java.lang.Long sequencia) |
java.util.List<PedidoLicitacaoVo> |
recuperarConsulta(java.util.Map<java.lang.String,java.lang.Object> parametros)
Método de recuperar para consultas
|
java.util.List<PedidoLicitacaoVo> |
recuperarPedidosComProjetoPorLicitacao(java.lang.Long numeroTotal) |
java.lang.Boolean |
verificaPedidosIncluidos(java.lang.String exercicioPedido,
java.lang.Long numeroPedido) |
java.lang.Long |
verificaQtdLicitacoes(java.lang.String exercicioPedido,
java.lang.Long numeroPedido) |
java.lang.Long |
verificaQtdLicitacoesDiferenciadas(java.lang.String exercicioPedido,
java.lang.Long numeroPedido) |
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 PedidoLicitacaoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<PedidoLicitacaoVo> recuperarConsulta(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
parametros
- br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<PedidoLicitacaoVo> recuperarPedidosComProjetoPorLicitacao(java.lang.Long numeroTotal) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Boolean verificaPedidosIncluidos(java.lang.String exercicioPedido, java.lang.Long numeroPedido) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void insereItemPedidoLicitacao(java.lang.Long licitacao, java.lang.String exercicio, java.lang.Long numero, java.lang.Long item) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.Map<java.lang.String,java.lang.Object> inserePedidosColeta(java.lang.Long numeroTotal, java.lang.Long sequencia) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Long verificaQtdLicitacoes(java.lang.String exercicioPedido, java.lang.Long numeroPedido) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Long verificaQtdLicitacoesDiferenciadas(java.lang.String exercicioPedido, java.lang.Long numeroPedido) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException