Subversion Repositories SmartDukaan

Rev

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

Rev 783 Rev 895
Line 249... Line 249...
249
	bool removeAddressForUser(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
249
	bool removeAddressForUser(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
250
	bool setUserAsLoggedIn(1:i64 userId, 2:i64 timestamp)throws (1:UserContextException ucx),
250
	bool setUserAsLoggedIn(1:i64 userId, 2:i64 timestamp)throws (1:UserContextException ucx),
251
	bool setUserAsLoggedOut(1:i64 userid, 2:i64 timestamp)throws (1:UserContextException ucx),
251
	bool setUserAsLoggedOut(1:i64 userid, 2:i64 timestamp)throws (1:UserContextException ucx),
252
	bool setDefaultAddress(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
252
	bool setDefaultAddress(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
253
	bool updatePassword(1:i64 userid, 2:string oldPassword, 3:string newPassword)throws (1:UserContextException ucx),
253
	bool updatePassword(1:i64 userid, 2:string oldPassword, 3:string newPassword)throws (1:UserContextException ucx),
254
	bool forgotPassword(1:string email)throws (1:UserContextException ucx),
254
	bool forgotPassword(1:string email, 2:string newPassword)throws (1:UserContextException ucx),
255
	list<Address> getAllAddressesForUser(1:i64 userId)throws (1:UserContextException ucx),
255
	list<Address> getAllAddressesForUser(1:i64 userId)throws (1:UserContextException ucx),
256
	i64 getDefaultAddressId(1:i64 userId)throws (1:UserContextException ucx),
256
	i64 getDefaultAddressId(1:i64 userId)throws (1:UserContextException ucx),
257
	string getDefaultPincode(1:i64 userId)throws (1:UserContextException ucx),
257
	string getDefaultPincode(1:i64 userId)throws (1:UserContextException ucx),
258
	
258
	
259
	i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),
259
	i64 createCart(1:i64 userId) throws (1:ShoppingCartException scx),