Subversion Repositories SmartDukaan

Rev

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

Rev 5189 Rev 5208
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
	void updateOrderAsPaidToVendor(1:i64 orderId) throws (1:TransactionServiceException ex)
933
	void updateOrderAsPaidToVendor(1:i64 orderId) throws (1:TransactionServiceException ex),
-
 
934
	
-
 
935
	list<Order> getRefundedOrdersMarkedPaid() throws (1:TransactionServiceException ex)
934
}
936
}
935
937