Subversion Repositories SmartDukaan

Rev

Rev 5208 | Rev 5354 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5208 Rev 5348
Line 928... Line 928...
928
	
928
	
929
	map<i64, i64> getStatusDistributionOfOrders(1:i64 startDate, 2:i64 endDate) throws (1:TransactionServiceException ex),
929
	map<i64, i64> getStatusDistributionOfOrders(1:i64 startDate, 2:i64 endDate) throws (1:TransactionServiceException ex),
930
	
930
	
931
	list<i64> getOrderIdsForStatus(1:i64 status, 2:i64 startDatetime, 3:i64 endDatetime) throws (1:TransactionServiceException ex),
931
	list<i64> getOrderIdsForStatus(1:i64 status, 2:i64 startDatetime, 3:i64 endDatetime) throws (1:TransactionServiceException ex),
932
	
932
	
-
 
933
	/**
-
 
934
	 * Updates the agent who handled the COD verification call
-
 
935
	 */
-
 
936
	void updateCODAgent(1:string agent, 2:i64 orderId) throws (1:TransactionServiceException ex),
-
 
937
	
933
	void updateOrderAsPaidToVendor(1:i64 orderId) throws (1:TransactionServiceException ex),
938
	void updateOrderAsPaidToVendor(1:i64 orderId) throws (1:TransactionServiceException ex),
934
	
939
	
935
	list<Order> getRefundedOrdersMarkedPaid() throws (1:TransactionServiceException ex)
940
	list<Order> getRefundedOrdersMarkedPaid() throws (1:TransactionServiceException ex)
936
}
941
}
937
942