@Service public class ObraService extends br.inf.thema.erp.infra.service.ManutencaoFiltroService<ObraVo>
Modifier and Type | Field and Description |
---|---|
private ObraDao |
obraDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ObraService() |
Modifier and Type | Method and Description |
---|---|
java.util.List<RetornoListaObrasParadas> |
consultaListaObrasParadasExterno(java.util.Map<java.lang.String,java.lang.Object> where) |
java.util.List<RetornoObras> |
consultaObrasExterno(java.util.Map<java.lang.String,java.lang.Object> where) |
void |
gerarBemImovel(br.inf.thema.erp.integracao.materiais.vo.patrimonio.bem.BemVo bemVo,
java.lang.Long sequencia) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ObraVo> |
getDao() |
java.util.Map<java.lang.String,java.lang.Object> |
obtemDadosFornecedor(java.lang.Long inscricao) |
java.util.List<ObraVo> |
recuperarConsultaObra() |
java.lang.String |
recuperarDataSincronizacao() |
java.util.List<RetornoObrasParadas> |
recuperarEmpreiteirasObras(java.lang.Long sequencia) |
java.util.List<RetornoEventosObras> |
recuperarEventosObras(java.lang.Long sequencia) |
java.util.List<RetornoObrasParadas> |
recuperarMedicoesObras(java.lang.Long sequencia) |
RetornoObrasParadas |
recuperarObrasParadasTotal(java.lang.Long sequencia) |
java.util.List<RetornoObrasParadas> |
recuperarResponsaveisObras(java.lang.Long sequencia) |
java.util.List<ObraVo> |
recuperarTotalizadorPorSituacao() |
void |
salvarChaveProcessoEletronico(ObraVo obra) |
filtrar, filtrar
private static final long serialVersionUID
@Autowired private ObraDao obraDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ObraVo> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public java.util.Map<java.lang.String,java.lang.Object> obtemDadosFornecedor(java.lang.Long inscricao) 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 gerarBemImovel(br.inf.thema.erp.integracao.materiais.vo.patrimonio.bem.BemVo bemVo, java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ObraVo> recuperarTotalizadorPorSituacao() throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.String recuperarDataSincronizacao() throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<ObraVo> recuperarConsultaObra() throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RetornoListaObrasParadas> consultaListaObrasParadasExterno(java.util.Map<java.lang.String,java.lang.Object> where) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public RetornoObrasParadas recuperarObrasParadasTotal(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RetornoEventosObras> recuperarEventosObras(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RetornoObrasParadas> recuperarEmpreiteirasObras(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RetornoObrasParadas> recuperarResponsaveisObras(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RetornoObrasParadas> recuperarMedicoesObras(java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<RetornoObras> consultaObrasExterno(java.util.Map<java.lang.String,java.lang.Object> where) 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 salvarChaveProcessoEletronico(ObraVo obra) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException