Subversion Repositories SmartDukaan

Rev

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

Rev 1138 Rev 1730
Line 84... Line 84...
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
	
85
	
86
	/**
86
	/**
87
	Returns the number of unused AWB numbers for the given provider  
87
	Returns the number of unused AWB numbers for the given provider  
88
	*/
88
	*/
89
	i64 getFreeAwbCount(1:i64 providerId)
89
	i64 getFreeAwbCount(1:i64 providerId),
-
 
90
	
-
 
91
	/**
-
 
92
	Returns list of Holiday dates between fromDate and toDate (both inclusive)
-
 
93
	fromDate should be passed as milliseconds corresponding to the start of the day.
-
 
94
	If fromDate is passed as -1, fromDate is not considered for filtering
-
 
95
	If toDate is passed as -1, toDate is not considered for filtering
-
 
96
	*/
-
 
97
	list<i64> getHolidays(1:i64 fromDate, 2:i64 toDate)
90
}
98
}