Subversion Repositories SmartDukaan

Rev

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

Rev 34563 Rev 34648
Line 118... Line 118...
118
        propertiesDetails.put("sendPartnerInvestmentDetails", "1");
118
        propertiesDetails.put("sendPartnerInvestmentDetails", "1");
119
        writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
119
        writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
120
 
120
 
121
    }
121
    }
122
 
122
 
-
 
123
    @Scheduled(cron = "0 45 6 * * *")
-
 
124
    public void generateBiReport() throws Exception {
-
 
125
        scheduledTasksTest.generateBiReport();
-
 
126
    }
-
 
127
 
123
    @Scheduled(cron = "0 0 10,15,17 * * *")
128
    @Scheduled(cron = "0 0 10,15,17 * * *")
124
    public void sendIndentTertiaryReport() throws Exception {
129
    public void sendIndentTertiaryReport() throws Exception {
125
 
130
 
126
        LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
131
        LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
127
        propertiesDetails.put("sendIndentTertiaryReport", "0");
132
        propertiesDetails.put("sendIndentTertiaryReport", "0");