| Line 24... |
Line 24... |
| 24 |
import org.apache.velocity.exception.ResourceNotFoundException;
|
24 |
import org.apache.velocity.exception.ResourceNotFoundException;
|
| 25 |
|
25 |
|
| 26 |
|
26 |
|
| 27 |
import in.shop2020.logistics.Provider;
|
27 |
import in.shop2020.logistics.Provider;
|
| 28 |
import in.shop2020.model.v1.catalog.InventoryServiceException;
|
28 |
import in.shop2020.model.v1.catalog.InventoryServiceException;
|
| 29 |
import in.shop2020.model.v1.catalog.Item;
|
- |
|
| 30 |
import in.shop2020.model.v1.catalog.InventoryService.Client;
|
29 |
import in.shop2020.model.v1.catalog.InventoryService.Client;
|
| 31 |
import in.shop2020.model.v1.order.Order;
|
30 |
import in.shop2020.model.v1.order.Order;
|
| 32 |
import in.shop2020.model.v1.order.OrderStatus;
|
31 |
import in.shop2020.model.v1.order.OrderStatus;
|
| 33 |
import in.shop2020.model.v1.user.Cart;
|
- |
|
| 34 |
import in.shop2020.model.v1.user.Line;
|
- |
|
| 35 |
import in.shop2020.model.v1.user.Address;
|
32 |
import in.shop2020.model.v1.user.Address;
|
| 36 |
import in.shop2020.model.v1.user.User;
|
33 |
import in.shop2020.model.v1.user.User;
|
| 37 |
import in.shop2020.model.v1.user.UserContextException;
|
34 |
import in.shop2020.model.v1.user.UserContextException;
|
| 38 |
import in.shop2020.model.v1.user.Widget;
|
- |
|
| 39 |
import in.shop2020.model.v1.user.WidgetItem;
|
- |
|
| 40 |
import in.shop2020.model.v1.user.WidgetType;
|
- |
|
| 41 |
import in.shop2020.serving.utils.*;
|
35 |
import in.shop2020.serving.utils.*;
|
| 42 |
import in.shop2020.thrift.clients.CatalogServiceClient;
|
36 |
import in.shop2020.thrift.clients.CatalogServiceClient;
|
| 43 |
import in.shop2020.thrift.clients.LogisticsServiceClient;
|
37 |
import in.shop2020.thrift.clients.LogisticsServiceClient;
|
| 44 |
import in.shop2020.thrift.clients.TransactionServiceClient;
|
38 |
import in.shop2020.thrift.clients.TransactionServiceClient;
|
| 45 |
import in.shop2020.thrift.clients.UserContextServiceClient;
|
39 |
import in.shop2020.thrift.clients.UserContextServiceClient;
|