| Line 522... |
Line 522... |
| 522 |
logger.info("Calling Thread to update price at snapdeal");
|
522 |
logger.info("Calling Thread to update price at snapdeal");
|
| 523 |
updatePriceOnSnapdeal.start();
|
523 |
updatePriceOnSnapdeal.start();
|
| 524 |
}
|
524 |
}
|
| 525 |
if(toUpdateVoi && Boolean.valueOf(live) && (!snapdealItem.isSuppressVoiPriceFeed()) && snapdealItem.isIsVoiListed()){
|
525 |
if(toUpdateVoi && Boolean.valueOf(live) && (!snapdealItem.isSuppressVoiPriceFeed()) && snapdealItem.isIsVoiListed()){
|
| 526 |
logger.info("Calling Method to update price at snapdeal VOI");
|
526 |
logger.info("Calling Method to update price at snapdeal VOI");
|
| 527 |
UpdateSnapdealVoiPricingUsingPanel updatePriceOnSnapdealVoi = new UpdateSnapdealVoiPricingUsingPanel(Float.valueOf(voiSellingPrice),sdVoiItemCode,item,timestamp);
|
527 |
UpdateSnapdealVoiPricingUsingPanel updatePriceOnSnapdealVoi = new UpdateSnapdealVoiPricingUsingPanel(Float.valueOf(voiSellingPrice),supc,item,timestamp);
|
| 528 |
logger.info("Calling Thread to update price at snapdeal VOI");
|
528 |
logger.info("Calling Thread to update price at snapdeal VOI");
|
| 529 |
updatePriceOnSnapdealVoi.start();
|
529 |
updatePriceOnSnapdealVoi.start();
|
| 530 |
}
|
530 |
}
|
| 531 |
return "snapdeal-update-result";
|
531 |
return "snapdeal-update-result";
|
| 532 |
}
|
532 |
}
|
| Line 881... |
Line 881... |
| 881 |
updatePriceOnSnapdeal.start();
|
881 |
updatePriceOnSnapdeal.start();
|
| 882 |
}
|
882 |
}
|
| 883 |
|
883 |
|
| 884 |
if(Boolean.valueOf(live) && (!snapdealItem.isSuppressVoiPriceFeed()) && snapdealItem.isIsVoiListed()){
|
884 |
if(Boolean.valueOf(live) && (!snapdealItem.isSuppressVoiPriceFeed()) && snapdealItem.isIsVoiListed()){
|
| 885 |
logger.info("Calling Method to update price at snapdeal VOI");
|
885 |
logger.info("Calling Method to update price at snapdeal VOI");
|
| 886 |
UpdateSnapdealVoiPricingUsingPanel updatePriceOnSnapdealVoi = new UpdateSnapdealVoiPricingUsingPanel(Float.valueOf(voiSellingPrice),sdVoiItemCode,item,timestamp);
|
886 |
UpdateSnapdealVoiPricingUsingPanel updatePriceOnSnapdealVoi = new UpdateSnapdealVoiPricingUsingPanel(Float.valueOf(voiSellingPrice),supc,item,timestamp);
|
| 887 |
logger.info("Calling Thread to update price at snapdeal VOI");
|
887 |
logger.info("Calling Thread to update price at snapdeal VOI");
|
| 888 |
updatePriceOnSnapdealVoi.start();
|
888 |
updatePriceOnSnapdealVoi.start();
|
| 889 |
}
|
889 |
}
|
| 890 |
|
890 |
|
| 891 |
return "snapdeal-update-result";
|
891 |
return "snapdeal-update-result";
|