@Component
@Scope(value="prototype")
public class LicencaObraUtil
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 ObraLicencaService |
obraLicencaService |
private ObraTCERSWsClient |
obraTCERSWsClient |
private ObraTCEService |
obraTCEService |
private TcersTabelasService |
tcersTabelasService |
private br.inf.thema.erp.basico.service.sessao.VariaveisDeSessaoService |
variaveisDeSessaoProxyImpl |
Constructor and Description |
---|
LicencaObraUtil() |
Modifier and Type | Method and Description |
---|---|
void |
alterarLicenca(GestaoObraVo obra,
ObraLicencaVo licenca) |
private LicencaDTO |
converteLicencaDTO(GestaoObraVo obra,
ObraLicencaVo licenca,
java.lang.Long origem) |
java.lang.String |
enviarDocumento(GestaoObraVo obra,
ObraLicencaVo licenca) |
java.lang.Long |
enviarLicenca(GestaoObraVo obra,
ObraLicencaVo licenca) |
java.lang.Boolean |
excluirLicenca(GestaoObraVo obra,
ObraLicencaVo licenca) |
java.lang.String |
removerDocumento(GestaoObraVo obra,
ObraLicencaVo licenca) |
private br.inf.thema.erp.infra.utils.log.Logger logger
@Autowired private ObraTCERSWsClient obraTCERSWsClient
@Autowired private ObraLicencaService obraLicencaService
@Autowired private GestaoObraService gestaoObraService
@Autowired private ObraTCEService obraTCEService
@Autowired private br.inf.thema.erp.basico.service.sessao.VariaveisDeSessaoService variaveisDeSessaoProxyImpl
@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
private LicencaDTO converteLicencaDTO(GestaoObraVo obra, ObraLicencaVo licenca, java.lang.Long origem) throws br.inf.thema.erp.infra.exception.ErpException
br.inf.thema.erp.infra.exception.ErpException
public java.lang.Long enviarLicenca(GestaoObraVo obra, ObraLicencaVo licenca) throws java.lang.Exception
java.lang.Exception
public void alterarLicenca(GestaoObraVo obra, ObraLicencaVo licenca) throws java.lang.Exception
java.lang.Exception
public java.lang.Boolean excluirLicenca(GestaoObraVo obra, ObraLicencaVo licenca) throws java.lang.Exception
java.lang.Exception
public java.lang.String enviarDocumento(GestaoObraVo obra, ObraLicencaVo licenca) throws java.lang.Exception
java.lang.Exception
public java.lang.String removerDocumento(GestaoObraVo obra, ObraLicencaVo licenca) throws java.lang.Exception
java.lang.Exception