@Service public class ContratoGerenciamentoService extends br.inf.thema.erp.infra.service.ManutencaoFiltroService<ContratoVo>
Modifier and Type | Field and Description |
---|---|
private ContratoDao |
contratoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ContratoGerenciamentoService() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContratoVo> |
filtrar(java.util.Map<java.lang.String,java.lang.Object> parametroFiltro) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ContratoVo> |
getDao() |
java.lang.Long |
recuperarContagemRegressiva(java.lang.Long sequenciaContrato) |
java.util.List<ContratoGerenciamentoProrrogacaoVo> |
recuperarListaProrrogacoesPorContrato(java.lang.Long sequenciaContrato) |
java.util.List<ContratoGerenciamentoRepactuacaoVo> |
recuperarListaRepactuacoesPorContrato(java.lang.Long sequenciaContrato) |
void |
salvar(ContratoVo entidade) |
private static final long serialVersionUID
@Autowired private ContratoDao contratoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ContratoVo> getDao()
public java.util.List<ContratoVo> filtrar(java.util.Map<java.lang.String,java.lang.Object> parametroFiltro) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
filtrar
in interface br.inf.thema.erp.infra.Filtro<ContratoVo>
filtrar
in class br.inf.thema.erp.infra.service.ManutencaoFiltroService<ContratoVo>
br.inf.thema.erp.infra.dao.exception.ErpDaoException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void salvar(ContratoVo entidade) throws br.inf.thema.erp.infra.exception.ErpException
salvar
in interface br.inf.thema.erp.infra.Manutencao<ContratoVo>
salvar
in class br.inf.thema.erp.infra.service.ManutencaoService<ContratoVo>
br.inf.thema.erp.infra.exception.ErpException
public java.util.List<ContratoGerenciamentoProrrogacaoVo> recuperarListaProrrogacoesPorContrato(java.lang.Long sequenciaContrato) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ContratoGerenciamentoRepactuacaoVo> recuperarListaRepactuacoesPorContrato(java.lang.Long sequenciaContrato) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long recuperarContagemRegressiva(java.lang.Long sequenciaContrato) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException