Subversion Repositories SmartDukaan

Rev

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

Rev 29362 Rev 29366
Line 567... Line 567...
567
				scheduledTasks.rollOutUpgardedMarginsNextMonth();
567
				scheduledTasks.rollOutUpgardedMarginsNextMonth();
568
			}
568
			}
569
			if (args.containsOption("checkCancellationMargin")) {
569
			if (args.containsOption("checkCancellationMargin")) {
570
				scheduledTasks.checkCancellationMargin();
570
				scheduledTasks.checkCancellationMargin();
571
			}
571
			}
572
			if (args.containsOption("getShortContent")) {
572
			if (args.containsOption("sendWelcomeEmail")) {
573
				contentPojoPopulator.getShortContent(1023059);
573
				onBoardingRelatedSchelduleTask.sendWelcomeEmail();
574
			}
574
			}
575
 
575
 
576
			System.exit(0);
576
			System.exit(0);
577
		}
577
		}
578
 
578