@Component
@Scope(value="prototype")
public class TarefaEnvioObraTCE
extends br.inf.thema.erp.infra.utils.timer.TarefaExecutavel
Modifier and Type | Field and Description |
---|---|
private CronogramaObraUtil |
cronogramaObraUtil |
private GestaoObraService |
gestaoObraService |
private ObraListaService |
obraListaService |
private ObraTCERSWsClient |
obraTCERSWsClient |
Constructor and Description |
---|
TarefaEnvioObraTCE() |
Modifier and Type | Method and Description |
---|---|
private void |
addMensagem(java.lang.String mensagem) |
void |
executar() |
int |
getPesoTarefa() |
cancelar, enviaEmail, enviaEmailDeErroDeExecucao, enviaEmailDeSucessoDeExecucao, erroExecucao, getFim, getInicio, getMensagem, getScheduledFuture, getTarefa, getTarefaExecutando, getTempoExecucao, posExecucao, preExecucao, run, setFim, setInicio, setMensagem, setScheduledFuture, setTarefa, setTarefaExecutando, setTempoExecucao
@Autowired private GestaoObraService gestaoObraService
@Autowired private ObraTCERSWsClient obraTCERSWsClient
@Autowired private CronogramaObraUtil cronogramaObraUtil
@Autowired private ObraListaService obraListaService
public void executar() throws br.inf.thema.erp.infra.exception.ErpException
executar
in class br.inf.thema.erp.infra.utils.timer.TarefaExecutavel
br.inf.thema.erp.infra.exception.ErpException
private void addMensagem(java.lang.String mensagem)
public int getPesoTarefa()
getPesoTarefa
in class br.inf.thema.erp.infra.utils.timer.TarefaExecutavel