Subversion Repositories SmartDukaan

Rev

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

Rev 4983 Rev 4999
Line 446... Line 446...
446
	
446
	
447
	i64 createOrder(1:Order order) throws (1:TransactionServiceException ex),
447
	i64 createOrder(1:Order order) throws (1:TransactionServiceException ex),
448
	Order getOrder(1:i64 id) throws (1:TransactionServiceException ex),
448
	Order getOrder(1:i64 id) throws (1:TransactionServiceException ex),
449
	list<LineItem> getLineItemsForOrder(1:i64 orderId) throws (1:TransactionServiceException ex),
449
	list<LineItem> getLineItemsForOrder(1:i64 orderId) throws (1:TransactionServiceException ex),
450
	
450
	
-
 
451
	list<Order> getOrderList(1:list<i64> order_ids),
451
	
452
	
452
	/**
453
	/**
453
	Returns an order for the order Id. Also checks if the order belongs to the customer whose Id is passed.
454
	Returns an order for the order Id. Also checks if the order belongs to the customer whose Id is passed.
454
	Throws exception if either order Id is invalid or order does not below to the customer whose Id is passed.
455
	Throws exception if either order Id is invalid or order does not below to the customer whose Id is passed.
455
	*/
456
	*/