Subversion Repositories SmartDukaan

Rev

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

Rev 4763 Rev 4783
Line 488... Line 488...
488
	Returns an empty list if no such orders exist.
488
	Returns an empty list if no such orders exist.
489
	*/
489
	*/
490
	list<Order> getUndeliveredOrders(1:i64 providerId, 2:i64 warehouseId),
490
	list<Order> getUndeliveredOrders(1:i64 providerId, 2:i64 warehouseId),
491
	
491
	
492
	/**
492
	/**
-
 
493
	Returns the list of orders whose expected delivery date has passed but have not been
-
 
494
	delivered yet.
-
 
495
	Returns an empty list if no such orders exist.
-
 
496
	*/
-
 
497
	list<Order> getUndeliveredOrdersExpectedDeliveryDateNotMet(),
-
 
498
	
-
 
499
	/**
493
	Toggle the DOA flag of an order. This should be used to flag an order for follow-up and unflag it when the follow-up is complete.
500
	Toggle the DOA flag of an order. This should be used to flag an order for follow-up and unflag it when the follow-up is complete.
494
	Returns the final flag status.
501
	Returns the final flag status.
495
	Throws an exception if the order with the given id couldn't be found or if the order status is not DELVIERY_SUCCESS. 
502
	Throws an exception if the order with the given id couldn't be found or if the order status is not DELVIERY_SUCCESS. 
496
	*/
503
	*/
497
	bool toggleDOAFlag(1:i64 orderId) throws (1:TransactionServiceException ex),
504
	bool toggleDOAFlag(1:i64 orderId) throws (1:TransactionServiceException ex),