Subversion Repositories SmartDukaan

Rev

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

Rev 31648 Rev 31745
Line 426... Line 426...
426
		if (args.containsOption("hygineAlertForPartner")) {
426
		if (args.containsOption("hygineAlertForPartner")) {
427
			scheduledTasks.hygineAlertForPartner();
427
			scheduledTasks.hygineAlertForPartner();
428
			System.exit(0);
428
			System.exit(0);
429
		}
429
		}
430
 
430
 
431
		if (args.containsOption("pushDataToSolr")) {
-
 
432
			scheduledTasks.pushDataToSolr();
-
 
433
			System.exit(0);
-
 
434
		}
-
 
435
 
-
 
436
		if (args.containsOption("getBestSeller")) {
-
 
437
			scheduledTasks.getBestSeller();
-
 
438
			System.exit(0);
-
 
439
		}
-
 
440
 
-
 
441
		if (args.containsOption("getPriceDrop")) {
-
 
442
			scheduledTasks.getPriceDrop();
-
 
443
			System.exit(0);
-
 
444
		}
-
 
445
 
-
 
446
		if (args.containsOption("getNewLaunches")) {
-
 
447
			scheduledTasks.getNewLaunches();
-
 
448
			System.exit(0);
-
 
449
		}
-
 
450
 
-
 
451
		if (args.containsOption("getSpecialSupport")) {
-
 
452
			scheduledTasks.getSpecialSupport();
-
 
453
			System.exit(0);
-
 
454
		}
-
 
455
 
-
 
456
		if (args.containsOption("getUpgradeOffer")) {
-
 
457
			scheduledTasks.getUpgradeOffer();
-
 
458
			System.exit(0);
-
 
459
		}
-
 
460
 
-
 
461
		if (args.containsOption("hygineAlertForInternalTeam")) {
431
		if (args.containsOption("hygineAlertForInternalTeam")) {
462
			scheduledTasks.hygineAlertForInternalTeam();
432
			scheduledTasks.hygineAlertForInternalTeam();
463
			System.exit(0);
433
			System.exit(0);
464
		}
434
		}
465
 
435