@Component
@Scope(value="prototype")
public class TermoRecebimentoObraUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private br.inf.thema.erp.integracao.documentos.service.ConsultaDocumentoAnexoPublicService |
consultaDocumentoAnexoPublicService |
private br.inf.thema.erp.integracao.documentos.service.FileUtilsPublicService |
fileUtilsPublicService |
private GestaoObraService |
gestaoObraService |
private br.inf.thema.erp.infra.utils.log.Logger |
logger |
private ObraTCERSWsClient |
obraTCERSWsClient |
private ObraTCEService |
obraTCEService |
private TcersTabelasService |
tcersTabelasService |
private TermoRecebimentoObraService |
termoRecebimentoObraService |
private br.inf.thema.erp.basico.service.sessao.VariaveisDeSessaoService |
variaveisDeSessaoProxyImpl |
Constructor and Description |
---|
TermoRecebimentoObraUtil() |
Modifier and Type | Method and Description |
---|---|
void |
atualizarTermo(TermoRecebimentoObraVo res,
GestaoObraVo obra) |
private TermoRecebimentoDTO |
converteTermoDTO(TermoRecebimentoObraVo ter,
GestaoObraVo obra,
java.lang.Long origem) |
java.lang.String |
enviarDocumento(TermoRecebimentoObraVo termo,
GestaoObraVo obra) |
java.lang.Long |
enviarTermo(TermoRecebimentoObraVo ter,
GestaoObraVo obra) |
java.lang.String |
removerDocumento(TermoRecebimentoObraVo termo,
GestaoObraVo obra) |
java.lang.Boolean |
removerTermo(TermoRecebimentoObraVo ter,
GestaoObraVo obra) |
private br.inf.thema.erp.infra.utils.log.Logger logger
@Autowired private ObraTCERSWsClient obraTCERSWsClient
@Autowired private TermoRecebimentoObraService termoRecebimentoObraService
@Autowired private br.inf.thema.erp.basico.service.sessao.VariaveisDeSessaoService variaveisDeSessaoProxyImpl
@Autowired private ObraTCEService obraTCEService
@Autowired private TcersTabelasService tcersTabelasService
@Autowired private br.inf.thema.erp.integracao.documentos.service.ConsultaDocumentoAnexoPublicService consultaDocumentoAnexoPublicService
@Autowired private br.inf.thema.erp.integracao.documentos.service.FileUtilsPublicService fileUtilsPublicService
@Autowired private GestaoObraService gestaoObraService
private TermoRecebimentoDTO converteTermoDTO(TermoRecebimentoObraVo ter, GestaoObraVo obra, java.lang.Long origem) throws br.inf.thema.erp.infra.exception.ErpException
br.inf.thema.erp.infra.exception.ErpException
public java.lang.Long enviarTermo(TermoRecebimentoObraVo ter, GestaoObraVo obra) throws java.lang.Exception
java.lang.Exception
public void atualizarTermo(TermoRecebimentoObraVo res, GestaoObraVo obra) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean removerTermo(TermoRecebimentoObraVo ter, GestaoObraVo obra) throws java.lang.Exception
java.lang.Exception
public java.lang.String enviarDocumento(TermoRecebimentoObraVo termo, GestaoObraVo obra) throws java.lang.Exception
java.lang.Exception
public java.lang.String removerDocumento(TermoRecebimentoObraVo termo, GestaoObraVo obra) throws java.lang.Exception
java.lang.Exception