@Component
@Scope(value="prototype")
public class TarefaAtualizaPrevisaoDoTempo
extends TarefaExecutavel
Modifier and Type | Field and Description |
---|---|
private java.util.ResourceBundle |
configBundle |
private ControleTarefasService |
controleTarefasService |
private PrevisaoDoTempoService |
previsaoDoTempoService |
Constructor and Description |
---|
TarefaAtualizaPrevisaoDoTempo() |
Modifier and Type | Method and Description |
---|---|
void |
executar() |
private java.util.ResourceBundle |
getConfig() |
int |
getPesoTarefa() |
static void |
main(java.lang.String[] args) |
static java.sql.Date |
parseRFC3339DateFormat(java.lang.String p_date) |
private java.util.ResourceBundle configBundle
@Autowired private PrevisaoDoTempoService previsaoDoTempoService
@Autowired private ControleTarefasService controleTarefasService
public void executar() throws ErpException
ErpException
private java.util.ResourceBundle getConfig()
public static java.sql.Date parseRFC3339DateFormat(java.lang.String p_date)
public static void main(java.lang.String[] args)
public int getPesoTarefa()