@Repository public class CronogramaObraDao extends br.inf.thema.erp.infra.dao.impl.ManutencaoDaoImpl<CronogramaObraVo>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
CronogramaObraDao(com.ibatis.sqlmap.client.SqlMapClient sqlMapClient) |
Modifier and Type | Method and Description |
---|---|
void |
excluiIdExternoCronograma(java.lang.Long obra,
java.lang.Long cronograma,
java.lang.Long idExterno) |
java.util.List<CronogramaObraVo> |
getListaVersoes(java.lang.Long sequenciaObra) |
void |
insereIdExternoCronograma(java.lang.Long obra,
java.lang.Long cronograma,
java.lang.Long idExterno) |
java.util.List<java.lang.Long> |
obterCronogramaDaObra(java.lang.Long sequenciaObra,
java.lang.String tipo) |
java.util.List<CronogramaObraVo> |
obterItensCronograma(java.lang.Long sequenciaObra,
java.lang.Long sequenciaAditivo) |
java.lang.Long |
obterNumeroCronograma(java.lang.Long sequenciaObra) |
CronogramaObraVo |
obterTipoVersaoCronogramaObra(java.lang.Long sequenciaObra) |
void |
salvarEnviaDotce(java.lang.Long sequenciaObra,
java.lang.String enviadotce) |
java.lang.Long |
verificaAditivoObra(java.lang.String tipoVersao,
java.lang.Long sequenciaObra) |
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 CronogramaObraDao(@Qualifier(value="gestaoDeObrasSqlMapClient") com.ibatis.sqlmap.client.SqlMapClient sqlMapClient)
public java.lang.Long verificaAditivoObra(java.lang.String tipoVersao, java.lang.Long sequenciaObra) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void insereIdExternoCronograma(java.lang.Long obra, java.lang.Long cronograma, java.lang.Long idExterno) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void excluiIdExternoCronograma(java.lang.Long obra, java.lang.Long cronograma, java.lang.Long idExterno) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.lang.Long obterNumeroCronograma(java.lang.Long sequenciaObra) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<java.lang.Long> obterCronogramaDaObra(java.lang.Long sequenciaObra, java.lang.String tipo) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<CronogramaObraVo> getListaVersoes(java.lang.Long sequenciaObra) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public CronogramaObraVo obterTipoVersaoCronogramaObra(java.lang.Long sequenciaObra) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public void salvarEnviaDotce(java.lang.Long sequenciaObra, java.lang.String enviadotce) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException
public java.util.List<CronogramaObraVo> obterItensCronograma(java.lang.Long sequenciaObra, java.lang.Long sequenciaAditivo) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException