| Line 52... |
Line 52... |
| 52 |
public static void main(String... args) throws ClientProtocolException, IOException, TException{
|
52 |
public static void main(String... args) throws ClientProtocolException, IOException, TException{
|
| 53 |
SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
|
53 |
SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
|
| 54 |
String emailFromAddress = "build@shop2020.in";
|
54 |
String emailFromAddress = "build@shop2020.in";
|
| 55 |
String password = "cafe@nes";
|
55 |
String password = "cafe@nes";
|
| 56 |
GmailUtils mailer = new GmailUtils();
|
56 |
GmailUtils mailer = new GmailUtils();
|
| 57 |
String[] sendTo = new String[]{"vikram.raghav@shop2020.in"};
|
57 |
//String[] sendTo = new String[]{"vikram.raghav@shop2020.in"};
|
| 58 |
/*String[] sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
|
58 |
String[] sendTo = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
|
| 59 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
59 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
| 60 |
"yukti.jain@shop2020.in","manoj.pal@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
|
60 |
"yukti.jain@shop2020.in","manoj.pal@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
|
| 61 |
*/
|
- |
|
| 62 |
Map<String,Long> itemInventoryMap = FetchInventoryAtFlipkart();
|
61 |
Map<String,Long> itemInventoryMap = FetchInventoryAtFlipkart();
|
| 63 |
in.shop2020.model.v1.catalog.CatalogService.Client catalogClient = null;
|
62 |
in.shop2020.model.v1.catalog.CatalogService.Client catalogClient = null;
|
| 64 |
List<Item> aliveItems = null;
|
63 |
List<Item> aliveItems = null;
|
| 65 |
List<FlipkartItem> flipkartItems = null;
|
64 |
List<FlipkartItem> flipkartItems = null;
|
| 66 |
boolean ex = true;
|
65 |
boolean ex = true;
|