Subversion Repositories SmartDukaan

Rev

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

Rev 37642 Rev 37675
Line 297... Line 297...
297
        scheduledTasks.notifyLead();
297
        scheduledTasks.notifyLead();
298
 
298
 
299
        // scheduledTasks.notifyVisits();
299
        // scheduledTasks.notifyVisits();
300
    }
300
    }
301
 
301
 
302
    // No longer scheduled
-
 
303
    // @Scheduled(cron = "0 0 1 * * *")
-
 
304
    public void fetchImeiActivation() throws Throwable {
-
 
305
 
-
 
306
        runOnceTasks.fetchImeiActivation(0);
-
 
307
 
-
 
308
    }
-
 
309
 
-
 
310
    @Scheduled(cron = "0 0 7 * * *")
302
    @Scheduled(cron = "0 0 7 * * *")
311
    //Send all lead owners the report for scheduled followups missed
303
    //Send all lead owners the report for scheduled followups missed
312
    public void sendUnscheduledFollowUpMail() throws Exception {
304
    public void sendUnscheduledFollowUpMail() throws Exception {
313
        scheduledTasks.sendUnscheduledFollowUpMail();
305
        scheduledTasks.sendUnscheduledFollowUpMail();
314
    }
306
    }