Subversion Repositories SmartDukaan

Rev

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

Rev 31206 Rev 31249
Line 655... Line 655...
655
	public void hygineAlertForPartner() throws Throwable {
655
	public void hygineAlertForPartner() throws Throwable {
656
		scheduledTasks.hygineAlertForPartner();
656
		scheduledTasks.hygineAlertForPartner();
657
 
657
 
658
	}
658
	}
659
 
659
 
-
 
660
	@Scheduled(cron = "0 0 0 * * MON")
-
 
661
	public void monthlyTargetForPartner() throws Throwable {
-
 
662
		scheduledTasks.monthlyTargetForPartner();
-
 
663
 
-
 
664
	}
-
 
665
 
-
 
666
	@Scheduled(cron = "0 0 0 * * MON")
-
 
667
	public void monthlyTargetForInternalTeam() throws Throwable {
-
 
668
		scheduledTasks.monthlyTargetForInternalTeam();
-
 
669
 
-
 
670
	}
660
	/*
671
	/*
661
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
672
	 * @Scheduled(cron = "0 0 9 * * *") public void onBoardingDocumentsPending()
662
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
673
	 * throws Throwable { log.info("startTime" + LocalDateTime.now());
663
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
674
	 * onBoardingRelatedSchelduleTask.onBoardingDocumentsPending();
664
	 * log.info("endTime" + LocalDateTime.now()); }
675
	 * log.info("endTime" + LocalDateTime.now()); }