Subversion Repositories SmartDukaan

Rev

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

Rev 1398 Rev 1407
Line 238... Line 238...
238
	/**
238
	/**
239
	Update the status description of orders whose AWB numbers are keys of the Map.
239
	Update the status description of orders whose AWB numbers are keys of the Map.
240
	*/
240
	*/
241
	void updateNonDeliveryReason(1:i64 providerId, 2:map<string, string> undeliveredOrders) throws (1:TransactionServiceException ex),
241
	void updateNonDeliveryReason(1:i64 providerId, 2:map<string, string> undeliveredOrders) throws (1:TransactionServiceException ex),
242
	
242
	
-
 
243
	/**
-
 
244
	Returns the list of orders whose delivery time has passed but have not been
-
 
245
	delivered yet for the given provider and warehouse. To get a complete list of
-
 
246
	undelivered orders, pass them as -1. 
-
 
247
	Returns an empty list if no such orders exist.
-
 
248
	*/
-
 
249
	list<Order> getUndeliveredOrders(1:i64 providerId, 2:i64 warehouseId),
-
 
250
	
243
	//Alerts apis 
251
	//Alerts apis 
244
	list<Alert> getAlerts(1:i64 orderId, 2:bool valid),
252
	list<Alert> getAlerts(1:i64 orderId, 2:bool valid),
245
	void setAlert(1:i64 orderId, 2:bool unset, 3:i64 type, 4: string comment),
253
	void setAlert(1:i64 orderId, 2:bool unset, 3:i64 type, 4: string comment),
246
}
254
}
247
255