Subversion Repositories SmartDukaan

Rev

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

Rev 31141 Rev 31206
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
	// No longer scheduled
325
	//@Scheduled(cron = "0 0 1 * * *")
325
	// @Scheduled(cron = "0 0 1 * * *")
326
	public void fetchImeiActivation() throws Throwable {
326
	public void fetchImeiActivation() throws Throwable {
327
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
327
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
328
		propertiesDetails.put("fetchImeiActivation", "0");
328
		propertiesDetails.put("fetchImeiActivation", "0");
329
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
329
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
330
 
330
 
Line 643... Line 643...
643
	@Scheduled(cron = "0 0 9 * * *")
643
	@Scheduled(cron = "0 0 9 * * *")
644
	public void notifyDefaultLoans() throws Throwable {
644
	public void notifyDefaultLoans() throws Throwable {
645
		scheduledTasks.notifyDefaultLoans();
645
		scheduledTasks.notifyDefaultLoans();
646
	}
646
	}
647
 
647
 
-
 
648
	@Scheduled(cron = "0 0 23 * * *")
-
 
649
	public void hygineAlertForInternalTeam() throws Throwable {
-
 
650
		scheduledTasks.hygineAlertForInternalTeam();
-
 
651
 
-
 
652
	}
-
 
653
 
-
 
654
	@Scheduled(cron = "0 0 23 * * *")
-
 
655
	public void hygineAlertForPartner() throws Throwable {
-
 
656
		scheduledTasks.hygineAlertForPartner();
-
 
657
 
-
 
658
	}
-
 
659
 
648
	/*
660
	/*
649
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
661
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
650
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
662
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
651
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
663
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
652
	 * log.info("endTime" + LocalDateTime.now()); }
664
	 * log.info("endTime" + LocalDateTime.now()); }