Subversion Repositories SmartDukaan

Rev

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

Rev 4600 Rev 4602
Line 527... Line 527...
527
		2. Changes order status to be DOA_PICKUP_AUTHORIZED.
527
		2. Changes order status to be DOA_PICKUP_AUTHORIZED.
528
		3. Returns true
528
		3. Returns true
529
	If the order is in any other status, it returns false.
529
	If the order is in any other status, it returns false.
530
	Throws an exception if the order with the given id couldn't be found.
530
	Throws an exception if the order with the given id couldn't be found.
531
	*/
531
	*/
532
	bool authorizePickup(1:i64 orderId, 2:string pickupNumber) throws (1:TransactionServiceException ex),
532
	bool authorizePickup(1:i64 orderId, 2:string pickupNumber, 3:i64 providerId) throws (1:TransactionServiceException ex),
533
	
533
	
534
	/**
534
	/**
535
	Marks all DOA_PICKUP_AUTHORIZED orders of the previous day for a provider as DOA_RETURN_IN_TRANSIT.
535
	Marks all DOA_PICKUP_AUTHORIZED orders of the previous day for a provider as DOA_RETURN_IN_TRANSIT.
536
	Returns a list of orders that were authorized for pickup but did not appear in the pick-up report.
536
	Returns a list of orders that were authorized for pickup but did not appear in the pick-up report.
537
	*/
537
	*/