Subversion Repositories SmartDukaan

Rev

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

Rev 7542 Rev 7560
Line 1091... Line 1091...
1091
	Change the item to be shipped for this order. Also adjusts the reservation in the inventory accordingly.
1091
	Change the item to be shipped for this order. Also adjusts the reservation in the inventory accordingly.
1092
	Currently, it also ensures that only a different color of the given item is shipped.
1092
	Currently, it also ensures that only a different color of the given item is shipped.
1093
	*/
1093
	*/
1094
	Order changeItem(1:i64 orderId, 2:i64 itemId) throws (1:TransactionServiceException ex),
1094
	Order changeItem(1:i64 orderId, 2:i64 itemId) throws (1:TransactionServiceException ex),
1095
	
1095
	
-
 
1096
	Order changeCourierProvider(1:i64 orderId, 2:i64 providerId) throws (1:TransactionServiceException ex),
-
 
1097
	
1096
	/**
1098
	/**
1097
	Moves the given order to the given warehouse. Also adjusts the inventory reservations accordingly.
1099
	Moves the given order to the given warehouse. Also adjusts the inventory reservations accordingly.
1098
	*/
1100
	*/
1099
	Order shiftToWarehouse(1:i64 orderId, 2:i64 warehouseId) throws (1:TransactionServiceException ex),
1101
	Order shiftToWarehouse(1:i64 orderId, 2:i64 warehouseId) throws (1:TransactionServiceException ex),
1100
	
1102