@Repository public class RegistroPrecoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<RegistroPrecoVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
RegistroPrecoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
apagarItensLote(RegistroPrecoVo entidade) |
void |
apagarItensParticipante(java.util.Map<java.lang.String,java.lang.Object> parametros) |
void |
apagarTodosPorLicitacaoParticipante(java.lang.Long licitacao,
java.lang.Long participante) |
RegistroPrecoVo |
getRegistroPorFornecedorItem(java.lang.Long licitacao,
java.lang.Long cadastroGeral,
java.lang.Long item) |
void |
inserirPropostaParticipantePNCP(RegistroPrecoVo entidade) |
java.util.List<RegistroPrecoVo> |
localizarPorParticipante(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<RegistroPrecoVo> |
recuperarNovosVencedores(java.lang.Long numeroTotal,
java.lang.Long numeroItem,
java.lang.Long cadastroGeral) |
java.util.List<RegistroPrecoVo> |
recuperarPorParticipante(java.util.Map<java.lang.String,java.lang.Object> parametros) |
RegistroPrecoVo |
recuperarPrecoPorLicitacao(java.lang.Long licitacao,
java.lang.Long cadastroGeral) |
java.util.List<RegistroPrecoVo> |
recuperarPropostasLicAudesp(java.lang.Long licitacao,
java.lang.Long itemLicitacao) |
java.lang.Long |
recuperarQuantidadeRegistroPreco(java.lang.Long participante) |
java.lang.Long |
recuperarRegistroPrecoPorNumeroUnico(java.lang.Long licitacao,
java.lang.Long inscricao,
java.lang.Long numeroUnico) |
void |
registroPrecoValidacao(java.lang.Long licitacao,
java.lang.Long cadastroGeral,
java.lang.Long itemLicitacao) |
void |
salvarRegistroPreco(RegistroPrecoVo entidade) |
void |
salvarRegistroPrecoClassificacao(RegistroPrecoVo entidade) |
java.util.List<RegistroPrecoVo> |
selectRegistroPrecoCotacao(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 RegistroPrecoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public RegistroPrecoVo getRegistroPorFornecedorItem(java.lang.Long licitacao, java.lang.Long cadastroGeral, java.lang.Long item) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void apagarItensLote(RegistroPrecoVo entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<RegistroPrecoVo> selectRegistroPrecoCotacao(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 apagarItensParticipante(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<RegistroPrecoVo> recuperarPorParticipante(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 RegistroPrecoVo recuperarPrecoPorLicitacao(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<RegistroPrecoVo> localizarPorParticipante(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 registroPrecoValidacao(java.lang.Long licitacao, java.lang.Long cadastroGeral, java.lang.Long itemLicitacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void salvarRegistroPrecoClassificacao(RegistroPrecoVo entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void salvarRegistroPreco(RegistroPrecoVo entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<RegistroPrecoVo> recuperarNovosVencedores(java.lang.Long numeroTotal, java.lang.Long numeroItem, java.lang.Long cadastroGeral) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Long recuperarQuantidadeRegistroPreco(java.lang.Long participante) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void apagarTodosPorLicitacaoParticipante(java.lang.Long licitacao, java.lang.Long participante) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Long recuperarRegistroPrecoPorNumeroUnico(java.lang.Long licitacao, java.lang.Long inscricao, java.lang.Long numeroUnico) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void inserirPropostaParticipantePNCP(RegistroPrecoVo entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<RegistroPrecoVo> recuperarPropostasLicAudesp(java.lang.Long licitacao, java.lang.Long itemLicitacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException