Subversion Repositories SmartDukaan

Rev

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

Rev 31612 Rev 31618
Line 704... Line 704...
704
 
704
 
705
	@Scheduled(cron = "0 0 8 * * *")
705
	@Scheduled(cron = "0 0 8 * * *")
706
	public void getUpgradeOffer() throws Throwable {
706
	public void getUpgradeOffer() throws Throwable {
707
		scheduledTasks.getUpgradeOffer();
707
		scheduledTasks.getUpgradeOffer();
708
	}
708
	}
-
 
709
 
-
 
710
	@Scheduled(cron = "0 0 6 * * *")
-
 
711
	public void sendSamsungRebilling() throws Throwable {
-
 
712
		scheduledTasks.sendMailForSamsungRebilling();
-
 
713
	}
709
	/*
714
	/*
710
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
715
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
711
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
716
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
712
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
717
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
713
	 * log.info("endTime" + LocalDateTime.now()); }
718
	 * log.info("endTime" + LocalDateTime.now()); }