Subversion Repositories SmartDukaan

Rev

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

Rev 35788 Rev 35980
Line 131... Line 131...
131
    }
131
    }
132
    @Scheduled(cron = "0 30 4 * * *")
132
    @Scheduled(cron = "0 30 4 * * *")
133
    public void createFofoSmartCartSuggestion() throws Exception {
133
    public void createFofoSmartCartSuggestion() throws Exception {
134
        scheduledTasksTest.createFofoSmartCartSuggestion();
134
        scheduledTasksTest.createFofoSmartCartSuggestion();
135
    }
135
    }
136
    @Scheduled(cron = "0 0 6,22 * * *")
136
    /*@Scheduled(cron = "0 0 6,22 * * *")
137
    public void sendAbmSmartCartReport() throws Exception {
137
    public void sendAbmSmartCartReport() throws Exception {
138
        abmReportSender.sendAbmSmartCartReport();
138
        abmReportSender.sendAbmSmartCartReport();
139
    }
139
    }*/
140
 
140
 
141
    @Scheduled(cron = "0 0 10,15,17 * * *")
141
    @Scheduled(cron = "0 0 10,15,17 * * *")
142
    public void sendIndentTertiaryReport() throws Exception {
142
    public void sendIndentTertiaryReport() throws Exception {
143
 
143
 
144
        LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
144
        LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();