Subversion Repositories SmartDukaan

Rev

Rev 37159 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 37159 Rev 37172
Line 338... Line 338...
338
        if (args.containsOption("checkPartnerActiveStore")) {
338
        if (args.containsOption("checkPartnerActiveStore")) {
339
            System.out.println("checkPartnerActiveStore");
339
            System.out.println("checkPartnerActiveStore");
340
            scheduledTasks.checkPartnerActiveStore();
340
            scheduledTasks.checkPartnerActiveStore();
341
            System.exit(0);
341
            System.exit(0);
342
        }
342
        }
-
 
343
        if (args.containsOption("updatePjpAgendaInstances")) {
-
 
344
            System.out.println("updatePjpAgendaInstances");
-
 
345
            scheduledTasks.updatePjpAgendaInstances();
-
 
346
            System.exit(0);
-
 
347
        }
343
        if (args.containsOption("updatePartnerActivationTypeByMonthlySale")) {
348
        if (args.containsOption("updatePartnerActivationTypeByMonthlySale")) {
344
            System.out.println("updatePartnerActivationTypeByMonthlySale");
349
            System.out.println("updatePartnerActivationTypeByMonthlySale");
345
            scheduledTasks.updatePartnerActivationTypeByMonthlySale();
350
            scheduledTasks.updatePartnerActivationTypeByMonthlySale();
346
            System.exit(0);
351
            System.exit(0);
347
        }
352
        }