Subversion Repositories SmartDukaan

Rev

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

Rev 34910 Rev 34939
Line 123... Line 123...
123
 
123
 
124
    @Scheduled(cron = "0 30 6 * * *")
124
    @Scheduled(cron = "0 30 6 * * *")
125
    public void generateBiReport() throws Exception {
125
    public void generateBiReport() throws Exception {
126
        scheduledTasksTest.generateBiReport();
126
        scheduledTasksTest.generateBiReport();
127
    }
127
    }
-
 
128
    @Scheduled(cron = "0 30 4 * * *")
-
 
129
    public void createFofoSmartCartSuggestion() throws Exception {
-
 
130
        scheduledTasksTest.createFofoSmartCartSuggestion();
-
 
131
    }
128
 
132
 
129
    @Scheduled(cron = "0 0 10,15,17 * * *")
133
    @Scheduled(cron = "0 0 10,15,17 * * *")
130
    public void sendIndentTertiaryReport() throws Exception {
134
    public void sendIndentTertiaryReport() throws Exception {
131
 
135
 
132
        LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
136
        LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();