| Line 5... |
Line 5... |
| 5 |
import com.smartdukaan.cron.scheduled.SamsungIMEIActivationService;
|
5 |
import com.smartdukaan.cron.scheduled.SamsungIMEIActivationService;
|
| 6 |
import com.smartdukaan.cron.scheduled.ScheduledTasks;
|
6 |
import com.smartdukaan.cron.scheduled.ScheduledTasks;
|
| 7 |
import com.smartdukaan.cron.scheduled.amazon.shop.AmazonPurchaseService;
|
7 |
import com.smartdukaan.cron.scheduled.amazon.shop.AmazonPurchaseService;
|
| 8 |
import com.smartdukaan.cron.scheduled.amazon.shop.OrderSummary;
|
8 |
import com.smartdukaan.cron.scheduled.amazon.shop.OrderSummary;
|
| 9 |
import com.smartdukaan.cron.scheduled.amazon.shop.model.OrderRow;
|
9 |
import com.smartdukaan.cron.scheduled.amazon.shop.model.OrderRow;
|
| - |
|
10 |
import com.smartdukaan.cron.scheduled.ambreports.AbmReportSender;
|
| 10 |
import com.spice.profitmandi.common.enumuration.ItemType;
|
11 |
import com.spice.profitmandi.common.enumuration.ItemType;
|
| 11 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
12 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
| 12 |
import com.spice.profitmandi.common.model.CustomRetailer;
|
13 |
import com.spice.profitmandi.common.model.CustomRetailer;
|
| 13 |
import com.spice.profitmandi.common.model.ImeiDropSummaryModel;
|
14 |
import com.spice.profitmandi.common.model.ImeiDropSummaryModel;
|
| 14 |
import com.spice.profitmandi.common.model.ProfitMandiConstants;
|
15 |
import com.spice.profitmandi.common.model.ProfitMandiConstants;
|
| Line 285... |
Line 286... |
| 285 |
|
286 |
|
| 286 |
@Autowired
|
287 |
@Autowired
|
| 287 |
private JavaMailSender mailSender;
|
288 |
private JavaMailSender mailSender;
|
| 288 |
|
289 |
|
| 289 |
@Autowired
|
290 |
@Autowired
|
| - |
|
291 |
AbmReportSender abmReportSender;
|
| - |
|
292 |
|
| - |
|
293 |
@Autowired
|
| 290 |
private LocationTrackingService locationTrackingService;
|
294 |
private LocationTrackingService locationTrackingService;
|
| 291 |
|
295 |
|
| 292 |
private static final String ACCOUNT_ID = "aZ6flHhrgPIEl18buHdPBdueEN4";
|
296 |
private static final String ACCOUNT_ID = "aZ6flHhrgPIEl18buHdPBdueEN4";
|
| 293 |
private static final String SECRET_KEY = "a7rsX5B4UNNfTTx1-IJ19qdH48BT4YvBKlQJg3n3_KKNe7WWych55g";
|
297 |
private static final String SECRET_KEY = "a7rsX5B4UNNfTTx1-IJ19qdH48BT4YvBKlQJg3n3_KKNe7WWych55g";
|
| 294 |
|
298 |
|
| Line 2007... |
Line 2011... |
| 2007 |
}
|
2011 |
}
|
| 2008 |
|
2012 |
|
| 2009 |
public void dailyTrackingReport() throws Exception{
|
2013 |
public void dailyTrackingReport() throws Exception{
|
| 2010 |
locationTrackingService.generateReport(0, LocalDate.now().toString(),LocalDate.now().toString());
|
2014 |
locationTrackingService.generateReport(0, LocalDate.now().toString(),LocalDate.now().toString());
|
| 2011 |
}
|
2015 |
}
|
| - |
|
2016 |
|
| - |
|
2017 |
public void setAbmReportSender() throws Exception{
|
| - |
|
2018 |
abmReportSender.abmSendertest();
|
| - |
|
2019 |
}
|
| 2012 |
}
|
2020 |
}
|
| 2013 |
|
2021 |
|
| 2014 |
//7015845171
|
2022 |
//7015845171
|
| 2015 |
|
2023 |
|