| Line 2... |
Line 2... |
| 2 |
|
2 |
|
| 3 |
import in.shop2020.catalog.dashboard.shared.Item;
|
3 |
import in.shop2020.catalog.dashboard.shared.Item;
|
| 4 |
import in.shop2020.catalog.dashboard.shared.VendorPricings;
|
4 |
import in.shop2020.catalog.dashboard.shared.VendorPricings;
|
| 5 |
import in.shop2020.config.ConfigException;
|
5 |
import in.shop2020.config.ConfigException;
|
| 6 |
import in.shop2020.model.v1.catalog.InventoryService;
|
6 |
import in.shop2020.model.v1.catalog.InventoryService;
|
| - |
|
7 |
import in.shop2020.model.v1.catalog.ItemType;
|
| 7 |
import in.shop2020.model.v1.catalog.status;
|
8 |
import in.shop2020.model.v1.catalog.status;
|
| 8 |
import in.shop2020.thrift.clients.CatalogClient;
|
9 |
import in.shop2020.thrift.clients.CatalogClient;
|
| 9 |
import in.shop2020.thrift.clients.config.ConfigClient;
|
10 |
import in.shop2020.thrift.clients.config.ConfigClient;
|
| 10 |
import in.shop2020.utils.CategoryManager;
|
11 |
import in.shop2020.utils.CategoryManager;
|
| 11 |
import in.shop2020.utils.ConfigClientKeys;
|
12 |
import in.shop2020.utils.ConfigClientKeys;
|
| Line 360... |
Line 361... |
| 360 |
thriftItem.isSetBestSellingRank() ? thriftItem
|
361 |
thriftItem.isSetBestSellingRank() ? thriftItem
|
| 361 |
.getBestSellingRank() : null,
|
362 |
.getBestSellingRank() : null,
|
| 362 |
thriftItem.isDefaultForEntity(), thriftItem.isRisky(),
|
363 |
thriftItem.isDefaultForEntity(), thriftItem.isRisky(),
|
| 363 |
thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay()
|
364 |
thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay()
|
| 364 |
: null,
|
365 |
: null,
|
| 365 |
thriftItem.isSetPreferredWarehouse() ? thriftItem
|
- |
|
| 366 |
.getPreferredWarehouse() : null,
|
- |
|
| 367 |
thriftItem.isSetDefaultWarehouse() ? thriftItem
|
- |
|
| 368 |
.getDefaultWarehouse() : null,
|
- |
|
| 369 |
thriftItem.isIsWarehousePreferenceSticky(),
|
366 |
thriftItem.isIsWarehousePreferenceSticky(),
|
| - |
|
367 |
thriftItem.isHasItemNo(),
|
| - |
|
368 |
ItemType.SERIALIZED.equals(thriftItem.getType()),
|
| 370 |
thriftItem.isSetPreferredVendor() ? thriftItem
|
369 |
thriftItem.isSetPreferredVendor() ? thriftItem
|
| 371 |
.getPreferredVendor() : null, null,
|
370 |
.getPreferredVendor() : null, null,
|
| 372 |
vendorPricingMap, null, null, null);
|
371 |
vendorPricingMap, null, null, null);
|
| 373 |
return item;
|
372 |
return item;
|
| 374 |
}
|
373 |
}
|