@Component
@Scope(value="prototype")
public class TarefaConsumoItensAta
extends br.inf.thema.erp.infra.utils.timer.TarefaExecutavel
Modifier and Type | Field and Description |
---|---|
private br.inf.thema.erp.basico.service.usuario.AgendaUsuarioService |
agendaUsuarioService |
private java.lang.String[] |
argumentos |
private ItemAtaRegistroPrecoService |
itemAtaRegistroPrecoService |
private java.util.List<ItemAtaRegistroPrecoVo> |
itensAta |
private br.inf.thema.erp.padraoBasico.service.JzxDocumentoService |
jzxDocumentoService |
private br.inf.thema.erp.padrao.service.ProgramaService |
programaService |
private br.inf.thema.erp.padrao.service.RelatorioService |
relatorioService |
Constructor and Description |
---|
TarefaConsumoItensAta() |
Modifier and Type | Method and Description |
---|---|
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 ItemAtaRegistroPrecoService itemAtaRegistroPrecoService
@Autowired private br.inf.thema.erp.padrao.service.RelatorioService relatorioService
@Autowired private br.inf.thema.erp.padraoBasico.service.JzxDocumentoService jzxDocumentoService
@Autowired private br.inf.thema.erp.padrao.service.ProgramaService programaService
@Autowired private br.inf.thema.erp.basico.service.usuario.AgendaUsuarioService agendaUsuarioService
private java.lang.String[] argumentos
private java.util.List<ItemAtaRegistroPrecoVo> itensAta
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
public int getPesoTarefa()
getPesoTarefa
in class br.inf.thema.erp.infra.utils.timer.TarefaExecutavel