Subversion Repositories SmartDukaan

Rev

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

Rev 1116 Rev 1142
Line 286... Line 286...
286
	bool forgotPassword(1:string email, 2:string newPassword)throws (1:UserContextException ucx),
286
	bool forgotPassword(1:string email, 2:string newPassword)throws (1:UserContextException ucx),
287
	list<Address> getAllAddressesForUser(1:i64 userId)throws (1:UserContextException ucx),
287
	list<Address> getAllAddressesForUser(1:i64 userId)throws (1:UserContextException ucx),
288
	i64 getDefaultAddressId(1:i64 userId)throws (1:UserContextException ucx),
288
	i64 getDefaultAddressId(1:i64 userId)throws (1:UserContextException ucx),
289
	string getDefaultPincode(1:i64 userId)throws (1:UserContextException ucx),
289
	string getDefaultPincode(1:i64 userId)throws (1:UserContextException ucx),
290
	
290
	
291
	bool saveUserCommunication(1:UserCommunication user_communication)throws (1:UserCommunicationException ucx) 
291
	bool saveUserCommunication(1:i64 userId, 2:UserCommunicationType communicationType, 3:i64 orderId, 4:string airwaybillNo, 5:string replyTo, 6:string productName, 7:string subject, 8:string message)throws (1:UserCommunicationException ucx)
292
	
292
	
293
	i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),
293
	i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),
294
	Cart getCurrentCart(1:i64 userId) throws (1:ShoppingCartException scx),	
294
	Cart getCurrentCart(1:i64 userId) throws (1:ShoppingCartException scx),	
295
	Cart getCart(1:i64 cartId) throws (1:ShoppingCartException scx),
295
	Cart getCart(1:i64 cartId) throws (1:ShoppingCartException scx),
296
	list<Cart> getCartsForUser(1:i64 userId, 2:CartStatus status) throws (1:ShoppingCartException scx),
296
	list<Cart> getCartsForUser(1:i64 userId, 2:CartStatus status) throws (1:ShoppingCartException scx),