Subversion Repositories SmartDukaan

Rev

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

Rev 31604 Rev 31612
Line 441... Line 441...
441
		if (args.containsOption("getPriceDrop")) {
441
		if (args.containsOption("getPriceDrop")) {
442
			scheduledTasks.getPriceDrop();
442
			scheduledTasks.getPriceDrop();
443
			System.exit(0);
443
			System.exit(0);
444
		}
444
		}
445
 
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
 
446
		if (args.containsOption("hygineAlertForInternalTeam")) {
461
		if (args.containsOption("hygineAlertForInternalTeam")) {
447
			scheduledTasks.hygineAlertForInternalTeam();
462
			scheduledTasks.hygineAlertForInternalTeam();
448
			System.exit(0);
463
			System.exit(0);
449
		}
464
		}
450
 
465