| Line 30... |
Line 30... |
| 30 |
import org.apache.thrift.TException;
|
30 |
import org.apache.thrift.TException;
|
| 31 |
import org.apache.thrift.transport.TTransportException;
|
31 |
import org.apache.thrift.transport.TTransportException;
|
| 32 |
|
32 |
|
| 33 |
public class HotspotStockReportSender {
|
33 |
public class HotspotStockReportSender {
|
| 34 |
|
34 |
|
| 35 |
private static final String[] mailTo = {"amar.kumar@shop2020.in","chaitnaya.vats@shop2020.in", "raj.kumar@spiceretail.co.in"};
|
35 |
private static final String[] mailTo = {"manish.sharma@shop2020.in","chaitnaya.vats@shop2020.in", "raj.kumar@spiceretail.co.in"};
|
| 36 |
private static final String senderAccountMail = "cnc.center@shop2020.in";
|
36 |
private static final String senderAccountMail = "cnc.center@shop2020.in";
|
| 37 |
private static final String senderAccountPswd = "5h0p2o2o";
|
37 |
private static final String senderAccountPswd = "5h0p2o2o";
|
| 38 |
private static final List<Long> hotspotVendors = new ArrayList<Long>(Arrays.asList(1L,38L,64L));
|
38 |
private static final List<Long> hotspotVendors = new ArrayList<Long>(Arrays.asList(1L,38L,64L));
|
| 39 |
private static Map<Long, Warehouse> warehouseMap = new Hashtable<Long, Warehouse>(50);
|
39 |
private static Map<Long, Warehouse> warehouseMap = new Hashtable<Long, Warehouse>(50);
|
| 40 |
private static List<OrderStatus> undeliveredStatuses;
|
40 |
private static List<OrderStatus> undeliveredStatuses;
|