@Repository public class AtesteDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<AtesteVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AtesteDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
informacoesEmpenho(java.lang.String exercicioEmpenho,
java.lang.Long numeroEmpenho) |
java.util.Map<java.lang.String,java.lang.Object> |
informacoesOrdem(java.lang.String exercicioOrdem,
java.lang.Long numeroOrdem) |
void |
inserirSemCommit(AtesteVo entidade) |
java.util.List<AtesteVo> |
localizarRecebimentoMateriais(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<AtesteVo> |
recuperaAtesteEditarAteste(java.lang.Long sequencia) |
java.util.List<AtesteVo> |
recuperaAtesteNovoAteste(java.lang.String exercicioContrato,
java.lang.Long numeroContrato) |
java.util.List<AtesteVo> |
recuperaAtestePorExericicioContratoNumeroContrato(java.lang.String exercicio,
java.lang.Long numeroContrato) |
java.lang.String |
recuperaFormaAteste(java.lang.String exercicioContrato,
java.lang.Long numeroContrato) |
java.util.List<ContratoGestorVo> |
recuperaLocalFisico(java.lang.String exercicioContrato,
java.lang.Long numeroContrato) |
java.lang.Long |
recuperaNumeroAteste() |
java.util.List<AtesteVo> |
recuperarRecebimentoMateriais(java.util.Map<java.lang.String,java.lang.Object> parametros) |
java.lang.Long |
recuperarSequenciaInserirItemAteste(AtesteVo ateste) |
void |
salvarAtestar(AtesteVo entidade) |
void |
salvarRecebimentoMateriais(AtesteVo entidade) |
void |
salvarSemCommit(AtesteVo entidade) |
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 AtesteDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<AtesteVo> recuperaAtestePorExericicioContratoNumeroContrato(java.lang.String exercicio, java.lang.Long numeroContrato) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<AtesteVo> recuperaAtesteNovoAteste(java.lang.String exercicioContrato, java.lang.Long numeroContrato) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<AtesteVo> recuperaAtesteEditarAteste(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 recuperaNumeroAteste() throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Long recuperarSequenciaInserirItemAteste(AtesteVo ateste) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void inserirSemCommit(AtesteVo entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void salvarSemCommit(AtesteVo entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void salvarAtestar(AtesteVo entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ContratoGestorVo> recuperaLocalFisico(java.lang.String exercicioContrato, java.lang.Long numeroContrato) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.String recuperaFormaAteste(java.lang.String exercicioContrato, java.lang.Long numeroContrato) 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> informacoesEmpenho(java.lang.String exercicioEmpenho, java.lang.Long numeroEmpenho) 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> informacoesOrdem(java.lang.String exercicioOrdem, java.lang.Long numeroOrdem) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<AtesteVo> localizarRecebimentoMateriais(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<AtesteVo> recuperarRecebimentoMateriais(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 salvarRecebimentoMateriais(AtesteVo entidade) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException