Subversion Repositories SmartDukaan

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2192 5333 d 21 h chandranshu /trunk/PyProj/src/shop2020/payments/impl/ Closed the session after querying for statistics.  
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
2062 5345 d 20 h ankur.singhal /trunk/PyProj/src/shop2020/ change method getPayments comments. If gatewayId is passed as 0, it is ignored.  
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
1731 5373 d 22 h ankur.singhal /trunk/ optimisation of methods for getting max, min amounts of orders and payments. These methods are used for statistics (Support).  
/trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService.py
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService-remote
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
/trunk/Support/src/main/java/in/shop2020/support/controllers/StatisticsController.java
/trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/TransactionService.java
/trunk/ThriftConfig/src/main/java/in/shop2020/payments/PaymentService.java
/trunk/ThriftGen/thriftsrc/OrderService/OrderService.thrift
/trunk/ThriftGen/thriftsrc/PaymentService/PaymentService.thrift
1627 5377 d 3 h ankur.singhal /trunk/PyProj/src/shop2020/ added methods in PaymentsHandler and OrderServiceHandler for getting statistics. (max & min order amount, max & min payment amount, distinct customers who have bought)  
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService.py
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService-remote
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
1248 5405 d 2 h chandranshu /trunk/PyProj/src/shop2020/ Made database name a configurable parameter for Payment, Logistics and Helper service to ensure that test and development databases can be different  
/trunk/PyProj/src/shop2020/helpers/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/helpers/impl/DataService.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServiceHandler.py
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataService.py
/trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py
/trunk/PyProj/src/shop2020/payments/PaymentsServer.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
1129 5415 d 21 h rajveer /trunk/PyProj/src/shop2020/payments/impl/ fixed payment argument  
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
766 5458 d 21 h rajveer /trunk/PyProj/src/shop2020/ Closing all database connection once we finished a call to the service  
/trunk/PyProj/src/shop2020/clients/UserClient.py
/trunk/PyProj/src/shop2020/helpers/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServiceHandler.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py
/trunk/PyProj/src/shop2020/model/v1/catalog/script/ItemLoader.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/CartDataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/UserContextSerivceHandler.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/UserDataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/WidgetDataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
717 5468 d 3 h rajveer /trunk/PyProj/src/shop2020/ minor fixes  
/trunk/PyProj/src/shop2020/model/v1/user/impl/CartDataAccessors.py
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
701 5471 d 1 h chandranshu /trunk/PyProj/src/shop2020/ Implemented all methods of the payment service  
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/payments/impl/converters.py
/trunk/PyProj/src/shop2020/thriftpy/payments/ttypes.py
420 5625 d 23 h ashish /trunk/ payment service  
/trunk/Common/src/in/shop2020/thrift/clients/PaymentServiceClient.java
/trunk/PyProj/src/shop2020/payments
/trunk/PyProj/src/shop2020/payments/PaymentsServer.py
/trunk/PyProj/src/shop2020/payments/__init__.py
/trunk/PyProj/src/shop2020/payments/impl
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/payments/impl/__init__.py
/trunk/PyProj/src/shop2020/payments/impl/converters.py
/trunk/PyProj/src/shop2020/payments/test
/trunk/PyProj/src/shop2020/payments/test/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/payments
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService-remote
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
/trunk/PyProj/src/shop2020/thriftpy/payments/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/payments/constants.py
/trunk/PyProj/src/shop2020/thriftpy/payments/ttypes.py
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentGatewayStatus.java
/trunk/Common/conf/shop2020.cfg
/trunk/Common/src/in/shop2020/utils/ConfigClientKeys.java
/trunk/ThriftConfig/src/in/shop2020/payments/Payment.java
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentGateway.java
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentRequest.java
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentService.java
/trunk/ThriftGen/thriftsrc/PaymentService/PaymentService.thrift