Subversion Repositories SmartDukaan

Rev

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

Rev 31725 Rev 31731
Line 675... Line 675...
675
	public void monthlyTargetForInternalTeam() throws Throwable {
675
	public void monthlyTargetForInternalTeam() throws Throwable {
676
		scheduledTasks.monthlyTargetForInternalTeam();
676
		scheduledTasks.monthlyTargetForInternalTeam();
677
 
677
 
678
	}
678
	}
679
 
679
 
680
	@Scheduled(cron = "0 */30 * * * *")
-
 
681
	public void pushDataToSolr() throws Throwable {
-
 
682
		scheduledTasks.pushDataToSolr();
-
 
683
	}
-
 
684
 
-
 
685
	@Scheduled(cron = "0 0 8 * * *")
-
 
686
	public void getBestSeller() throws Throwable {
-
 
687
		scheduledTasks.getBestSeller();
-
 
688
	}
-
 
689
 
-
 
690
	@Scheduled(cron = "0 0 8 * * *")
-
 
691
	public void getPriceDrop() throws Throwable {
-
 
692
		scheduledTasks.getPriceDrop();
-
 
693
	}
-
 
694
 
-
 
695
	@Scheduled(cron = "0 0 8 * * *")
-
 
696
	public void getNewLaunches() throws Throwable {
-
 
697
		scheduledTasks.getNewLaunches();
-
 
698
	}
-
 
699
 
-
 
700
	@Scheduled(cron = "0 0 8 * * *")
-
 
701
	public void getSpecialSupport() throws Throwable {
-
 
702
		scheduledTasks.getSpecialSupport();
-
 
703
	}
-
 
704
 
-
 
705
	@Scheduled(cron = "0 0 8 * * *")
-
 
706
	public void getUpgradeOffer() throws Throwable {
-
 
707
		scheduledTasks.getUpgradeOffer();
-
 
708
	}
-
 
709
 
-
 
710
	@Scheduled(cron = "0 0 6 * * *")
680
	@Scheduled(cron = "0 0 6 * * *")
711
	public void sendSamsungRebilling() throws Throwable {
681
	public void sendSamsungRebilling() throws Throwable {
712
		scheduledTasks.sendMailForSamsungRebilling();
682
		scheduledTasks.sendMailForSamsungRebilling();
713
	}
683
	}
714
	/*
684
	/*