@Service public class CronogramaObraService extends br.inf.thema.erp.infra.service.ManutencaoService<CronogramaObraVo>
Modifier and Type | Field and Description |
---|---|
private CronogramaObraDao |
cronogramaObraDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
CronogramaObraService() |
Modifier and Type | Method and Description |
---|---|
void |
excluiIdExternoCronograma(java.lang.Long obra,
java.lang.Long cronograma,
java.lang.Long idExterno) |
br.inf.thema.erp.infra.dao.ManutencaoDao<CronogramaObraVo> |
getDao() |
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) |
private static final long serialVersionUID
@Autowired private CronogramaObraDao cronogramaObraDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<CronogramaObraVo> getDao()
public java.lang.Long verificaAditivoObra(java.lang.String tipoVersao, java.lang.Long sequenciaObra) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void insereIdExternoCronograma(java.lang.Long obra, java.lang.Long cronograma, java.lang.Long idExterno) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void excluiIdExternoCronograma(java.lang.Long obra, java.lang.Long cronograma, java.lang.Long idExterno) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long obterNumeroCronograma(java.lang.Long sequenciaObra) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<java.lang.Long> obterCronogramaDaObra(java.lang.Long sequenciaObra, java.lang.String tipo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<CronogramaObraVo> getListaVersoes(java.lang.Long sequenciaObra) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public CronogramaObraVo obterTipoVersaoCronogramaObra(java.lang.Long sequenciaObra) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) 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