@Component
@Scope(value="prototype")
public class TarefaEnvioAditivoTCE
extends br.inf.thema.erp.infra.utils.timer.TarefaExecutavel
Modifier and Type | Field and Description |
---|---|
private AditivosObraUtil |
aditivosObraUtil |
private GestaoObraService |
gestaoObraService |
private ObraAditivoService |
obraAditivoService |
Constructor and Description |
---|
TarefaEnvioAditivoTCE() |
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 ObraAditivoService obraAditivoService
@Autowired private AditivosObraUtil aditivosObraUtil
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