Subversion Repositories SmartDukaan

Rev

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

Rev 4865 Rev 4934
Line 101... Line 101...
101
	Returns list of Holiday dates between fromDate and toDate (both inclusive)
101
	Returns list of Holiday dates between fromDate and toDate (both inclusive)
102
	fromDate should be passed as milliseconds corresponding to the start of the day.
102
	fromDate should be passed as milliseconds corresponding to the start of the day.
103
	If fromDate is passed as -1, fromDate is not considered for filtering
103
	If fromDate is passed as -1, fromDate is not considered for filtering
104
	If toDate is passed as -1, toDate is not considered for filtering
104
	If toDate is passed as -1, toDate is not considered for filtering
105
	*/
105
	*/
106
	list<i64> getHolidays(1:i64 fromDate, 2:i64 toDate)
106
	list<i64> getHolidays(1:i64 fromDate, 2:i64 toDate),
-
 
107
	
-
 
108
	/**
-
 
109
	 Returns a LogisticsInfo structure w/o an airway bill number. Use this method during the estimation phase.
-
 
110
	 Raises an exception if this pincode is not allocated to any warehouse zone or provider. Also, if the pincode
-
 
111
	 is allocated to a warehouse zone but there are no actual warehouses in that zone, an exception is raised.
-
 
112
	 */
-
 
113
	list<i64> getEntityLogisticsEstimation(1:i64 catalogItemId, 2:string destination_pin, 3:DeliveryType type) throws (1:LogisticsServiceException se)
107
}
114
}