Subversion Repositories SmartDukaan

Rev

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

Rev 22360 Rev 22366
Line 451... Line 451...
451
	User authenticateUser(1:string email, 2:string password) throws (1:AuthenticationException auex),
451
	User authenticateUser(1:string email, 2:string password) throws (1:AuthenticationException auex),
452
	bool userExists(1:string email) throws (1:UserContextException ucx),
452
	bool userExists(1:string email) throws (1:UserContextException ucx),
453
	i64 addAddressForUser(1:i64 userId, 2:Address address, 3:bool setDefault)throws (1:UserContextException ucx),
453
	i64 addAddressForUser(1:i64 userId, 2:Address address, 3:bool setDefault)throws (1:UserContextException ucx),
454
	bool removeAddressForUser(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
454
	bool removeAddressForUser(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
455
	bool updateAddress(1:Address address)throws (1:UserContextException ucx),
455
	bool updateAddress(1:Address address)throws (1:UserContextException ucx),
-
 
456
	bool updateCounter(1:Counter counter)throws (1:UserContextException ucx),
456
	bool setUserAsLoggedIn(1:i64 userId, 2:i64 timestamp)throws (1:UserContextException ucx),
457
	bool setUserAsLoggedIn(1:i64 userId, 2:i64 timestamp)throws (1:UserContextException ucx),
457
	bool setUserAsLoggedOut(1:i64 userid, 2:i64 timestamp)throws (1:UserContextException ucx),
458
	bool setUserAsLoggedOut(1:i64 userid, 2:i64 timestamp)throws (1:UserContextException ucx),
458
	bool setDefaultAddress(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
459
	bool setDefaultAddress(1:i64 userid, 2:i64 addressId)throws (1:UserContextException ucx),
459
	bool updatePassword(1:i64 userid, 2:string oldPassword, 3:string newPassword)throws (1:UserContextException ucx),
460
	bool updatePassword(1:i64 userid, 2:string oldPassword, 3:string newPassword)throws (1:UserContextException ucx),
460
	bool forgotPassword(1:string email, 2:string newPassword)throws (1:UserContextException ucx),
461
	bool forgotPassword(1:string email, 2:string newPassword)throws (1:UserContextException ucx),