Subversion Repositories SmartDukaan

Rev

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

Rev 7567 Rev 7734
Line 161... Line 161...
161
	
161
	
162
	void addPincode(1:i64 providerId, 2:string pincode, 3:string destCode, 4:bool exp, 5:bool cod, 6:i32 stationType, 7:bool otgAvailable),
162
	void addPincode(1:i64 providerId, 2:string pincode, 3:string destCode, 4:bool exp, 5:bool cod, 6:i32 stationType, 7:bool otgAvailable),
163
	
163
	
164
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod, 5:bool otgAvailable),
164
	void updatePincode(1:i64 providerId, 2:string pincode, 3:bool exp, 4:bool cod, 5:bool otgAvailable),
165
	
165
	
166
	bool addNewAwbs(1:i64 providerId, 2:bool cod, 3:list<string> awbs)
166
	bool addNewAwbs(1:i64 providerId, 2:bool cod, 3:list<string> awbs),
-
 
167
	
-
 
168
	/**
-
 
169
	Returns true when record exist in the Serviceablelocationdetails DB Table otherwise return false.
-
 
170
	*/
-
 
171
	bool getServiceableLocationAsPerProviderIdAndPincode(1:i64 providerId, 2:string pincode),
-
 
172
	
-
 
173
	void runCompleteUpdateForPincode()
167
}
174
}