Subversion Repositories SmartDukaan

Rev

Rev 31117 | Rev 31141 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31117 Rev 31123
Line 319... Line 319...
319
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
319
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
320
 
320
 
321
		// scheduledTasks.notifyVisits();
321
		// scheduledTasks.notifyVisits();
322
	}
322
	}
323
 
323
 
-
 
324
	//No longer scheduled
324
	@Scheduled(cron = "0 0 1 * * *")
325
	//@Scheduled(cron = "0 0 1 * * *")
325
	public void fetchImeiActivation() throws Throwable {
326
	public void fetchImeiActivation() throws Throwable {
326
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
327
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
327
		propertiesDetails.put("fetchImeiActivation", "0");
328
		propertiesDetails.put("fetchImeiActivation", "0");
328
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
329
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
329
 
330