@Repository public class PregaoItemDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<PregaoItemVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
PregaoItemDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
alterarTodos(PregaoItemVo pregaoItemVo) |
void |
finalizaHabilitacaoItem(java.lang.Long item) |
void |
finalizaReprocessamentoItem(java.lang.Long item) |
void |
iniciaHabilitacaoItem(java.lang.Long item) |
void |
iniciarReprocessamentoItem(java.lang.Long item) |
void |
limparPercentuais(java.lang.Long pregao) |
void |
limparValores(java.lang.Long pregao) |
java.util.List<PregaoItem> |
recuperarLotePorPregao(java.lang.Long sequencia) |
java.util.List<PregaoItemVo> |
retornaLote(java.lang.Long sequencia,
java.lang.Long lote,
java.lang.Long participante) |
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 PregaoItemDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<PregaoItem> recuperarLotePorPregao(java.lang.Long sequencia) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void limparPercentuais(java.lang.Long pregao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void limparValores(java.lang.Long pregao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void alterarTodos(PregaoItemVo pregaoItemVo) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void iniciarReprocessamentoItem(java.lang.Long item) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void iniciaHabilitacaoItem(java.lang.Long item) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void finalizaHabilitacaoItem(java.lang.Long item) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void finalizaReprocessamentoItem(java.lang.Long item) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<PregaoItemVo> retornaLote(java.lang.Long sequencia, java.lang.Long lote, java.lang.Long participante) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException