@Repository public class ContratoGerenciamentoProcessoDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<ContratoGerenciamentoProcesso>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ContratoGerenciamentoProcessoDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
atualizarSituacao(java.lang.Long sequenciaProrrogacao,
java.lang.String situacao) |
void |
atualizarSituacaoDataConclusao(java.lang.Long sequenciaProrrogacao,
java.lang.String situacao,
java.sql.Date conclusao) |
java.util.List<ContratoGerenciamentoProrrogacaoVo> |
recuperarListaEtapasProrrogacao(java.lang.Long sequenciaProrrogacao) |
java.util.List<ContratoGerenciamentoRepactuacaoVo> |
recuperarListaEtapasRepactuacao(java.lang.Long sequenciaRepactuacao) |
java.lang.String |
recuperarSituacao(java.lang.Long sequenciaProcesso) |
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 ContratoGerenciamentoProcessoDao(@Qualifier(value="materiaisSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.util.List<ContratoGerenciamentoProrrogacaoVo> recuperarListaEtapasProrrogacao(java.lang.Long sequenciaProrrogacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<ContratoGerenciamentoRepactuacaoVo> recuperarListaEtapasRepactuacao(java.lang.Long sequenciaRepactuacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void atualizarSituacao(java.lang.Long sequenciaProrrogacao, java.lang.String situacao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void atualizarSituacaoDataConclusao(java.lang.Long sequenciaProrrogacao, java.lang.String situacao, java.sql.Date conclusao) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.String recuperarSituacao(java.lang.Long sequenciaProcesso) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException