Subversion Repositories SmartDukaan

Rev

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

Rev 763 Rev 1138
Line 79... Line 79...
79
	
79
	
80
	/**
80
	/**
81
	 Returns the short three letter code of a pincode for the given provider.
81
	 Returns the short three letter code of a pincode for the given provider.
82
     Raises an exception if the pin code is not serviced by the given provider.
82
     Raises an exception if the pin code is not serviced by the given provider.
83
	*/
83
	*/
84
	string getDestinationCode(1:i64 providerId, 2:string pinCode) throws (1:LogisticsServiceException se)
84
	string getDestinationCode(1:i64 providerId, 2:string pinCode) throws (1:LogisticsServiceException se),
-
 
85
	
-
 
86
	/**
-
 
87
	Returns the number of unused AWB numbers for the given provider  
-
 
88
	*/
-
 
89
	i64 getFreeAwbCount(1:i64 providerId)
85
}
90
}
86
 
-