Subversion Repositories SmartDukaan

Rev

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

Rev 4391 Rev 4630
Line 64... Line 64...
64
	list<Provider> getAllProviders() throws (1:LogisticsServiceException lse),
64
	list<Provider> getAllProviders() throws (1:LogisticsServiceException lse),
65
	
65
	
66
	/**
66
	/**
67
	 Returns a LogisticsInfo structure w/o an airway bill number. Use this method during the estimation phase.
67
	 Returns a LogisticsInfo structure w/o an airway bill number. Use this method during the estimation phase.
68
	 Raises an exception if this pincode is not allocated to any warehouse zone or provider. Also, if the pincode
68
	 Raises an exception if this pincode is not allocated to any warehouse zone or provider. Also, if the pincode
69
	 is allocated to a warehouse zone but there are no actual warehouses in that zone, an exception is raised. 
69
	 is allocated to a warehouse zone but there are no actual warehouses in that zone, an exception is raised.
70
	 */
70
	 */
71
	LogisticsInfo getLogisticsEstimation(1:i64 itemId, 2:string destination_pin) throws (1:LogisticsServiceException se),
71
	LogisticsInfo getLogisticsEstimation(1:i64 itemId, 2:string destination_pin, 3:DeliveryType type) throws (1:LogisticsServiceException se),
72
	
72
	
73
	/**
73
	/**
74
	 Same as above excpet that an airway bill number is also allocated and returned.
74
	 Same as above excpet that an airway bill number is also allocated and returned.
75
	*/
75
	*/
76
	LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type) throws (1:LogisticsServiceException se),
76
	LogisticsInfo getLogisticsInfo(1:string destination_pincode, 2:i64 item_id, 3:DeliveryType type) throws (1:LogisticsServiceException se),