@Service public class ContratoGerenciamentoProcessoService extends br.inf.thema.erp.infra.service.ManutencaoService<ContratoGerenciamentoProcesso>
Modifier and Type | Field and Description |
---|---|
private ContratoGerenciamentoProcessoDao |
contratoGerenciamentoProrrogacaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ContratoGerenciamentoProcessoService() |
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) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ContratoGerenciamentoProcesso> |
getDao() |
java.util.List<ContratoGerenciamentoProrrogacaoVo> |
recuperarListaEtapasProrrogacao(java.lang.Long sequenciaProrrogacao) |
java.util.List<ContratoGerenciamentoRepactuacaoVo> |
recuperarListaEtapasRepactuacao(java.lang.Long sequenciaProrrogacao) |
java.lang.String |
recuperarSituacao(java.lang.Long sequenciaProcesso) |
private static final long serialVersionUID
@Autowired private ContratoGerenciamentoProcessoDao contratoGerenciamentoProrrogacaoDao
public ContratoGerenciamentoProcessoService()
public br.inf.thema.erp.infra.dao.ManutencaoDao<ContratoGerenciamentoProcesso> getDao()
public java.util.List<ContratoGerenciamentoProrrogacaoVo> recuperarListaEtapasProrrogacao(java.lang.Long sequenciaProrrogacao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ContratoGerenciamentoRepactuacaoVo> recuperarListaEtapasRepactuacao(java.lang.Long sequenciaProrrogacao) 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 atualizarSituacao(java.lang.Long sequenciaProrrogacao, java.lang.String situacao) 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 atualizarSituacaoDataConclusao(java.lang.Long sequenciaProrrogacao, java.lang.String situacao, java.sql.Date conclusao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.String recuperarSituacao(java.lang.Long sequenciaProcesso) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException