Subversion Repositories SmartDukaan

Rev

Rev 1021 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1021 Rev 1360
Line 1... Line 1...
1
package in.shop2020.thrift.clients;
1
package in.shop2020.thrift.clients;
2
 
2
 
3
import java.util.Date;
-
 
4
import java.util.List;
-
 
5
 
-
 
6
import javax.annotation.PostConstruct;
3
import javax.annotation.PostConstruct;
7
import javax.annotation.PreDestroy;
4
import javax.annotation.PreDestroy;
8
 
5
 
9
import org.apache.thrift.TException;
6
import org.apache.thrift.TException;
10
import org.apache.thrift.transport.TTransportException;
7
import org.apache.thrift.transport.TTransportException;
11
 
8
 
12
import in.shop2020.model.v1.order.Billing;
-
 
13
import in.shop2020.model.v1.order.BillingInfo;
-
 
14
import in.shop2020.model.v1.order.OrderInfo;
-
 
15
import in.shop2020.model.v1.order.ShipmentInfo;
-
 
16
import in.shop2020.model.v1.order.ShipmentStatus;
-
 
17
import in.shop2020.model.v1.order.Transaction;
-
 
18
import in.shop2020.model.v1.order.TransactionStatus;
-
 
19
import in.shop2020.model.v1.order.TransactionService.Client;
9
import in.shop2020.model.v1.order.TransactionService.Client;
20
import in.shop2020.utils.ConfigClientKeys;
10
import in.shop2020.utils.ConfigClientKeys;
21
import in.shop2020.utils.Logger;
11
import in.shop2020.utils.Logger;
22
 
12
 
23
public class TransactionServiceClient extends GenericServiceClient{
13
public class TransactionServiceClient extends GenericServiceClient{